2025-03-21T20:17:20.2986499Z Current runner version: '2.323.0' 2025-03-21T20:17:20.2994144Z Runner name: 'i-044389c202352d67c' 2025-03-21T20:17:20.2995054Z Runner group name: 'Default' 2025-03-21T20:17:20.2996135Z Machine name: 'ip-10-0-77-84' 2025-03-21T20:17:20.2999284Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:20.3002151Z Contents: read 2025-03-21T20:17:20.3002803Z Metadata: read 2025-03-21T20:17:20.3003482Z ##[endgroup] 2025-03-21T20:17:20.3006816Z Secret source: Actions 2025-03-21T20:17:20.3007621Z Prepare workflow directory 2025-03-21T20:17:20.6341126Z Prepare all required actions 2025-03-21T20:17:20.6387747Z Getting action download info 2025-03-21T20:17:20.8534047Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:21.1214996Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:33.8190983Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:34.1628248Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:34.2557074Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:34.6403084Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:34.9023473Z Getting action download info 2025-03-21T20:17:35.0584786Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:35.0587042Z ##[group] Inputs 2025-03-21T20:17:35.0592568Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:35.0598807Z timeout: 90 2025-03-21T20:17:35.0599058Z runner: linux.2xlarge 2025-03-21T20:17:35.0599341Z upload-artifact: 2025-03-21T20:17:35.0599918Z upload-artifact-to-s3: false 2025-03-21T20:17:35.0600251Z download-artifact: 2025-03-21T20:17:35.0600502Z repository: 2025-03-21T20:17:35.0600757Z fetch-depth: 0 2025-03-21T20:17:35.0601010Z submodules: true 2025-03-21T20:17:35.0601311Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:35.0601711Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:35.0602059Z test-infra-ref: 2025-03-21T20:17:35.0602341Z docker-image: executorch-ubuntu-22.04-linter 2025-03-21T20:17:35.0602718Z docker-build-dir: .ci/docker 2025-03-21T20:17:35.0603031Z gpu-arch-type: cpu 2025-03-21T20:17:35.0603296Z gpu-arch-version: 2025-03-21T20:17:35.0603850Z job-name: linux-job 2025-03-21T20:17:35.0604242Z continue-on-error: false 2025-03-21T20:17:35.0604533Z binary-matrix: 2025-03-21T20:17:35.0604792Z run-with-docker: true 2025-03-21T20:17:35.0605063Z secrets-env: 2025-03-21T20:17:35.0605293Z no-sudo: false 2025-03-21T20:17:35.0605564Z ##[endgroup] 2025-03-21T20:17:35.0605870Z Complete job name: lintrunner / linux-job 2025-03-21T20:17:35.1039863Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:35.1144812Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:35.1154349Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:35.1155036Z ##[endgroup] 2025-03-21T20:17:36.8633882Z Runner Type: linux.2xlarge 2025-03-21T20:17:36.8634374Z Instance Type: c5.2xlarge 2025-03-21T20:17:36.8634669Z AMI Name: unknown 2025-03-21T20:17:36.8661300Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:17:42.5675398Z ##[group]Run set -euxo pipefail 2025-03-21T20:17:42.5675827Z set -euxo pipefail 2025-03-21T20:17:42.5676194Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:17:42.5676612Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:17:42.5677032Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:42.5677377Z else 2025-03-21T20:17:42.5677670Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:17:42.5678050Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:42.5678372Z fi 2025-03-21T20:17:42.5678597Z  2025-03-21T20:17:42.5678850Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:42.5679189Z echo "::endgroup::" 2025-03-21T20:17:42.5688763Z shell: /usr/bin/bash -e {0} 2025-03-21T20:17:42.5689078Z env: 2025-03-21T20:17:42.5689366Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:42.5689754Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:42.5690104Z PR_NUMBER: 2025-03-21T20:17:42.5695503Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:42.5701191Z NO_SUDO: false 2025-03-21T20:17:42.5701444Z ##[endgroup] 2025-03-21T20:17:42.5732129Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:17:42.5742986Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:17:42.5749609Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:17:42.7331930Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:42.7332820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/branches' 2025-03-21T20:17:42.7333669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/applypatch-msg.sample' 2025-03-21T20:17:42.7334837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/commit-msg.sample' 2025-03-21T20:17:42.7335728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/post-update.sample' 2025-03-21T20:17:42.7337003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-applypatch.sample' 2025-03-21T20:17:42.7337875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-commit.sample' 2025-03-21T20:17:42.7338741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:17:42.7339947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-push.sample' 2025-03-21T20:17:42.7341114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-receive.sample' 2025-03-21T20:17:42.7342088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/push-to-checkout.sample' 2025-03-21T20:17:42.7343072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/sendemail-validate.sample' 2025-03-21T20:17:42.7343915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/update.sample' 2025-03-21T20:17:42.7344750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:17:42.7345696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/pre-rebase.sample' 2025-03-21T20:17:42.7346606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:17:42.7347408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/hooks' 2025-03-21T20:17:42.7348134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/info/exclude' 2025-03-21T20:17:42.7348841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/info' 2025-03-21T20:17:42.7349556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/description' 2025-03-21T20:17:42.7350292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/config' 2025-03-21T20:17:42.7351037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/heads/remove-old-api' 2025-03-21T20:17:42.7351839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/heads' 2025-03-21T20:17:42.7352600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/tags' 2025-03-21T20:17:42.7353442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/remotes/origin/remove-old-api' 2025-03-21T20:17:42.7354606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/remotes/origin' 2025-03-21T20:17:42.7355448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs/remotes' 2025-03-21T20:17:42.7356208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/refs' 2025-03-21T20:17:42.7356895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/HEAD' 2025-03-21T20:17:42.7357819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects/pack/pack-6336e4d873dc641153f795526826ccc39a601290.pack' 2025-03-21T20:17:42.7359005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects/pack/pack-6336e4d873dc641153f795526826ccc39a601290.rev' 2025-03-21T20:17:42.7360178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects/pack/pack-6336e4d873dc641153f795526826ccc39a601290.idx' 2025-03-21T20:17:42.7361159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects/pack' 2025-03-21T20:17:42.7361946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects/info' 2025-03-21T20:17:42.7362841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/objects' 2025-03-21T20:17:42.7363702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/FETCH_HEAD' 2025-03-21T20:17:42.7364436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/shallow' 2025-03-21T20:17:42.7365254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs/remotes/origin/remove-old-api' 2025-03-21T20:17:42.7366193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs/remotes/origin' 2025-03-21T20:17:42.7367051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs/remotes' 2025-03-21T20:17:42.7367911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs/heads/remove-old-api' 2025-03-21T20:17:42.7368856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs/heads' 2025-03-21T20:17:42.7369648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/refs' 2025-03-21T20:17:42.7370403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs/HEAD' 2025-03-21T20:17:42.7371106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/logs' 2025-03-21T20:17:42.7371780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.git/index' 2025-03-21T20:17:42.7372478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.git' 2025-03-21T20:17:42.7373872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_coreml/dummy.swift' 2025-03-21T20:17:42.7374812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_coreml' 2025-03-21T20:17:42.7375816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_coreml_debug/dummy.swift' 2025-03-21T20:17:42.7376805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_coreml_debug' 2025-03-21T20:17:42.7377752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_mps/dummy.swift' 2025-03-21T20:17:42.7378689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_mps' 2025-03-21T20:17:42.7379606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_mps_debug/dummy.swift' 2025-03-21T20:17:42.7380551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_mps_debug' 2025-03-21T20:17:42.7381738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_xnnpack/dummy.swift' 2025-03-21T20:17:42.7382834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_xnnpack' 2025-03-21T20:17:42.7383799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_xnnpack_debug/dummy.swift' 2025-03-21T20:17:42.7385227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/backend_xnnpack_debug' 2025-03-21T20:17:42.7386232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/executorch/dummy.swift' 2025-03-21T20:17:42.7387377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/executorch' 2025-03-21T20:17:42.7388478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/executorch_debug/dummy.swift' 2025-03-21T20:17:42.7389420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/executorch_debug' 2025-03-21T20:17:42.7390809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_custom/dummy.swift' 2025-03-21T20:17:42.7391733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_custom' 2025-03-21T20:17:42.7392682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_custom_debug/dummy.swift' 2025-03-21T20:17:42.7393824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_custom_debug' 2025-03-21T20:17:42.7394792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_optimized/dummy.swift' 2025-03-21T20:17:42.7395750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_optimized' 2025-03-21T20:17:42.7396734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_optimized_debug/dummy.swift' 2025-03-21T20:17:42.7397739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_optimized_debug' 2025-03-21T20:17:42.7398810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_portable/dummy.swift' 2025-03-21T20:17:42.7399761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_portable' 2025-03-21T20:17:42.7400758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_portable_debug/dummy.swift' 2025-03-21T20:17:42.7401796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_portable_debug' 2025-03-21T20:17:42.7402777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_quantized/dummy.swift' 2025-03-21T20:17:42.7403736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_quantized' 2025-03-21T20:17:42.7404718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_quantized_debug/dummy.swift' 2025-03-21T20:17:42.7405729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift/kernels_quantized_debug' 2025-03-21T20:17:42.7406613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.Package.swift' 2025-03-21T20:17:42.7407333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.buckconfig' 2025-03-21T20:17:42.7408018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/README.md' 2025-03-21T20:17:42.7408742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/build.sh' 2025-03-21T20:17:42.7409537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/ci_commit_pins/buck2.txt' 2025-03-21T20:17:42.7410427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/ci_commit_pins/pytorch.txt' 2025-03-21T20:17:42.7411306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/ci_commit_pins' 2025-03-21T20:17:42.7412175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_android.sh' 2025-03-21T20:17:42.7413046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_base.sh' 2025-03-21T20:17:42.7414410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_buck.sh' 2025-03-21T20:17:42.7415265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_cache.sh' 2025-03-21T20:17:42.7416317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_clang.sh' 2025-03-21T20:17:42.7417502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_conda.sh' 2025-03-21T20:17:42.7418377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_docs_reqs.sh' 2025-03-21T20:17:42.7419241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_gcc.sh' 2025-03-21T20:17:42.7420531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_java.sh' 2025-03-21T20:17:42.7421396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_linter.sh' 2025-03-21T20:17:42.7422678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_openssl.sh' 2025-03-21T20:17:42.7423712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_pytorch.sh' 2025-03-21T20:17:42.7424576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/install_user.sh' 2025-03-21T20:17:42.7425903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common/utils.sh' 2025-03-21T20:17:42.7426697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/common' 2025-03-21T20:17:42.7427493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/conda-env-ci.txt' 2025-03-21T20:17:42.7428392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/requirements-ci.txt' 2025-03-21T20:17:42.7429657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/ubuntu/Dockerfile' 2025-03-21T20:17:42.7430457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker/ubuntu' 2025-03-21T20:17:42.7431217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/docker' 2025-03-21T20:17:42.7432009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/__init__.py' 2025-03-21T20:17:42.7432795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/build-qnn-sdk.sh' 2025-03-21T20:17:42.7433682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/build_android_instrumentation.sh' 2025-03-21T20:17:42.7434585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/build_llama_android.sh' 2025-03-21T20:17:42.7435431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/download_hf_hub.sh' 2025-03-21T20:17:42.7436298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/gather_benchmark_configs.py' 2025-03-21T20:17:42.7437183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/gather_test_models.py' 2025-03-21T20:17:42.7438083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-arm-baremetal-tools.sh' 2025-03-21T20:17:42.7438950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-conda.sh' 2025-03-21T20:17:42.7439716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-ios.sh' 2025-03-21T20:17:42.7440496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-linux.sh' 2025-03-21T20:17:42.7441279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-macos.sh' 2025-03-21T20:17:42.7442084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-qnn-deps.sh' 2025-03-21T20:17:42.7442960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/setup-vulkan-linux-deps.sh' 2025-03-21T20:17:42.7443860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_ane_static_llama.sh' 2025-03-21T20:17:42.7444734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_eval_llama_mmlu.sh' 2025-03-21T20:17:42.7445610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_eval_llama_wikitext.sh' 2025-03-21T20:17:42.7446456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_ios_ci.sh' 2025-03-21T20:17:42.7447233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_llama.sh' 2025-03-21T20:17:42.7448068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_llama_runner_eager.sh' 2025-03-21T20:17:42.7448977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_llama_torchao_lowbit.sh' 2025-03-21T20:17:42.7449829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_llava.sh' 2025-03-21T20:17:42.7450687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_model.sh' 2025-03-21T20:17:42.7451495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_phi_3_mini.sh' 2025-03-21T20:17:42.7452348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_qnn_static_llama.sh' 2025-03-21T20:17:42.7453234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/test_quantized_aot_lib.sh' 2025-03-21T20:17:42.7454190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/tests/test_gather_benchmark_configs.py' 2025-03-21T20:17:42.7455146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/tests' 2025-03-21T20:17:42.7456017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-buck2.sh' 2025-03-21T20:17:42.7456859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-linux-cmake.sh' 2025-03-21T20:17:42.7457765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-linux.sh' 2025-03-21T20:17:42.7458618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-macos-buck2.sh' 2025-03-21T20:17:42.7459498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-macos-cmake.sh' 2025-03-21T20:17:42.7460755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/unittest-macos.sh' 2025-03-21T20:17:42.7461530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/utils.sh' 2025-03-21T20:17:42.7462289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/__init__.py' 2025-03-21T20:17:42.7463638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/envvar_base.sh' 2025-03-21T20:17:42.7464485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/envvar_linux.sh' 2025-03-21T20:17:42.7465336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/envvar_macos.sh' 2025-03-21T20:17:42.7466622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/post_build_script.sh' 2025-03-21T20:17:42.7467645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/pre_build_script.sh' 2025-03-21T20:17:42.7468504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/test_base.py' 2025-03-21T20:17:42.7469350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/test_linux.py' 2025-03-21T20:17:42.7470680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel/test_macos.py' 2025-03-21T20:17:42.7471495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts/wheel' 2025-03-21T20:17:42.7472523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci/scripts' 2025-03-21T20:17:42.7473406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.ci' 2025-03-21T20:17:42.7474292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.clang-format' 2025-03-21T20:17:42.7474955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.clang-tidy' 2025-03-21T20:17:42.7475650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.cmake-format.yaml' 2025-03-21T20:17:42.7476346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.cmakelintrc' 2025-03-21T20:17:42.7476994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.flake8' 2025-03-21T20:17:42.7477754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:17:42.7478638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:17:42.7479680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ISSUE_TEMPLATE/documentation.yml' 2025-03-21T20:17:42.7480622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-03-21T20:17:42.7481519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ISSUE_TEMPLATE' 2025-03-21T20:17:42.7482320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/dependabot.yml' 2025-03-21T20:17:42.7483079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/ghstack_direct' 2025-03-21T20:17:42.7483837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/merge_rules.yaml' 2025-03-21T20:17:42.7484657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/pull_request_template.md' 2025-03-21T20:17:42.7485560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/pytorch-probot.yml' 2025-03-21T20:17:42.7486393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/check_labels.py' 2025-03-21T20:17:42.7487234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/cherry_pick.py' 2025-03-21T20:17:42.7488132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/extract_benchmark_results.py' 2025-03-21T20:17:42.7489039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/github_utils.py' 2025-03-21T20:17:42.7489865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/gitutils.py' 2025-03-21T20:17:42.7490668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/label_utils.py' 2025-03-21T20:17:42.7491563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/propose_ghstack_orig_pr.py' 2025-03-21T20:17:42.7492547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/test_extract_benchmark_results.py' 2025-03-21T20:17:42.7493454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/trymerge.py' 2025-03-21T20:17:42.7494305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts/trymerge_explainer.py' 2025-03-21T20:17:42.7495223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/scripts' 2025-03-21T20:17:42.7496522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/_android.yml' 2025-03-21T20:17:42.7497336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/_unittest.yml' 2025-03-21T20:17:42.7498641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/android-perf.yml' 2025-03-21T20:17:42.7499591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/android-release-artifacts.yml' 2025-03-21T20:17:42.7500520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/apple-perf.yml' 2025-03-21T20:17:42.7501407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/apple.yml' 2025-03-21T20:17:42.7502271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/build-wheels-linux.yml' 2025-03-21T20:17:42.7503189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/build-wheels-macos.yml' 2025-03-21T20:17:42.7504094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/check-labels.yml' 2025-03-21T20:17:42.7504962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/cherry-pick.yml' 2025-03-21T20:17:42.7505909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/doc-build.yml' 2025-03-21T20:17:42.7506835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/docker-builds.yml' 2025-03-21T20:17:42.7507707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/ghstack_land.yml' 2025-03-21T20:17:42.7508638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/lint.yml' 2025-03-21T20:17:42.7509487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/nightly.yml' 2025-03-21T20:17:42.7510310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/periodic.yml' 2025-03-21T20:17:42.7511117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/pull.yml' 2025-03-21T20:17:42.7511901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/trunk.yml' 2025-03-21T20:17:42.7512816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows/update-viablestrict.yml' 2025-03-21T20:17:42.7513756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.github/workflows' 2025-03-21T20:17:42.7514493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/.github' 2025-03-21T20:17:42.7515179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.gitignore' 2025-03-21T20:17:42.7515871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.gitmodules' 2025-03-21T20:17:42.7516623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.lintrunner.toml' 2025-03-21T20:17:42.7517281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/.mypy.ini' 2025-03-21T20:17:42.7517941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/CMakeLists.txt' 2025-03-21T20:17:42.7518604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/CODEOWNERS' 2025-03-21T20:17:42.7519288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/CODE_OF_CONDUCT.md' 2025-03-21T20:17:42.7519994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/CONTRIBUTING.md' 2025-03-21T20:17:42.7520650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/LICENSE' 2025-03-21T20:17:42.7521289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/Package.swift' 2025-03-21T20:17:42.7521971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/README-wheel.md' 2025-03-21T20:17:42.7522633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/README.md' 2025-03-21T20:17:42.7523279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/Test.cmake' 2025-03-21T20:17:42.7524052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/.clang-format' 2025-03-21T20:17:42.7524929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/.gitignore' 2025-03-21T20:17:42.7525793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/CMakeLists.txt' 2025-03-21T20:17:42.7526671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/README.md' 2025-03-21T20:17:42.7527512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/TARGETS' 2025-03-21T20:17:42.7528403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:17:42.7529417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:17:42.7530409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/compiler' 2025-03-21T20:17:42.7531339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:17:42.7532354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:17:42.7533389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:17:42.7534401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/partition' 2025-03-21T20:17:42.7535487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:17:42.7536502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:17:42.7537500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/quantizer' 2025-03-21T20:17:42.7538502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.h' 2025-03-21T20:17:42.7539607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.mm' 2025-03-21T20:17:42.7540819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h' 2025-03-21T20:17:42.7542003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.mm' 2025-03-21T20:17:42.7543190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLComputeUnits.h' 2025-03-21T20:17:42.7544432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.h' 2025-03-21T20:17:42.7545817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.mm' 2025-03-21T20:17:42.7547043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.h' 2025-03-21T20:17:42.7548159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.mm' 2025-03-21T20:17:42.7549344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.h' 2025-03-21T20:17:42.7550473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.mm' 2025-03-21T20:17:42.7551678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.h' 2025-03-21T20:17:42.7552867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.mm' 2025-03-21T20:17:42.7554872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelExecutor.h' 2025-03-21T20:17:42.7556058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.h' 2025-03-21T20:17:42.7557236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.mm' 2025-03-21T20:17:42.7558415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.h' 2025-03-21T20:17:42.7559591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm' 2025-03-21T20:17:42.7560748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.h' 2025-03-21T20:17:42.7561876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.mm' 2025-03-21T20:17:42.7563006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.h' 2025-03-21T20:17:42.7564128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.mm' 2025-03-21T20:17:42.7565261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.h' 2025-03-21T20:17:42.7566508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.mm' 2025-03-21T20:17:42.7567570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/asset.h' 2025-03-21T20:17:42.7568583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/asset.mm' 2025-03-21T20:17:42.7569650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.h' 2025-03-21T20:17:42.7570772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.mm' 2025-03-21T20:17:42.7572087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/com.apple.executorchcoreml_config.plist' 2025-03-21T20:17:42.7573393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/coreml_backend_delegate.mm' 2025-03-21T20:17:42.7574756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/model_event_logger.h' 2025-03-21T20:17:42.7575896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/model_logging_options.h' 2025-03-21T20:17:42.7577032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/model_metadata.h' 2025-03-21T20:17:42.7578109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.h' 2025-03-21T20:17:42.7579235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.mm' 2025-03-21T20:17:42.7580306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.h' 2025-03-21T20:17:42.7581366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.mm' 2025-03-21T20:17:42.7582414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/delegate' 2025-03-21T20:17:42.7583555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/include/coreml_backend/delegate.h' 2025-03-21T20:17:42.7584712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/include/coreml_backend' 2025-03-21T20:17:42.7585854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/include' 2025-03-21T20:17:42.7586971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp' 2025-03-21T20:17:42.7588177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.hpp' 2025-03-21T20:17:42.7589495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata.hpp' 2025-03-21T20:17:42.7590866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata_keys.hpp' 2025-03-21T20:17:42.7592243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_py.cpp' 2025-03-21T20:17:42.7593500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp' 2025-03-21T20:17:42.7594769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.hpp' 2025-03-21T20:17:42.7596426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.mm' 2025-03-21T20:17:42.7597963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp' 2025-03-21T20:17:42.7599433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.hpp' 2025-03-21T20:17:42.7600573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.cpp' 2025-03-21T20:17:42.7601699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.hpp' 2025-03-21T20:17:42.7602786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/range.hpp' 2025-03-21T20:17:42.7604017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.cpp' 2025-03-21T20:17:42.7605269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.hpp' 2025-03-21T20:17:42.7606419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:17:42.7607462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/inmemoryfs' 2025-03-21T20:17:42.7608504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/database.cpp' 2025-03-21T20:17:42.7609547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/database.hpp' 2025-03-21T20:17:42.7610657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/json_key_value_store.cpp' 2025-03-21T20:17:42.7611832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/json_key_value_store.hpp' 2025-03-21T20:17:42.7612966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.cpp' 2025-03-21T20:17:42.7614084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.hpp' 2025-03-21T20:17:42.7615186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.cpp' 2025-03-21T20:17:42.7616275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.hpp' 2025-03-21T20:17:42.7617351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/statement.cpp' 2025-03-21T20:17:42.7618412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/statement.hpp' 2025-03-21T20:17:42.7619456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore/types.hpp' 2025-03-21T20:17:42.7620456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/kvstore' 2025-03-21T20:17:42.7621940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.h' 2025-03-21T20:17:42.7623085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.mm' 2025-03-21T20:17:42.7624226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.h' 2025-03-21T20:17:42.7625904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.mm' 2025-03-21T20:17:42.7627064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.h' 2025-03-21T20:17:42.7628662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.mm' 2025-03-21T20:17:42.7629901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.h' 2025-03-21T20:17:42.7631180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.mm' 2025-03-21T20:17:42.7632701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.h' 2025-03-21T20:17:42.7633921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.mm' 2025-03-21T20:17:42.7635693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.h' 2025-03-21T20:17:42.7636981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.mm' 2025-03-21T20:17:42.7638353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.h' 2025-03-21T20:17:42.7639633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.mm' 2025-03-21T20:17:42.7640639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/hash_util.h' 2025-03-21T20:17:42.7642231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/model_event_logger_impl.h' 2025-03-21T20:17:42.7643378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/model_event_logger_impl.mm' 2025-03-21T20:17:42.7644510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.h' 2025-03-21T20:17:42.7645601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.mm' 2025-03-21T20:17:42.7646669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/program_path.h' 2025-03-21T20:17:42.7647698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk/program_path.mm' 2025-03-21T20:17:42.7648688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/sdk' 2025-03-21T20:17:42.7649761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/BackendDelegateTests.mm' 2025-03-21T20:17:42.7650944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/CoreMLBackendDelegateTests.mm' 2025-03-21T20:17:42.7652097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/DatabaseTests.mm' 2025-03-21T20:17:42.7653235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetManagerTests.mm' 2025-03-21T20:17:42.7654402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetTests.mm' 2025-03-21T20:17:42.7655570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelDebuggerTests.mm' 2025-03-21T20:17:42.7656768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelManagerTests.mm' 2025-03-21T20:17:42.7657980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelProfilerTests.mm' 2025-03-21T20:17:42.7659243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelStructurePathTests.mm' 2025-03-21T20:17:42.7660438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.h' 2025-03-21T20:17:42.7661667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.mm' 2025-03-21T20:17:42.7662816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/InMemoryFileSystemTests.mm' 2025-03-21T20:17:42.7663967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/KeyValueStoreTests.mm' 2025-03-21T20:17:42.7665629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/MultiArrayTests.mm' 2025-03-21T20:17:42.7666797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:17:42.7667937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test/setup.md' 2025-03-21T20:17:42.7668911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/test' 2025-03-21T20:17:42.7670298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/json_util.cpp' 2025-03-21T20:17:42.7671325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/json_util.hpp' 2025-03-21T20:17:42.7672756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/objc_array_util.h' 2025-03-21T20:17:42.7673991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.h' 2025-03-21T20:17:42.7675057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.mm' 2025-03-21T20:17:42.7676130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util/objc_safe_cast.h' 2025-03-21T20:17:42.7677206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/util' 2025-03-21T20:17:42.7678443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.7680168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata/xcschemes/executorchcoreml_tests.xcscheme' 2025-03-21T20:17:42.7681961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.7683571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata' 2025-03-21T20:17:42.7685000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj' 2025-03-21T20:17:42.7686458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:17:42.7688111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:17:42.7689735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata' 2025-03-21T20:17:42.7691182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace' 2025-03-21T20:17:42.7692382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime/workspace' 2025-03-21T20:17:42.7693352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/runtime' 2025-03-21T20:17:42.7694466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/build_all.sh' 2025-03-21T20:17:42.7695450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/build_tests.sh' 2025-03-21T20:17:42.7696475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/generate_test_models.sh' 2025-03-21T20:17:42.7697553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/install_inmemoryfs.sh' 2025-03-21T20:17:42.7698633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/install_requirements.sh' 2025-03-21T20:17:42.7699736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts/run_tests.sh' 2025-03-21T20:17:42.7700679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/scripts' 2025-03-21T20:17:42.7701561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/setup.md' 2025-03-21T20:17:42.7702527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:17:42.7703590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:17:42.7704561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml/test' 2025-03-21T20:17:42.7705493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/coreml' 2025-03-21T20:17:42.7706353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/.clang-format' 2025-03-21T20:17:42.7707229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/CMakeLists.txt' 2025-03-21T20:17:42.7708068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/TARGETS' 2025-03-21T20:17:42.7708894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/__init__.py' 2025-03-21T20:17:42.7709792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/install_requirements.sh' 2025-03-21T20:17:42.7710726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:17:42.7711649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:17:42.7712633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:17:42.7713633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:17:42.7714596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:17:42.7715554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:17:42.7716563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:17:42.7717568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:17:42.7718595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:17:42.7719625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:17:42.7720647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:17:42.7721645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:17:42.7722675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:17:42.7723680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:17:42.7724690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:17:42.7725669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:17:42.7726637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:17:42.7727611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:17:42.7728645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:17:42.7729637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:17:42.7730603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:17:42.7731538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/operators' 2025-03-21T20:17:42.7732450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:17:42.7733441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:17:42.7734412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/partition' 2025-03-21T20:17:42.7735338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSBackend.mm' 2025-03-21T20:17:42.7736279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSCompiler.h' 2025-03-21T20:17:42.7737232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSCompiler.mm' 2025-03-21T20:17:42.7738214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.h' 2025-03-21T20:17:42.7739221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.mm' 2025-03-21T20:17:42.7740195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSDevice.h' 2025-03-21T20:17:42.7741119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSDevice.mm' 2025-03-21T20:17:42.7742054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSExecutor.h' 2025-03-21T20:17:42.7743002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSExecutor.mm' 2025-03-21T20:17:42.7743974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.h' 2025-03-21T20:17:42.7744966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.mm' 2025-03-21T20:17:42.7746002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSStream.h' 2025-03-21T20:17:42.7746925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/MPSStream.mm' 2025-03-21T20:17:42.7747944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ActivationOps.mm' 2025-03-21T20:17:42.7749033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/BinaryOps.mm' 2025-03-21T20:17:42.7750083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ClampOps.mm' 2025-03-21T20:17:42.7751230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ConstantOps.mm' 2025-03-21T20:17:42.7752331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ConvolutionOps.mm' 2025-03-21T20:17:42.7753418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/IndexingOps.mm' 2025-03-21T20:17:42.7754513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/LinearAlgebra.mm' 2025-03-21T20:17:42.7755643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/MPSGraphSequoiaOps.h' 2025-03-21T20:17:42.7756869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/MPSGraphVenturaOps.h' 2025-03-21T20:17:42.7758015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/NormalizationOps.mm' 2025-03-21T20:17:42.7759138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.h' 2025-03-21T20:17:42.7760242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.mm' 2025-03-21T20:17:42.7761375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/PadOps.mm' 2025-03-21T20:17:42.7762419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/PoolingOps.mm' 2025-03-21T20:17:42.7763497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/QuantDequant.mm' 2025-03-21T20:17:42.7764563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/RangeOps.mm' 2025-03-21T20:17:42.7765605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ReduceOps.mm' 2025-03-21T20:17:42.7766852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/ShapeOps.mm' 2025-03-21T20:17:42.7768091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations/UnaryOps.mm' 2025-03-21T20:17:42.7769097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime/operations' 2025-03-21T20:17:42.7770034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/runtime' 2025-03-21T20:17:42.7771011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:17:42.7772224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:17:42.7773273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:17:42.7774436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/serialization' 2025-03-21T20:17:42.7775320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/setup.md' 2025-03-21T20:17:42.7776136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/targets.bzl' 2025-03-21T20:17:42.7777379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:17:42.7778332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:17:42.7779353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:17:42.7780784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:17:42.7781933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:17:42.7783303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:17:42.7784305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:17:42.7785297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/test' 2025-03-21T20:17:42.7786621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:17:42.7787540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:17:42.7788978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps/utils' 2025-03-21T20:17:42.7789820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple/mps' 2025-03-21T20:17:42.7790597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/apple' 2025-03-21T20:17:42.7791830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/CMakeLists.txt' 2025-03-21T20:17:42.7792604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/README.md' 2025-03-21T20:17:42.7793345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/TARGETS' 2025-03-21T20:17:42.7794537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/TARGETS' 2025-03-21T20:17:42.7795394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:17:42.7796409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:17:42.7797479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:17:42.7798468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:17:42.7799391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:17:42.7800310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:17:42.7801263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:17:42.7802302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:17:42.7803377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:17:42.7804420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:17:42.7805436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:17:42.7806415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:17:42.7807416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:17:42.7808389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:17:42.7809363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:17:42.7810348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:17:42.7811317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:17:42.7812415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:17:42.7813408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:17:42.7814375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:17:42.7815346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:17:42.7816384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:17:42.7817947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:17:42.7818973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:17:42.7820038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:17:42.7821472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:17:42.7822506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:17:42.7823945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:17:42.7824920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:17:42.7826035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:17:42.7827476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:17:42.7828486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:17:42.7829510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:17:42.7830833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:17:42.7831810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:17:42.7832973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:17:42.7834276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:17:42.7835500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:17:42.7836755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/_passes' 2025-03-21T20:17:42.7837569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/arm_backend.py' 2025-03-21T20:17:42.7838351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/arm_vela.py' 2025-03-21T20:17:42.7839157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:17:42.7840019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:17:42.7840909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/TARGETS' 2025-03-21T20:17:42.7841841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:17:42.7842848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:17:42.7843994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:17:42.7845017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:17:42.7846051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:17:42.7847103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:17:42.7848139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:17:42.7849231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:17:42.7850305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:17:42.7851325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operator_support' 2025-03-21T20:17:42.7852200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/TARGETS' 2025-03-21T20:17:42.7853058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/__init__.py' 2025-03-21T20:17:42.7853953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:17:42.7854828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:17:42.7855688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_add.py' 2025-03-21T20:17:42.7856552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:17:42.7857417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:17:42.7858280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_any.py' 2025-03-21T20:17:42.7859498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:17:42.7860498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:17:42.7861362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:17:42.7862500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:17:42.7863610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:17:42.7864543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:17:42.7865542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:17:42.7866399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:17:42.7867250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_full.py' 2025-03-21T20:17:42.7868161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:17:42.7869124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:17:42.7870005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:17:42.7870856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_le.py' 2025-03-21T20:17:42.7871733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_log.py' 2025-03-21T20:17:42.7872688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:17:42.7873733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:17:42.7874661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:17:42.7875558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:17:42.7876432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:17:42.7877367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:17:42.7878428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:17:42.7879346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:17:42.7880233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:17:42.7881127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:17:42.7882014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:17:42.7882900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:17:42.7883793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:17:42.7884661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:17:42.7885506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:17:42.7886373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_table.py' 2025-03-21T20:17:42.7887246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:17:42.7888126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:17:42.7889077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:17:42.7890034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:17:42.7891021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:17:42.7891959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/op_view.py' 2025-03-21T20:17:42.7892843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:17:42.7893745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:17:42.7894645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/operators' 2025-03-21T20:17:42.7895476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/process_node.py' 2025-03-21T20:17:42.7896298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/TARGETS' 2025-03-21T20:17:42.7897145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:17:42.7898054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:17:42.7899022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:17:42.7900046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:17:42.7901163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:17:42.7902088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/quantizer' 2025-03-21T20:17:42.7902979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime/EthosUBackend.cpp' 2025-03-21T20:17:42.7903891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime/TARGETS' 2025-03-21T20:17:42.7904759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime/VelaBinStream.cpp' 2025-03-21T20:17:42.7905792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime/VelaBinStream.h' 2025-03-21T20:17:42.7906739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime/targets.bzl' 2025-03-21T20:17:42.7907655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/runtime' 2025-03-21T20:17:42.7908544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/build_executorch.sh' 2025-03-21T20:17:42.7909523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/build_executorch_runner.sh' 2025-03-21T20:17:42.7910858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/build_portable_kernels.sh' 2025-03-21T20:17:42.7911930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/build_quantized_ops_aot_lib.sh' 2025-03-21T20:17:42.7912878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/pre-commit' 2025-03-21T20:17:42.7913786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/pre-push' 2025-03-21T20:17:42.7914627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/run_fvp.sh' 2025-03-21T20:17:42.7915511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/setup-dev-env.sh' 2025-03-21T20:17:42.7916383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts/utils.sh' 2025-03-21T20:17:42.7917192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/scripts' 2025-03-21T20:17:42.7918011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/.coveragerc' 2025-03-21T20:17:42.7918812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/TARGETS' 2025-03-21T20:17:42.7919601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/common.py' 2025-03-21T20:17:42.7920416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/conftest.py' 2025-03-21T20:17:42.7921334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:17:42.7922315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:17:42.7923290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:17:42.7924290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:17:42.7925277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:17:42.7926295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:17:42.7927315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:17:42.7928422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:17:42.7929558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:17:42.7930463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/misc' 2025-03-21T20:17:42.7931373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:17:42.7932323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:17:42.7933248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:17:42.7934226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:17:42.7935214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:17:42.7936219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:17:42.7937203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:17:42.7938204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:17:42.7939189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:17:42.7940086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/models' 2025-03-21T20:17:42.7940950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:17:42.7941820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:17:42.7942672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:17:42.7943548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:17:42.7944412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:17:42.7945317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:17:42.7946355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:17:42.7947284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:17:42.7948158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:17:42.7949019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:17:42.7949906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:17:42.7950788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:17:42.7951723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:17:42.7952672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:17:42.7953564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:17:42.7954470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:17:42.7955440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:17:42.7956358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:17:42.7957301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:17:42.7958169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:17:42.7959051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:17:42.7959946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:17:42.7960818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:17:42.7961683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:17:42.7989175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:17:42.7990814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:17:42.7991868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:17:42.7992790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:17:42.7993717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:17:42.7994616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:17:42.7995490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:17:42.7996379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:17:42.7997316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:17:42.7998233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:17:42.7999135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:17:42.8000022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:17:42.8000932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:17:42.8001839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:17:42.8002809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:17:42.8003693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:17:42.8004539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:17:42.8005427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:17:42.8006345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:17:42.8007252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:17:42.8008136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:17:42.8009023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:17:42.8009907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:17:42.8010803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:17:42.8011863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:17:42.8012761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:17:42.8013701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:17:42.8014671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:17:42.8015600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:17:42.8016492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:17:42.8017448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:17:42.8018350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:17:42.8019241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:17:42.8020106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:17:42.8020985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:17:42.8021884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:17:42.8022789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:17:42.8023775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:17:42.8024726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:17:42.8025708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:17:42.8026579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/ops' 2025-03-21T20:17:42.8027521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:17:42.8028547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:17:42.8029552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:17:42.8030590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:17:42.8031749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:17:42.8032839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:17:42.8033925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:17:42.8035074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:17:42.8036134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:17:42.8037199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:17:42.8038212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/passes' 2025-03-21T20:17:42.8039060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/pytest.ini' 2025-03-21T20:17:42.8040011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:17:42.8041085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/quantizer' 2025-03-21T20:17:42.8041963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:17:42.8042837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/setup_testing.sh' 2025-03-21T20:17:42.8043679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/targets.bzl' 2025-03-21T20:17:42.8044552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/test_arm_baremetal.sh' 2025-03-21T20:17:42.8045440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/test_model.py' 2025-03-21T20:17:42.8046457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:17:42.8047429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:17:42.8048404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:17:42.8049316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:17:42.8050219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tester' 2025-03-21T20:17:42.8051112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:17:42.8051999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test/tosautil' 2025-03-21T20:17:42.8052836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/test' 2025-03-21T20:17:42.8053776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:17:42.8054844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/third-party/serialization_lib' 2025-03-21T20:17:42.8055785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/third-party' 2025-03-21T20:17:42.8056622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_backend.py' 2025-03-21T20:17:42.8057435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:17:42.8058274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:17:42.8059133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:17:42.8059999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_specification.py' 2025-03-21T20:17:42.8060820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/tosa_utils.py' 2025-03-21T20:17:42.8061687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:17:42.8062551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm/util' 2025-03-21T20:17:42.8063317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/arm' 2025-03-21T20:17:42.8064071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/backends.bzl' 2025-03-21T20:17:42.8064842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/.gitignore' 2025-03-21T20:17:42.8065754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/CMakeLists.txt' 2025-03-21T20:17:42.8066567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/README.md' 2025-03-21T20:17:42.8067361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/TARGETS' 2025-03-21T20:17:42.8068279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:17:42.8069136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:17:42.8070019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:17:42.8070939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:17:42.8071827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:17:42.8072774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:17:42.8074066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:17:42.8074985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:17:42.8075872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:17:42.8076806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:17:42.8077748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:17:42.8078682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:17:42.8079612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:17:42.8080473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/passes.py' 2025-03-21T20:17:42.8081352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer/TARGETS' 2025-03-21T20:17:42.8082308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:17:42.8083302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:17:42.8084275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:17:42.8085216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:17:42.8086138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/quantizer' 2025-03-21T20:17:42.8087169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:17:42.8088106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:17:42.8088990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:17:42.8089880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:17:42.8090759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:17:42.8091742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:17:42.8092791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:17:42.8093814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:17:42.8094829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:17:42.8095867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:17:42.8097050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:17:42.8098114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:17:42.8099197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:17:42.8100184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/tests' 2025-03-21T20:17:42.8101036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot/utils.py' 2025-03-21T20:17:42.8101911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/aot' 2025-03-21T20:17:42.8102808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/build_cadence_fusionG3.sh' 2025-03-21T20:17:42.8103752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/build_cadence_hifi4.sh' 2025-03-21T20:17:42.8104668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/build_cadence_runner.sh' 2025-03-21T20:17:42.8105645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/cadence.cmake' 2025-03-21T20:17:42.8106518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/executor_runner.cpp' 2025-03-21T20:17:42.8107494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/CMakeLists.txt' 2025-03-21T20:17:42.8108507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/TARGETS' 2025-03-21T20:17:42.8109500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_add.cpp' 2025-03-21T20:17:42.8110510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_cat.cpp' 2025-03-21T20:17:42.8111511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_clamp.cpp' 2025-03-21T20:17:42.8112567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_dequantize.cpp' 2025-03-21T20:17:42.8113605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_div.cpp' 2025-03-21T20:17:42.8114650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_exp.cpp' 2025-03-21T20:17:42.8115675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_lt.cpp' 2025-03-21T20:17:42.8116687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_mean.cpp' 2025-03-21T20:17:42.8117695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_mul.cpp' 2025-03-21T20:17:42.8118765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_native_layer_norm.cpp' 2025-03-21T20:17:42.8119889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_permute_copy.cpp' 2025-03-21T20:17:42.8120968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_quantize.cpp' 2025-03-21T20:17:42.8122060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_rsqrt.cpp' 2025-03-21T20:17:42.8123100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_sigmoid.cpp' 2025-03-21T20:17:42.8124161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_slice_copy.cpp' 2025-03-21T20:17:42.8125328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_softmax.cpp' 2025-03-21T20:17:42.8126349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_sqrt.cpp' 2025-03-21T20:17:42.8127366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_sub.cpp' 2025-03-21T20:17:42.8128385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_tanh.cpp' 2025-03-21T20:17:42.8129656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_transpose_copy.cpp' 2025-03-21T20:17:42.8131057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/op_where.cpp' 2025-03-21T20:17:42.8132087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/operators.h' 2025-03-21T20:17:42.8133113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/targets.bzl' 2025-03-21T20:17:42.8134238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/tests/test_op_add.cpp' 2025-03-21T20:17:42.8135365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/tests' 2025-03-21T20:17:42.8136393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/xt_macros.h' 2025-03-21T20:17:42.8137399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators/xt_utils.h' 2025-03-21T20:17:42.8138395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/operators' 2025-03-21T20:17:42.8139456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:17:42.8140561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/third-party/nnlib' 2025-03-21T20:17:42.8141600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3/third-party' 2025-03-21T20:17:42.8142717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/fusion_g3' 2025-03-21T20:17:42.8143748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels/CMakeLists.txt' 2025-03-21T20:17:42.8145132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels/TARGETS' 2025-03-21T20:17:42.8146162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels/kernels.cpp' 2025-03-21T20:17:42.8147123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels/kernels.h' 2025-03-21T20:17:42.8148068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels/targets.bzl' 2025-03-21T20:17:42.8149001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/kernels' 2025-03-21T20:17:42.8149953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/CMakeLists.txt' 2025-03-21T20:17:42.8150926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/TARGETS' 2025-03-21T20:17:42.8151871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_add.cpp' 2025-03-21T20:17:42.8152842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_atan2.cpp' 2025-03-21T20:17:42.8153826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_cat.cpp' 2025-03-21T20:17:42.8154918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_clamp.cpp' 2025-03-21T20:17:42.8156093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_dequantize_per_tensor.cpp' 2025-03-21T20:17:42.8157500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_div.cpp' 2025-03-21T20:17:42.8159145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_full.cpp' 2025-03-21T20:17:42.8160146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_maximum.cpp' 2025-03-21T20:17:42.8161140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_mean.cpp' 2025-03-21T20:17:42.8162215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_minimum.cpp' 2025-03-21T20:17:42.8163210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_mul.cpp' 2025-03-21T20:17:42.8164222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_permute_copy.cpp' 2025-03-21T20:17:42.8165217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_pow.cpp' 2025-03-21T20:17:42.8166263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantize_per_tensor.cpp' 2025-03-21T20:17:42.8167395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantized_conv_out.cpp' 2025-03-21T20:17:42.8168588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantized_fully_connected_out.cpp' 2025-03-21T20:17:42.8169786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantized_layer_norm.cpp' 2025-03-21T20:17:42.8170919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantized_linear_out.cpp' 2025-03-21T20:17:42.8172039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_quantized_relu_out.cpp' 2025-03-21T20:17:42.8173102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_remainder.cpp' 2025-03-21T20:17:42.8174319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_rsqrt.cpp' 2025-03-21T20:17:42.8175323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_sigmoid.cpp' 2025-03-21T20:17:42.8176341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_softmax.cpp' 2025-03-21T20:17:42.8177328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_sub.cpp' 2025-03-21T20:17:42.8178302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_tanh.cpp' 2025-03-21T20:17:42.8179280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/op_where.cpp' 2025-03-21T20:17:42.8180250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/operators.h' 2025-03-21T20:17:42.8181220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators/targets.bzl' 2025-03-21T20:17:42.8182176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/operators' 2025-03-21T20:17:42.8183195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:17:42.8184248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/TARGETS' 2025-03-21T20:17:42.8185490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/license.txt' 2025-03-21T20:17:42.8186652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/matmul_asym8uxasym8u_asym8u.cpp' 2025-03-21T20:17:42.8187928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/matmul_asym8uxasym8u_asym8u_macros.h' 2025-03-21T20:17:42.8189118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/targets.bzl' 2025-03-21T20:17:42.8190219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_broadcast_32.c' 2025-03-21T20:17:42.8191464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_broadcast_32_32.c' 2025-03-21T20:17:42.8192614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_concat_32.c' 2025-03-21T20:17:42.8193794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_add_f32_broadcast.c' 2025-03-21T20:17:42.8194990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_atan2_f32.c' 2025-03-21T20:17:42.8196205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_clamp_f32_broadcast.c' 2025-03-21T20:17:42.8197450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_f32_broadcast.c' 2025-03-21T20:17:42.8198704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_mode_f32_broadcast.c' 2025-03-21T20:17:42.8199959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_minimum_maximum_f32.c' 2025-03-21T20:17:42.8201204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_mul_f32_broadcast.c' 2025-03-21T20:17:42.8202390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_pow_f32.c' 2025-03-21T20:17:42.8203612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_remainder_broadcast_f32.c' 2025-03-21T20:17:42.8204879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_where_f32xf32_f32.c' 2025-03-21T20:17:42.8206070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_reduce_32_32.c' 2025-03-21T20:17:42.8207200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_transpose_32.c' 2025-03-21T20:17:42.8208342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_transpose_8.c' 2025-03-21T20:17:42.8209532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nnlib_matmul_unroll_macros.h' 2025-03-21T20:17:42.8210663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party/nnlib' 2025-03-21T20:17:42.8211653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi/third-party' 2025-03-21T20:17:42.8212551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/hifi' 2025-03-21T20:17:42.8213448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/install_requirements.sh' 2025-03-21T20:17:42.8214428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels/CMakeLists.txt' 2025-03-21T20:17:42.8215498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels/TARGETS' 2025-03-21T20:17:42.8216478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels/kernels.cpp' 2025-03-21T20:17:42.8217482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels/kernels.h' 2025-03-21T20:17:42.8218476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels/targets.bzl' 2025-03-21T20:17:42.8219458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/kernels' 2025-03-21T20:17:42.8220472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/CMakeLists.txt' 2025-03-21T20:17:42.8221559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/TARGETS' 2025-03-21T20:17:42.8222649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/dequantize_per_tensor.cpp' 2025-03-21T20:17:42.8223776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/im2row_out.cpp' 2025-03-21T20:17:42.8224816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/op_add.cpp' 2025-03-21T20:17:42.8225952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/op_embedding.cpp' 2025-03-21T20:17:42.8227015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/op_full.cpp' 2025-03-21T20:17:42.8228073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/op_view_copy.cpp' 2025-03-21T20:17:42.8229117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/operators.h' 2025-03-21T20:17:42.8230214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp' 2025-03-21T20:17:42.8231362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_conv_out.cpp' 2025-03-21T20:17:42.8232572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_fully_connected_out.cpp' 2025-03-21T20:17:42.8233795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_layer_norm.cpp' 2025-03-21T20:17:42.8234964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_linear_out.cpp' 2025-03-21T20:17:42.8236128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_matmul_out.cpp' 2025-03-21T20:17:42.8237236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_ops.h' 2025-03-21T20:17:42.8238358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/quantized_relu_out.cpp' 2025-03-21T20:17:42.8239483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/requantize_out.cpp' 2025-03-21T20:17:42.8240550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators/targets.bzl' 2025-03-21T20:17:42.8241557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference/operators' 2025-03-21T20:17:42.8242488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/reference' 2025-03-21T20:17:42.8243362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/TARGETS' 2025-03-21T20:17:42.8244235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:17:42.8245208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/et_pal.cpp' 2025-03-21T20:17:42.8246099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:17:42.8247027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/executor_main.sh' 2025-03-21T20:17:42.8247954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:17:42.8248850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/targets.bzl' 2025-03-21T20:17:42.8249792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:17:42.8250651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/runtime' 2025-03-21T20:17:42.8251542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/FACTO' 2025-03-21T20:17:42.8252420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/TARGETS' 2025-03-21T20:17:42.8253286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:17:42.8254188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:17:42.8255122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:17:42.8256030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils/targets.bzl' 2025-03-21T20:17:42.8256899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence/utils' 2025-03-21T20:17:42.8257719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/cadence' 2025-03-21T20:17:42.8258509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/README.md' 2025-03-21T20:17:42.8259294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/TARGETS' 2025-03-21T20:17:42.8260160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/diagrams/delegate.png' 2025-03-21T20:17:42.8261119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/diagrams/memory_permute.png' 2025-03-21T20:17:42.8262110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/diagrams/quantize_delegate.png' 2025-03-21T20:17:42.8263067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/diagrams' 2025-03-21T20:17:42.8263952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_backend.py' 2025-03-21T20:17:42.8264951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_backend_delegate_passes/TARGETS' 2025-03-21T20:17:42.8266195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:17:42.8267472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:17:42.8268691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_backend_delegate_passes' 2025-03-21T20:17:42.8269717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/TARGETS' 2025-03-21T20:17:42.8270761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:17:42.8271795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/add.py' 2025-03-21T20:17:42.8272871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:17:42.8274078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:17:42.8275097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:17:42.8276097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:17:42.8277080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/linear.py' 2025-03-21T20:17:42.8278073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:17:42.8279159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/ops.py' 2025-03-21T20:17:42.8280129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators/utils.py' 2025-03-21T20:17:42.8281105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_operators' 2025-03-21T20:17:42.8282057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_partitioner.py' 2025-03-21T20:17:42.8282988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/example_quantizer.py' 2025-03-21T20:17:42.8283912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example/test_example_delegate.py' 2025-03-21T20:17:42.8284782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/example' 2025-03-21T20:17:42.8285616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/CMakeLists.txt' 2025-03-21T20:17:42.8286447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/README.md' 2025-03-21T20:17:42.8287309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/__init__.py' 2025-03-21T20:17:42.8288170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:17:42.8289208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:17:42.8290245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/_passes' 2025-03-21T20:17:42.8291112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/partitioner.py' 2025-03-21T20:17:42.8291973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/preprocess.py' 2025-03-21T20:17:42.8292862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:17:42.8293792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:17:42.8294721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:17:42.8295633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:17:42.8296542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/quantizer' 2025-03-21T20:17:42.8297429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/requirements.txt' 2025-03-21T20:17:42.8298359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/NeuronBackend.cpp' 2025-03-21T20:17:42.8299350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/NeuronExecutor.cpp' 2025-03-21T20:17:42.8300365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/NeuronBackend.h' 2025-03-21T20:17:42.8301550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/NeuronBufferAllocator.h' 2025-03-21T20:17:42.8302630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/NeuronExecutor.h' 2025-03-21T20:17:42.8303654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/NeuronLog.h' 2025-03-21T20:17:42.8304710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/NeuronPayloadHeader.h' 2025-03-21T20:17:42.8305971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/api/APUWareUtilsLib.h' 2025-03-21T20:17:42.8307171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/api/NeuronAdapterShim.h' 2025-03-21T20:17:42.8308231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include/api' 2025-03-21T20:17:42.8309209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime/include' 2025-03-21T20:17:42.8310108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/runtime' 2025-03-21T20:17:42.8311001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/scripts/mtk_build.sh' 2025-03-21T20:17:42.8311888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek/scripts' 2025-03-21T20:17:42.8312715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/mediatek' 2025-03-21T20:17:42.8313541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/CMakeLists.txt' 2025-03-21T20:17:42.8314371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/README.md' 2025-03-21T20:17:42.8315146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/TARGETS' 2025-03-21T20:17:42.8315968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/TARGETS' 2025-03-21T20:17:42.8316863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:17:42.8317833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:17:42.8318860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:17:42.8319857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:17:42.8320917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:17:42.8321922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:17:42.8323030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:17:42.8324110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:17:42.8325087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:17:42.8326061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:17:42.8327109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:17:42.8328147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:17:42.8329190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:17:42.8330277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:17:42.8331281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:17:42.8332310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:17:42.8333293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:17:42.8334286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:17:42.8335418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:17:42.8336506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:17:42.8337545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:17:42.8338545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:17:42.8339561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:17:42.8340575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:17:42.8341608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:17:42.8342648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:17:42.8343638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:17:42.8344582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:17:42.8345538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/_passes' 2025-03-21T20:17:42.8346449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/CMakeLists.txt' 2025-03-21T20:17:42.8347346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/TARGETS' 2025-03-21T20:17:42.8348203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:17:42.8349098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/qcir_utils.cpp' 2025-03-21T20:17:42.8350005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/qcir_utils.h' 2025-03-21T20:17:42.8350903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir/targets.bzl' 2025-03-21T20:17:42.8351775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/ir' 2025-03-21T20:17:42.8352693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/CMakeLists.txt' 2025-03-21T20:17:42.8353725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.cpp' 2025-03-21T20:17:42.8354793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.h' 2025-03-21T20:17:42.8355861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.cpp' 2025-03-21T20:17:42.8356924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.h' 2025-03-21T20:17:42.8357972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/TARGETS' 2025-03-21T20:17:42.8358889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python/targets.bzl' 2025-03-21T20:17:42.8359813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/python' 2025-03-21T20:17:42.8360761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/CMakeLists.txt' 2025-03-21T20:17:42.8361758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.cpp' 2025-03-21T20:17:42.8362735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.h' 2025-03-21T20:17:42.8363774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/ParamWrapper.h' 2025-03-21T20:17:42.8364855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.cpp' 2025-03-21T20:17:42.8365989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.h' 2025-03-21T20:17:42.8367075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/ScalarParamWrapper.h' 2025-03-21T20:17:42.8368068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/TARGETS' 2025-03-21T20:17:42.8369059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/TensorParamWrapper.h' 2025-03-21T20:17:42.8370116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.cpp' 2025-03-21T20:17:42.8371130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.h' 2025-03-21T20:17:42.8372117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers/targets.bzl' 2025-03-21T20:17:42.8373059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot/wrappers' 2025-03-21T20:17:42.8374165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/aot' 2025-03-21T20:17:42.8375040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/README.md' 2025-03-21T20:17:42.8375929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/TARGETS' 2025-03-21T20:17:42.8376813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:17:42.8377756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:17:42.8378692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:17:42.8379676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:17:42.8380652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:17:42.8381562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:17:42.8382483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:17:42.8383421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:17:42.8384391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:17:42.8385326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:17:42.8386294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:17:42.8387336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:17:42.8388244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:17:42.8389160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:17:42.8390054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:17:42.8391005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:17:42.8392084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:17:42.8393020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:17:42.8393952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:17:42.8394878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:17:42.8395784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:17:42.8396687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:17:42.8397615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:17:42.8398718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:17:42.8399617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:17:42.8400555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:17:42.8401487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:17:42.8402417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:17:42.8403394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:17:42.8404349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:17:42.8405283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:17:42.8406229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:17:42.8407212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:17:42.8408204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:17:42.8409121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:17:42.8410025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:17:42.8410931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:17:42.8411868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:17:42.8412846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:17:42.8413786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:17:42.8414695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:17:42.8415663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:17:42.8416603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:17:42.8417567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:17:42.8418490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:17:42.8419388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:17:42.8420339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:17:42.8421231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:17:42.8422112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:17:42.8423003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:17:42.8423896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:17:42.8424807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:17:42.8425801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:17:42.8426736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:17:42.8427643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:17:42.8428577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:17:42.8429580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:17:42.8430512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:17:42.8431491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:17:42.8432452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:17:42.8433367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:17:42.8434282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:17:42.8435243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:17:42.8436202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:17:42.8437176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:17:42.8438200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:17:42.8439163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:17:42.8440090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:17:42.8440991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:17:42.8441939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:17:42.8442996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:17:42.8443893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:17:42.8444791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:17:42.8445728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:17:42.8446680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:17:42.8447702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:17:42.8448824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:17:42.8449810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:17:42.8450757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:17:42.8451703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/targets.bzl' 2025-03-21T20:17:42.8452602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:17:42.8453471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/builders' 2025-03-21T20:17:42.8454346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/debugger/TARGETS' 2025-03-21T20:17:42.8455228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:17:42.8456114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/debugger' 2025-03-21T20:17:42.8456996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition/TARGETS' 2025-03-21T20:17:42.8457925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:17:42.8458919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:17:42.8459876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition/targets.bzl' 2025-03-21T20:17:42.8460794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:17:42.8461686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/partition' 2025-03-21T20:17:42.8462573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/python/.gitignore' 2025-03-21T20:17:42.8463448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/python' 2025-03-21T20:17:42.8464331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:17:42.8465224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/README.md' 2025-03-21T20:17:42.8466187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/TARGETS' 2025-03-21T20:17:42.8467116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:17:42.8468108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:17:42.8469249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:17:42.8470366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/observers' 2025-03-21T20:17:42.8471405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:17:42.8472324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:17:42.8473261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer/targets.bzl' 2025-03-21T20:17:42.8474414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/quantizer' 2025-03-21T20:17:42.8475331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/CMakeLists.txt' 2025-03-21T20:17:42.8476254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/Logging.cpp' 2025-03-21T20:17:42.8477278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/Logging.h' 2025-03-21T20:17:42.8478208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/QnnExecuTorch.h' 2025-03-21T20:17:42.8479198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.cpp' 2025-03-21T20:17:42.8480244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.h' 2025-03-21T20:17:42.8481230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/QnnManager.cpp' 2025-03-21T20:17:42.8482159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/QnnManager.h' 2025-03-21T20:17:42.8483099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/SharedBuffer.cpp' 2025-03-21T20:17:42.8484053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/SharedBuffer.h' 2025-03-21T20:17:42.8484952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/TARGETS' 2025-03-21T20:17:42.8485819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/Utils.cpp' 2025-03-21T20:17:42.8486694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/Utils.h' 2025-03-21T20:17:42.8487641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/CMakeLists.txt' 2025-03-21T20:17:42.8488711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.cpp' 2025-03-21T20:17:42.8489802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.h' 2025-03-21T20:17:42.8490906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.cpp' 2025-03-21T20:17:42.8492005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.h' 2025-03-21T20:17:42.8493099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.cpp' 2025-03-21T20:17:42.8494208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.h' 2025-03-21T20:17:42.8495313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.cpp' 2025-03-21T20:17:42.8496414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.h' 2025-03-21T20:17:42.8497519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.cpp' 2025-03-21T20:17:42.8498633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.h' 2025-03-21T20:17:42.8499729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.cpp' 2025-03-21T20:17:42.8500903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.h' 2025-03-21T20:17:42.8502021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnFunctionInterface.h' 2025-03-21T20:17:42.8503136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.cpp' 2025-03-21T20:17:42.8504225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.h' 2025-03-21T20:17:42.8505319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.cpp' 2025-03-21T20:17:42.8506665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.h' 2025-03-21T20:17:42.8507737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.cpp' 2025-03-21T20:17:42.8508738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.h' 2025-03-21T20:17:42.8509788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.cpp' 2025-03-21T20:17:42.8510855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.h' 2025-03-21T20:17:42.8511898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.cpp' 2025-03-21T20:17:42.8512938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.h' 2025-03-21T20:17:42.8514045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnSysFunctionInterface.h' 2025-03-21T20:17:42.8515209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.cpp' 2025-03-21T20:17:42.8516354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.h' 2025-03-21T20:17:42.8517473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackend.h' 2025-03-21T20:17:42.8518655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.cpp' 2025-03-21T20:17:42.8519880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.h' 2025-03-21T20:17:42.8521060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.cpp' 2025-03-21T20:17:42.8522206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.h' 2025-03-21T20:17:42.8523420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContextCustomConfig.h' 2025-03-21T20:17:42.8524642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.cpp' 2025-03-21T20:17:42.8525764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.h' 2025-03-21T20:17:42.8526969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDeviceCustomConfig.h' 2025-03-21T20:17:42.8528289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevicePlatformInfoConfig.h' 2025-03-21T20:17:42.8529534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.cpp' 2025-03-21T20:17:42.8530720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.h' 2025-03-21T20:17:42.8531922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp' 2025-03-21T20:17:42.8533208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.h' 2025-03-21T20:17:42.8534550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpContextCustomConfig.cpp' 2025-03-21T20:17:42.8535945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:17:42.8537437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:17:42.8538871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpGraphCustomConfig.cpp' 2025-03-21T20:17:42.8540154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64' 2025-03-21T20:17:42.8541438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp' 2025-03-21T20:17:42.8542811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:17:42.8544222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:17:42.8545684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp' 2025-03-21T20:17:42.8546940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64' 2025-03-21T20:17:42.8548066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends/htpbackend' 2025-03-21T20:17:42.8549089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/backends' 2025-03-21T20:17:42.8550024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime/targets.bzl' 2025-03-21T20:17:42.8550910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/runtime' 2025-03-21T20:17:42.8551784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/scripts/build.sh' 2025-03-21T20:17:42.8552655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/scripts' 2025-03-21T20:17:42.8553541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization/TARGETS' 2025-03-21T20:17:42.8554547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:17:42.8555584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:17:42.8556625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:17:42.8557656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization/targets.bzl' 2025-03-21T20:17:42.8558615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/serialization' 2025-03-21T20:17:42.8559479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/setup.md' 2025-03-21T20:17:42.8560393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/targets.bzl' 2025-03-21T20:17:42.8561235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/tests/TARGETS' 2025-03-21T20:17:42.8562093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:17:42.8563023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:17:42.8563944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:17:42.8564797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/tests' 2025-03-21T20:17:42.8565685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/utils/TARGETS' 2025-03-21T20:17:42.8566549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:17:42.8567440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/utils/targets.bzl' 2025-03-21T20:17:42.8568313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:17:42.8569165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm/utils' 2025-03-21T20:17:42.8569986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/qualcomm' 2025-03-21T20:17:42.8570764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/test/README.md' 2025-03-21T20:17:42.8571509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/test/TARGETS' 2025-03-21T20:17:42.8572370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/test/multi_method_delegate_test.cpp' 2025-03-21T20:17:42.8573257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/test/targets.bzl' 2025-03-21T20:17:42.8574232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/test' 2025-03-21T20:17:42.8575012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/TARGETS' 2025-03-21T20:17:42.8575831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/__init__.py' 2025-03-21T20:17:42.8576714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:17:42.8577669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:17:42.8578598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:17:42.8579591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:17:42.8580637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:17:42.8581635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:17:42.8582599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:17:42.8583524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:17:42.8584443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:17:42.8585369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:17:42.8586355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:17:42.8587336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:17:42.8588412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/targets.bzl' 2025-03-21T20:17:42.8589444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:17:42.8590624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:17:42.8591716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:17:42.8592660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/test' 2025-03-21T20:17:42.8593498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/utils.py' 2025-03-21T20:17:42.8594530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:17:42.8595479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/transforms' 2025-03-21T20:17:42.8596301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/CMakeLists.txt' 2025-03-21T20:17:42.8597095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/README.md' 2025-03-21T20:17:42.8597869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/TARGETS' 2025-03-21T20:17:42.8598652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/__init__.py' 2025-03-21T20:17:42.8599474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/TARGETS' 2025-03-21T20:17:42.8600348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:17:42.8601301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:17:42.8602333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:17:42.8603341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:17:42.8604363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:17:42.8605414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:17:42.8606442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:17:42.8607471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:17:42.8608403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/_passes' 2025-03-21T20:17:42.8609302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/cmake/ShaderLibrary.cmake' 2025-03-21T20:17:42.8610200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/cmake' 2025-03-21T20:17:42.8611050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:17:42.8611928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/docs/android_demo.md' 2025-03-21T20:17:42.8612789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/docs' 2025-03-21T20:17:42.8613615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/op_registry.py' 2025-03-21T20:17:42.8614485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/partitioner/TARGETS' 2025-03-21T20:17:42.8615445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:17:42.8616480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/partitioner' 2025-03-21T20:17:42.8617356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/quantizer/TARGETS' 2025-03-21T20:17:42.8618283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:17:42.8619216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/quantizer' 2025-03-21T20:17:42.8620126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/VulkanBackend.cpp' 2025-03-21T20:17:42.8621104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.cpp' 2025-03-21T20:17:42.8622179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.h' 2025-03-21T20:17:42.8623154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/Context.cpp' 2025-03-21T20:17:42.8624066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/Context.h' 2025-03-21T20:17:42.8625016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.cpp' 2025-03-21T20:17:42.8626100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.h' 2025-03-21T20:17:42.8627032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/api.h' 2025-03-21T20:17:42.8628014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.cpp' 2025-03-21T20:17:42.8629122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.h' 2025-03-21T20:17:42.8630212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers/StagingBuffer.h' 2025-03-21T20:17:42.8631283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers/Tensor.cpp' 2025-03-21T20:17:42.8632304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers/Tensor.h' 2025-03-21T20:17:42.8633309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api/containers' 2025-03-21T20:17:42.8634250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/api' 2025-03-21T20:17:42.8635149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:17:42.8636129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.cpp' 2025-03-21T20:17:42.8637128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.h' 2025-03-21T20:17:42.8638120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/GraphConfig.cpp' 2025-03-21T20:17:42.8639108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/GraphConfig.h' 2025-03-21T20:17:42.8640072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/Logging.cpp' 2025-03-21T20:17:42.8641005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/Logging.h' 2025-03-21T20:17:42.8642000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/Constant.cpp' 2025-03-21T20:17:42.8643073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/Constant.h' 2025-03-21T20:17:42.8644192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.cpp' 2025-03-21T20:17:42.8645427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.h' 2025-03-21T20:17:42.8646562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.cpp' 2025-03-21T20:17:42.8647670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.h' 2025-03-21T20:17:42.8648753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.cpp' 2025-03-21T20:17:42.8649782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.h' 2025-03-21T20:17:42.8650898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/Types.cpp' 2025-03-21T20:17:42.8651940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/Types.h' 2025-03-21T20:17:42.8652957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers/Value.h' 2025-03-21T20:17:42.8653418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/containers' 2025-03-21T20:17:42.8653859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.cpp' 2025-03-21T20:17:42.8654288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.h' 2025-03-21T20:17:42.8654758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.cpp' 2025-03-21T20:17:42.8655210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.h' 2025-03-21T20:17:42.8655681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.cpp' 2025-03-21T20:17:42.8656123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.h' 2025-03-21T20:17:42.8656626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.cpp' 2025-03-21T20:17:42.8657101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h' 2025-03-21T20:17:42.8657568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.cpp' 2025-03-21T20:17:42.8658013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.h' 2025-03-21T20:17:42.8658486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/activations.h' 2025-03-21T20:17:42.8659030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.glsl' 2025-03-21T20:17:42.8659552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:17:42.8660107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.glsl' 2025-03-21T20:17:42.8660651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:17:42.8661172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.glsl' 2025-03-21T20:17:42.8661683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:17:42.8662156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.glsl' 2025-03-21T20:17:42.8662669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:17:42.8663159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.glsl' 2025-03-21T20:17:42.8663638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:17:42.8664126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.glsl' 2025-03-21T20:17:42.8664601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:17:42.8665124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.glsl' 2025-03-21T20:17:42.8665692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:17:42.8666310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.glsl' 2025-03-21T20:17:42.8666932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:17:42.8667446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/broadcasting_utils.h' 2025-03-21T20:17:42.8667975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.glsl' 2025-03-21T20:17:42.8668491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:17:42.8669001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.glsl' 2025-03-21T20:17:42.8669501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:17:42.8669966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.glsl' 2025-03-21T20:17:42.8670416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:17:42.8670885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.glsl' 2025-03-21T20:17:42.8671338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:17:42.8671798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.glsl' 2025-03-21T20:17:42.8672267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:17:42.8672743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.glsl' 2025-03-21T20:17:42.8673233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:17:42.8673995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.glsl' 2025-03-21T20:17:42.8674562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:17:42.8675135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.glsl' 2025-03-21T20:17:42.8675727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:17:42.8676411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.glsl' 2025-03-21T20:17:42.8676991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:17:42.8677542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.glsl' 2025-03-21T20:17:42.8678096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:17:42.8678592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.glsl' 2025-03-21T20:17:42.8679140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:17:42.8679676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.glsl' 2025-03-21T20:17:42.8680196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:17:42.8680821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.glsl' 2025-03-21T20:17:42.8681431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:17:42.8681973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.glsl' 2025-03-21T20:17:42.8682503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:17:42.8683003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.glsl' 2025-03-21T20:17:42.8683492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:17:42.8684069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.glsl' 2025-03-21T20:17:42.8684615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:17:42.8685097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.glsl' 2025-03-21T20:17:42.8685586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:17:42.8686038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.glsl' 2025-03-21T20:17:42.8686506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:17:42.8686953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.glsl' 2025-03-21T20:17:42.8687412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:17:42.8687899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.glsl' 2025-03-21T20:17:42.8688396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:17:42.8688892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.glsl' 2025-03-21T20:17:42.8689402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:17:42.8689967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.glsl' 2025-03-21T20:17:42.8690456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:17:42.8691008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.glsl' 2025-03-21T20:17:42.8691544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:17:42.8692045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/indexing_utils.h' 2025-03-21T20:17:42.8692606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.glsl' 2025-03-21T20:17:42.8693128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:17:42.8693618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.glsl' 2025-03-21T20:17:42.8694112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:17:42.8694631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.glsl' 2025-03-21T20:17:42.8695165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:17:42.8695776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.glsl' 2025-03-21T20:17:42.8696405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:17:42.8696911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.glsl' 2025-03-21T20:17:42.8697411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:17:42.8697916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.glsl' 2025-03-21T20:17:42.8698408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:17:42.8698872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.glsl' 2025-03-21T20:17:42.8699326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:17:42.8699829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.glsl' 2025-03-21T20:17:42.8700317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:17:42.8700843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.glsl' 2025-03-21T20:17:42.8701357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:17:42.8701838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.glsl' 2025-03-21T20:17:42.8702303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:17:42.8702788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.glsl' 2025-03-21T20:17:42.8703287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:17:42.8703828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl' 2025-03-21T20:17:42.8704321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:17:42.8704864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.glsl' 2025-03-21T20:17:42.8705474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:17:42.8706016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.glsl' 2025-03-21T20:17:42.8706486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:17:42.8706989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.glsl' 2025-03-21T20:17:42.8707500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:17:42.8708017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.glsl' 2025-03-21T20:17:42.8708550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:17:42.8709060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.glsl' 2025-03-21T20:17:42.8709575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:17:42.8710185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.glsl' 2025-03-21T20:17:42.8710786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:17:42.8711301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.glsl' 2025-03-21T20:17:42.8711802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:17:42.8712327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.glsl' 2025-03-21T20:17:42.8712844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:17:42.8713370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.glsl' 2025-03-21T20:17:42.8713889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:17:42.8714410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.glsl' 2025-03-21T20:17:42.8714920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:17:42.8715443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.glsl' 2025-03-21T20:17:42.8715951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:17:42.8716462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.glsl' 2025-03-21T20:17:42.8717026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:17:42.8717530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.glsl' 2025-03-21T20:17:42.8718050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:17:42.8718561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.glsl' 2025-03-21T20:17:42.8719089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:17:42.8719662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.glsl' 2025-03-21T20:17:42.8720204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:17:42.8720670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.glsl' 2025-03-21T20:17:42.8721147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:17:42.8721620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.glsl' 2025-03-21T20:17:42.8722092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:17:42.8722626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.glsl' 2025-03-21T20:17:42.8723151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:17:42.8723614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.glsl' 2025-03-21T20:17:42.8724065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:17:42.8724517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/glsl' 2025-03-21T20:17:42.8724967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Arange.cpp' 2025-03-21T20:17:42.8725450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/BatchNorm.cpp' 2025-03-21T20:17:42.8725915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/BinaryOp.cpp' 2025-03-21T20:17:42.8726367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Cat.cpp' 2025-03-21T20:17:42.8726814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.cpp' 2025-03-21T20:17:42.8727253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.h' 2025-03-21T20:17:42.8727747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Convolution.cpp' 2025-03-21T20:17:42.8728192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.cpp' 2025-03-21T20:17:42.8728635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.h' 2025-03-21T20:17:42.8729107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Embedding.cpp' 2025-03-21T20:17:42.8729570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Flip.cpp' 2025-03-21T20:17:42.8730011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Full.cpp' 2025-03-21T20:17:42.8730563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/GridPriors.cpp' 2025-03-21T20:17:42.8731045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/IndexSelect.cpp' 2025-03-21T20:17:42.8731510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Linear.cpp' 2025-03-21T20:17:42.8731963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.cpp' 2025-03-21T20:17:42.8732403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.h' 2025-03-21T20:17:42.8732970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/NativeLayerNorm.cpp' 2025-03-21T20:17:42.8733416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pad.cpp' 2025-03-21T20:17:42.8733887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.cpp' 2025-03-21T20:17:42.8734333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.h' 2025-03-21T20:17:42.8734789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pool.cpp' 2025-03-21T20:17:42.8735293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/QuantizedLinear.cpp' 2025-03-21T20:17:42.8735755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Reduce.cpp' 2025-03-21T20:17:42.8736209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Repeat.cpp' 2025-03-21T20:17:42.8736736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.cpp' 2025-03-21T20:17:42.8737234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.h' 2025-03-21T20:17:42.8737736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/RotaryEmbedding.cpp' 2025-03-21T20:17:42.8738189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/SDPA.cpp' 2025-03-21T20:17:42.8738639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Select.cpp' 2025-03-21T20:17:42.8739099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.cpp' 2025-03-21T20:17:42.8739534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.h' 2025-03-21T20:17:42.8740005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.cpp' 2025-03-21T20:17:42.8740451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.h' 2025-03-21T20:17:42.8740908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Split.cpp' 2025-03-21T20:17:42.8741362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Squeeze.cpp' 2025-03-21T20:17:42.8741826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.cpp' 2025-03-21T20:17:42.8742275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.h' 2025-03-21T20:17:42.8742725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/ToCopy.cpp' 2025-03-21T20:17:42.8743258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.cpp' 2025-03-21T20:17:42.8743712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.h' 2025-03-21T20:17:42.8744182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/UnaryOp.cpp' 2025-03-21T20:17:42.8744652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Unsqueeze.cpp' 2025-03-21T20:17:42.8745134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/Upsample.cpp' 2025-03-21T20:17:42.8745706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.cpp' 2025-03-21T20:17:42.8746159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.h' 2025-03-21T20:17:42.8746648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/DimUtils.h' 2025-03-21T20:17:42.8747179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.cpp' 2025-03-21T20:17:42.8747682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h' 2025-03-21T20:17:42.8748191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.cpp' 2025-03-21T20:17:42.8748696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.h' 2025-03-21T20:17:42.8749199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/ScalarUtils.h' 2025-03-21T20:17:42.8749727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.cpp' 2025-03-21T20:17:42.8750226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h' 2025-03-21T20:17:42.8750719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils' 2025-03-21T20:17:42.8751157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/impl' 2025-03-21T20:17:42.8751666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.cpp' 2025-03-21T20:17:42.8752146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.h' 2025-03-21T20:17:42.8752673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.cpp' 2025-03-21T20:17:42.8753173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h' 2025-03-21T20:17:42.8753676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.cpp' 2025-03-21T20:17:42.8754158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.h' 2025-03-21T20:17:42.8754602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops/utils' 2025-03-21T20:17:42.8755030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph/ops' 2025-03-21T20:17:42.8755424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/graph' 2025-03-21T20:17:42.8755859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/utils/MacroUtils.h' 2025-03-21T20:17:42.8756358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/utils/StorageUtils.h' 2025-03-21T20:17:42.8756790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/utils/StringUtils.h' 2025-03-21T20:17:42.8757196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/utils/VecUtils.h' 2025-03-21T20:17:42.8757601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/utils' 2025-03-21T20:17:42.8758018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Adapter.cpp' 2025-03-21T20:17:42.8758422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Adapter.h' 2025-03-21T20:17:42.8758899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Command.cpp' 2025-03-21T20:17:42.8759304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Command.h' 2025-03-21T20:17:42.8759755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.cpp' 2025-03-21T20:17:42.8760178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.h' 2025-03-21T20:17:42.8760605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Device.cpp' 2025-03-21T20:17:42.8761003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Device.h' 2025-03-21T20:17:42.8761444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Exception.cpp' 2025-03-21T20:17:42.8761861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Exception.h' 2025-03-21T20:17:42.8762275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Fence.cpp' 2025-03-21T20:17:42.8762670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Fence.h' 2025-03-21T20:17:42.8763098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.cpp' 2025-03-21T20:17:42.8763522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.h' 2025-03-21T20:17:42.8763957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.cpp' 2025-03-21T20:17:42.8803813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.h' 2025-03-21T20:17:42.8805628Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:42.8805799Z + echo ::endgroup:: 2025-03-21T20:17:42.8806260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Runtime.cpp' 2025-03-21T20:17:42.8806686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Runtime.h' 2025-03-21T20:17:42.8807110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Shader.cpp' 2025-03-21T20:17:42.8807509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Shader.h' 2025-03-21T20:17:42.8807909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/Types.h' 2025-03-21T20:17:42.8808308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/VkUtils.h' 2025-03-21T20:17:42.8808786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.cpp' 2025-03-21T20:17:42.8809239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.h' 2025-03-21T20:17:42.8809711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.cpp' 2025-03-21T20:17:42.8810392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.h' 2025-03-21T20:17:42.8810856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.cpp' 2025-03-21T20:17:42.8811289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.h' 2025-03-21T20:17:42.8811732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.cpp' 2025-03-21T20:17:42.8812172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.h' 2025-03-21T20:17:42.8812705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.cpp' 2025-03-21T20:17:42.8813155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.h' 2025-03-21T20:17:42.8813591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/memory' 2025-03-21T20:17:42.8813999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api/vk_api.h' 2025-03-21T20:17:42.8814397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime/vk_api' 2025-03-21T20:17:42.8814775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/runtime' 2025-03-21T20:17:42.8815168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/TARGETS' 2025-03-21T20:17:42.8815579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:17:42.8816002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/targets.bzl' 2025-03-21T20:17:42.8816488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:17:42.8816973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:17:42.8817465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:17:42.8817866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/serialization' 2025-03-21T20:17:42.8818209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/targets.bzl' 2025-03-21T20:17:42.8818600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/CMakeLists.txt' 2025-03-21T20:17:42.8818937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/TARGETS' 2025-03-21T20:17:42.8819361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/compute_api_tests.bzl' 2025-03-21T20:17:42.8819772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:17:42.8820270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/binary_op_nobroadcast__test.glsl' 2025-03-21T20:17:42.8820687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/fill_buffer.glsl' 2025-03-21T20:17:42.8821131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/fill_texture__test.glsl' 2025-03-21T20:17:42.8821566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/idx_fill_buffer.glsl' 2025-03-21T20:17:42.8822005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/idx_fill_texture.glsl' 2025-03-21T20:17:42.8822486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/indexing_utils.h' 2025-03-21T20:17:42.8822921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/reference_matmul.glsl' 2025-03-21T20:17:42.8823372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/scalar_add_buffer.glsl' 2025-03-21T20:17:42.8823815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/scalar_add_texture.glsl' 2025-03-21T20:17:42.8824235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl/test_shader.glsl' 2025-03-21T20:17:42.8824601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/glsl' 2025-03-21T20:17:42.8825039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/TARGETS' 2025-03-21T20:17:42.8825541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:17:42.8826030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:17:42.8826552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:17:42.8827043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/linear_weight_int4_test.cpp' 2025-03-21T20:17:42.8827532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/rotary_embedding_test.cpp' 2025-03-21T20:17:42.8827950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/sdpa_test.cpp' 2025-03-21T20:17:42.8828366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/targets.bzl' 2025-03-21T20:17:42.8828814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:17:42.8829296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:17:42.8829789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:17:42.8830288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:17:42.8830781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:17:42.8831227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:17:42.8831662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests/utils' 2025-03-21T20:17:42.8832055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/op_tests' 2025-03-21T20:17:42.8832483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:17:42.8832906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:17:42.8833372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:17:42.8833777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/utils/test_utils.cpp' 2025-03-21T20:17:42.8834171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/utils/test_utils.h' 2025-03-21T20:17:42.8834553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/utils' 2025-03-21T20:17:42.8835003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test/vulkan_compute_api_test.cpp' 2025-03-21T20:17:42.8835416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/test' 2025-03-21T20:17:42.8835876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:17:42.8836385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:17:42.8836794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/third-party/volk' 2025-03-21T20:17:42.8837183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/third-party' 2025-03-21T20:17:42.8837636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/TARGETS' 2025-03-21T20:17:42.8838055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/config.json' 2025-03-21T20:17:42.8838532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.glsl' 2025-03-21T20:17:42.8839002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:17:42.8839532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.glsl' 2025-03-21T20:17:42.8840030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:17:42.8840489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.glsl' 2025-03-21T20:17:42.8840941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:17:42.8841420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.glsl' 2025-03-21T20:17:42.8841895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:17:42.8842425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.glsl' 2025-03-21T20:17:42.8842939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:17:42.8843404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.glsl' 2025-03-21T20:17:42.8843853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:17:42.8844273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/glsl' 2025-03-21T20:17:42.8844703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/app.h' 2025-03-21T20:17:42.8845178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/architecture.h' 2025-03-21T20:17:42.8845622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/buffers.h' 2025-03-21T20:17:42.8846051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/stats.h' 2025-03-21T20:17:42.8846505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/textures.h' 2025-03-21T20:17:42.8846933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include/utils.h' 2025-03-21T20:17:42.8847375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/include' 2025-03-21T20:17:42.8847788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/src/main.cpp' 2025-03-21T20:17:42.8848259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo/src' 2025-03-21T20:17:42.8848650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools/gpuinfo' 2025-03-21T20:17:42.8849002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/tools' 2025-03-21T20:17:42.8849335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/utils.py' 2025-03-21T20:17:42.8849719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:17:42.8850045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/vulkan' 2025-03-21T20:17:42.8850451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/CMakeLists.txt' 2025-03-21T20:17:42.8850791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/README.md' 2025-03-21T20:17:42.8851112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/TARGETS' 2025-03-21T20:17:42.8851461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/__init__.py' 2025-03-21T20:17:42.8851823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/TARGETS' 2025-03-21T20:17:42.8852201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:17:42.8852714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:17:42.8853165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:17:42.8853605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:17:42.8854022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:17:42.8854523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:17:42.8854934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:17:42.8855385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:17:42.8855847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:17:42.8856292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:17:42.8856717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:17:42.8857171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:17:42.8857584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:17:42.8857949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/_passes' 2025-03-21T20:17:42.8858370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/cmake/Dependencies.cmake' 2025-03-21T20:17:42.8858729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/cmake' 2025-03-21T20:17:42.8859112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/TARGETS' 2025-03-21T20:17:42.8859505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:17:42.8859982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:17:42.8860371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:17:42.8860753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:17:42.8861151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:17:42.8861587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:17:42.8861973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:17:42.8862405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:17:42.8862819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:17:42.8863211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:17:42.8863616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:17:42.8863997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:17:42.8864493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:17:42.8864967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:17:42.8865353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:17:42.8865852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:17:42.8866274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:17:42.8866694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:17:42.8867114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:17:42.8867521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:17:42.8868006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:17:42.8868417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:17:42.8868841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:17:42.8869245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:17:42.8869668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:17:42.8870074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:17:42.8870490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:17:42.8870887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:17:42.8871304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:17:42.8871701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:17:42.8872149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:17:42.8872601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:17:42.8872999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:17:42.8873386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:17:42.8874037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:17:42.8874466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:17:42.8874887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:17:42.8875521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:17:42.8875929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:17:42.8876374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:17:42.8876781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:17:42.8877420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:17:42.8878011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:17:42.8878399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:17:42.8878825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:17:42.8879243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:17:42.8879640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/operators' 2025-03-21T20:17:42.8880019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/TARGETS' 2025-03-21T20:17:42.8880444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/TARGETS' 2025-03-21T20:17:42.8880881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:17:42.8881384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:17:42.8882091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:17:42.8882805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:17:42.8883575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:17:42.8884282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:17:42.8885026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/config' 2025-03-21T20:17:42.8885700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:17:42.8886406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:17:42.8886888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:17:42.8887326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/graphs' 2025-03-21T20:17:42.8887993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:17:42.8888387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/partition' 2025-03-21T20:17:42.8888818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/quantizer/TARGETS' 2025-03-21T20:17:42.8889390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:17:42.8889885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:17:42.8890333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/quantizer' 2025-03-21T20:17:42.8890761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp' 2025-03-21T20:17:42.8891225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNCompiler.h' 2025-03-21T20:17:42.8891875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNExecutor.cpp' 2025-03-21T20:17:42.8892549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNExecutor.h' 2025-03-21T20:17:42.8893216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNHeader.cpp' 2025-03-21T20:17:42.8893844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNHeader.h' 2025-03-21T20:17:42.8894462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNPACKBackend.cpp' 2025-03-21T20:17:42.8894872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNStatus.h' 2025-03-21T20:17:42.8895312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.cpp' 2025-03-21T20:17:42.8895752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.h' 2025-03-21T20:17:42.8896217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.cpp' 2025-03-21T20:17:42.8896688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.h' 2025-03-21T20:17:42.8897113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/profiling' 2025-03-21T20:17:42.8897541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/utils/utils.cpp' 2025-03-21T20:17:42.8897938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/utils/utils.h' 2025-03-21T20:17:42.8898352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime/utils' 2025-03-21T20:17:42.8898728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/runtime' 2025-03-21T20:17:42.8899120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/TARGETS' 2025-03-21T20:17:42.8899586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:17:42.8899999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:17:42.8900425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/targets.bzl' 2025-03-21T20:17:42.8900914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:17:42.8901426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:17:42.8901959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/serialization' 2025-03-21T20:17:42.8902317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/targets.bzl' 2025-03-21T20:17:42.8902702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/CMakeLists.txt' 2025-03-21T20:17:42.8903063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/TARGETS' 2025-03-21T20:17:42.8903481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:17:42.8903862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:17:42.8904369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:17:42.8904802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:17:42.8905245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:17:42.8905804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:17:42.8906237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:17:42.8906663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:17:42.8907101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:17:42.8907499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:17:42.8907957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:17:42.8908396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:17:42.8908776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:17:42.8909174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/models' 2025-03-21T20:17:42.8909564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:17:42.8909963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:17:42.8910389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:17:42.8910836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:17:42.8911230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:17:42.8911629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:17:42.8912020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:17:42.8912492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:17:42.8912902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:17:42.8913306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:17:42.8913724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:17:42.8914113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:17:42.8914571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:17:42.8914967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:17:42.8915399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:17:42.8915815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:17:42.8916242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:17:42.8916709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:17:42.8917102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:17:42.8917526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:17:42.8917935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:17:42.8918370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:17:42.8918784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:17:42.8919202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:17:42.8919613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:17:42.8920029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:17:42.8920439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:17:42.8920828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:17:42.8921243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:17:42.8921716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:17:42.8922120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:17:42.8922518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:17:42.8922925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:17:42.8923339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:17:42.8923783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:17:42.8924191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:17:42.8924594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:17:42.8925000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:17:42.8925472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:17:42.8925875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:17:42.8926247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/ops' 2025-03-21T20:17:42.8926797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:17:42.8927275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:17:42.8927832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:17:42.8928313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:17:42.8928811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:17:42.8929353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:17:42.8929868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:17:42.8930258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/passes' 2025-03-21T20:17:42.8930755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:17:42.8931253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:17:42.8931748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:17:42.8932160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/quantizer' 2025-03-21T20:17:42.8932631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/runtime/test_runtime_utils.cpp' 2025-03-21T20:17:42.8933131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/runtime/test_xnn_weights_cache.cpp' 2025-03-21T20:17:42.8933593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/runtime/test_xnnexecutor.cpp' 2025-03-21T20:17:42.8933996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/runtime' 2025-03-21T20:17:42.8934496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:17:42.8934988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:17:42.8935414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/serialization' 2025-03-21T20:17:42.8935787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/targets.bzl' 2025-03-21T20:17:42.8936222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:17:42.8936686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:17:42.8937080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/tester/TARGETS' 2025-03-21T20:17:42.8937484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:17:42.8937885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:17:42.8938270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test/tester' 2025-03-21T20:17:42.8938640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/test' 2025-03-21T20:17:42.8939057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/FP16' 2025-03-21T20:17:42.8939608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:17:42.8940005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/TARGETS' 2025-03-21T20:17:42.8940433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:17:42.8940875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:17:42.8941341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/api.c' 2025-03-21T20:17:42.8941922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android/properties.c' 2025-03-21T20:17:42.8942514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android' 2025-03-21T20:17:42.8943028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/cache.c' 2025-03-21T20:17:42.8943586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/aarch32-isa.c' 2025-03-21T20:17:42.8944153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/aarch64-isa.c' 2025-03-21T20:17:42.8944689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/chipset.c' 2025-03-21T20:17:42.8945231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/clusters.c' 2025-03-21T20:17:42.8945864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/cpuinfo.c' 2025-03-21T20:17:42.8946396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/hwcap.c' 2025-03-21T20:17:42.8946932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/init.c' 2025-03-21T20:17:42.8947449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/midr.c' 2025-03-21T20:17:42.8947991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux' 2025-03-21T20:17:42.8948503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach/init.c' 2025-03-21T20:17:42.8949044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach' 2025-03-21T20:17:42.8949531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/tlb.c' 2025-03-21T20:17:42.8950042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/uarch.c' 2025-03-21T20:17:42.8950540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm' 2025-03-21T20:17:42.8951030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/cache.c' 2025-03-21T20:17:42.8951503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/init.c' 2025-03-21T20:17:42.8952021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/cpulist.c' 2025-03-21T20:17:42.8952562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/mockfile.c' 2025-03-21T20:17:42.8953148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/multiline.c' 2025-03-21T20:17:42.8953697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/processors.c' 2025-03-21T20:17:42.8954221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/smallfile.c' 2025-03-21T20:17:42.8954746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux' 2025-03-21T20:17:42.8955213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/log.c' 2025-03-21T20:17:42.8955810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach/topology.c' 2025-03-21T20:17:42.8956316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach' 2025-03-21T20:17:42.8956882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/descriptor.c' 2025-03-21T20:17:42.8957446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/deterministic.c' 2025-03-21T20:17:42.8957974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/init.c' 2025-03-21T20:17:42.8958501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache' 2025-03-21T20:17:42.8958989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/info.c' 2025-03-21T20:17:42.8959492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/init.c' 2025-03-21T20:17:42.8959980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/isa.c' 2025-03-21T20:17:42.8960528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux/cpuinfo.c' 2025-03-21T20:17:42.8961045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux/init.c' 2025-03-21T20:17:42.8961588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux' 2025-03-21T20:17:42.8962099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach/init.c' 2025-03-21T20:17:42.8962651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach' 2025-03-21T20:17:42.8963164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mockcpuid.c' 2025-03-21T20:17:42.8963669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/name.c' 2025-03-21T20:17:42.8964187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/topology.c' 2025-03-21T20:17:42.8964694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/uarch.c' 2025-03-21T20:17:42.8965192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/vendor.c' 2025-03-21T20:17:42.8965724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows/init.c' 2025-03-21T20:17:42.8966275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows' 2025-03-21T20:17:42.8966834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86' 2025-03-21T20:17:42.8967332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers' 2025-03-21T20:17:42.8967772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/cpuinfo_defs.bzl' 2025-03-21T20:17:42.8968293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:17:42.8968771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:17:42.8969290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/pthreadpool_defs.bzl' 2025-03-21T20:17:42.8969728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/xnnpack.buck.bzl' 2025-03-21T20:17:42.8970193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party/xnnpack_src_defs.bzl' 2025-03-21T20:17:42.8970585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/third-party' 2025-03-21T20:17:42.8970939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/TARGETS' 2025-03-21T20:17:42.8971326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:17:42.8971772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/gen_xnnpack_constants.sh' 2025-03-21T20:17:42.8972174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:17:42.8972537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:17:42.8972980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:17:42.8973341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/utils' 2025-03-21T20:17:42.8974010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:17:42.8974348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends/xnnpack' 2025-03-21T20:17:42.8974645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/backends' 2025-03-21T20:17:42.8974948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/__init__.py' 2025-03-21T20:17:42.8975301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/build_android_library.sh' 2025-03-21T20:17:42.8975677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/build_apple_frameworks.sh' 2025-03-21T20:17:42.8976026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/build_apple_llm_demo.sh' 2025-03-21T20:17:42.8976371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/create_frameworks.sh' 2025-03-21T20:17:42.8976730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/print_exported_headers.py' 2025-03-21T20:17:42.8977087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/run_android_emulator.sh' 2025-03-21T20:17:42.8977375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/build/test_ios.sh' 2025-03-21T20:17:42.8977658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/build' 2025-03-21T20:17:42.8977943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/TARGETS' 2025-03-21T20:17:42.8978243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/__init__.py' 2025-03-21T20:17:42.8978534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/macros.h' 2025-03-21T20:17:42.8978962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/targets.bzl' 2025-03-21T20:17:42.8979323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/Functions.h' 2025-03-21T20:17:42.8979717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/NativeFunctions.h' 2025-03-21T20:17:42.8980214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-21T20:17:42.8980683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterDispatchDefinitions.ini' 2025-03-21T20:17:42.8981157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterDispatchKeyCustomOps.cpp' 2025-03-21T20:17:42.8981661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterKernels.cpp' 2025-03-21T20:17:42.8982048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterKernels.h' 2025-03-21T20:17:42.8982451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/RegisterSchema.cpp' 2025-03-21T20:17:42.8982859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates/aten_interned_strings.h' 2025-03-21T20:17:42.8983206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/templates' 2025-03-21T20:17:42.8983513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/TARGETS' 2025-03-21T20:17:42.8983852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/__init__.py' 2025-03-21T20:17:42.8984208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:17:42.8984545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:17:42.8984892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:17:42.8985303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:17:42.8985721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:17:42.8986049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/targets.bzl' 2025-03-21T20:17:42.8986470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:17:42.8986854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:17:42.8987319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:17:42.8987782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:17:42.8988123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/test' 2025-03-21T20:17:42.8988466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools/yaml_util.py' 2025-03-21T20:17:42.8988785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen/tools' 2025-03-21T20:17:42.8989085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/codegen' 2025-03-21T20:17:42.8989434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/configurations/CMakeLists.txt' 2025-03-21T20:17:42.8989761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/configurations/TARGETS' 2025-03-21T20:17:42.8990095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/configurations/targets.bzl' 2025-03-21T20:17:42.8990428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/configurations' 2025-03-21T20:17:42.8990780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/data/bin/README.md' 2025-03-21T20:17:42.8991071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/data/bin' 2025-03-21T20:17:42.8991359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/data' 2025-03-21T20:17:42.8991677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/CMakeLists.txt' 2025-03-21T20:17:42.8991971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/TARGETS' 2025-03-21T20:17:42.8992269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/__init__.py' 2025-03-21T20:17:42.8992631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/TARGETS' 2025-03-21T20:17:42.8993058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:17:42.8993478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:17:42.8993862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/tests/TARGETS' 2025-03-21T20:17:42.8994326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:17:42.8994724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug/tests' 2025-03-21T20:17:42.8995080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/backend_debug' 2025-03-21T20:17:42.8995452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/TARGETS' 2025-03-21T20:17:42.8995877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/bundled_program.cpp' 2025-03-21T20:17:42.8996305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/bundled_program.h' 2025-03-21T20:17:42.8996682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/config.py' 2025-03-21T20:17:42.8997056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/core.py' 2025-03-21T20:17:42.8997461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/README.md' 2025-03-21T20:17:42.8997857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/TARGETS' 2025-03-21T20:17:42.8998288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:17:42.8998784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:17:42.8999287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:17:42.8999726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:17:42.9000159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/targets.bzl' 2025-03-21T20:17:42.9000579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/test/TARGETS' 2025-03-21T20:17:42.9001048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:17:42.9001473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema/test' 2025-03-21T20:17:42.9001884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/schema' 2025-03-21T20:17:42.9002299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize/TARGETS' 2025-03-21T20:17:42.9002735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:17:42.9003246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize/test/TARGETS' 2025-03-21T20:17:42.9003738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:17:42.9004195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize/test' 2025-03-21T20:17:42.9004613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/serialize' 2025-03-21T20:17:42.9005012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/targets.bzl' 2025-03-21T20:17:42.9005449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/test/TARGETS' 2025-03-21T20:17:42.9005912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:17:42.9006341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:17:42.9006786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:17:42.9007178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/test' 2025-03-21T20:17:42.9007565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/util/TARGETS' 2025-03-21T20:17:42.9007991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:17:42.9008386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/util' 2025-03-21T20:17:42.9008779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program/version.py' 2025-03-21T20:17:42.9009150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/bundled_program' 2025-03-21T20:17:42.9009505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/debug_format/TARGETS' 2025-03-21T20:17:42.9009886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:17:42.9010268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:17:42.9010619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/debug_format' 2025-03-21T20:17:42.9010938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/TARGETS' 2025-03-21T20:17:42.9011324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/TARGETS' 2025-03-21T20:17:42.9011761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.cpp' 2025-03-21T20:17:42.9012201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.h' 2025-03-21T20:17:42.9012616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/data_sink_base.h' 2025-03-21T20:17:42.9013052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/file_data_sink.cpp' 2025-03-21T20:17:42.9013465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/file_data_sink.h' 2025-03-21T20:17:42.9013867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/targets.bzl' 2025-03-21T20:17:42.9014267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/tests/TARGETS' 2025-03-21T20:17:42.9014773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/tests/buffer_data_sink_test.cpp' 2025-03-21T20:17:42.9015307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/tests/file_data_sink_test.cpp' 2025-03-21T20:17:42.9015731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/tests/targets.bzl' 2025-03-21T20:17:42.9016145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks/tests' 2025-03-21T20:17:42.9016518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/data_sinks' 2025-03-21T20:17:42.9016867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/emitter.cpp' 2025-03-21T20:17:42.9017192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/emitter.h' 2025-03-21T20:17:42.9017631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/etdump_flatcc.cpp' 2025-03-21T20:17:42.9017991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/etdump_flatcc.h' 2025-03-21T20:17:42.9018415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:17:42.9018772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:17:42.9019136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:17:42.9019489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/serialize.py' 2025-03-21T20:17:42.9019822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/targets.bzl' 2025-03-21T20:17:42.9020219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests/CMakeLists.txt' 2025-03-21T20:17:42.9020566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests/TARGETS' 2025-03-21T20:17:42.9020965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests/etdump_test.cpp' 2025-03-21T20:17:42.9021367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:17:42.9021746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests/targets.bzl' 2025-03-21T20:17:42.9022099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/tests' 2025-03-21T20:17:42.9022417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump/utils.h' 2025-03-21T20:17:42.9022751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etdump' 2025-03-21T20:17:42.9023078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/TARGETS' 2025-03-21T20:17:42.9023438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/__init__.py' 2025-03-21T20:17:42.9023790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:17:42.9024160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/tests/TARGETS' 2025-03-21T20:17:42.9024568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:17:42.9024943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord/tests' 2025-03-21T20:17:42.9025276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/etrecord' 2025-03-21T20:17:42.9025703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/TARGETS' 2025-03-21T20:17:42.9026073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/__init__.py' 2025-03-21T20:17:42.9026443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/_inspector.py' 2025-03-21T20:17:42.9026850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:17:42.9027297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:17:42.9027671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/tests/TARGETS' 2025-03-21T20:17:42.9028103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:17:42.9028530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:17:42.9028978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:17:42.9029411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector/tests' 2025-03-21T20:17:42.9029765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/inspector' 2025-03-21T20:17:42.9030132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/install_requirements.sh' 2025-03-21T20:17:42.9030520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/size_analysis_tool/TARGETS' 2025-03-21T20:17:42.9030967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:17:42.9031448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:17:42.9031827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/size_analysis_tool' 2025-03-21T20:17:42.9032140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/targets.bzl' 2025-03-21T20:17:42.9032496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/visualization/TARGETS' 2025-03-21T20:17:42.9032888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/visualization/__init__.py' 2025-03-21T20:17:42.9033329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:17:42.9033791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:17:42.9034168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools/visualization' 2025-03-21T20:17:42.9034462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/devtools' 2025-03-21T20:17:42.9034754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/.gitignore' 2025-03-21T20:17:42.9035027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/Makefile' 2025-03-21T20:17:42.9035316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/README.md' 2025-03-21T20:17:42.9035585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/TARGETS' 2025-03-21T20:17:42.9035887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/Doxyfile' 2025-03-21T20:17:42.9036274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/css/custom.css' 2025-03-21T20:17:42.9036683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/css/progress-bar.css' 2025-03-21T20:17:42.9037056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/css' 2025-03-21T20:17:42.9037409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/example.py' 2025-03-21T20:17:42.9037893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ExecuTorch-Logo-cropped.svg' 2025-03-21T20:17:42.9038294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/android_app.png' 2025-03-21T20:17:42.9038726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/android_demo_run.png' 2025-03-21T20:17:42.9039207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/android_llama_app.png' 2025-03-21T20:17:42.9039628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/android_studio.png' 2025-03-21T20:17:42.9040040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/api_life_cycle.png' 2025-03-21T20:17:42.9040481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/backend_debug_handle.png' 2025-03-21T20:17:42.9040974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/backend_debug_handle_example.png' 2025-03-21T20:17:42.9041455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/backend_interface.png' 2025-03-21T20:17:42.9041912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/backend_interface_aot.png' 2025-03-21T20:17:42.9042381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/backend_interface_runtime.png' 2025-03-21T20:17:42.9042818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/benchmark-infra.png' 2025-03-21T20:17:42.9043235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/card-background.svg' 2025-03-21T20:17:42.9043613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/chat.png' 2025-03-21T20:17:42.9044021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/chat_response.png' 2025-03-21T20:17:42.9044478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/concepts-map-detailed.png' 2025-03-21T20:17:42.9044946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/concepts-map-overview.png' 2025-03-21T20:17:42.9045349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/demo_ios_app.jpg' 2025-03-21T20:17:42.9045772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/demo_ios_xcode.jpg' 2025-03-21T20:17:42.9046162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/dsp_binary.png' 2025-03-21T20:17:42.9046553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/et-logo.png' 2025-03-21T20:17:42.9047021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/executorch-entry-points.png' 2025-03-21T20:17:42.9047483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/generic-pytorch-logo.png' 2025-03-21T20:17:42.9047988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/how-executorch-works-high-level.png' 2025-03-21T20:17:42.9048434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app.png' 2025-03-21T20:17:42.9048885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_macos.png' 2025-03-21T20:17:42.9049374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_macos_signing.png' 2025-03-21T20:17:42.9049853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_signing.png' 2025-03-21T20:17:42.9050336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_test_forward.png' 2025-03-21T20:17:42.9050835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_test_generate.png' 2025-03-21T20:17:42.9051303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_test_load.png' 2025-03-21T20:17:42.9051827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_benchmark_app_tests.png' 2025-03-21T20:17:42.9052229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_demo_app.jpg' 2025-03-21T20:17:42.9052721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_demo_app_choosing_package.png' 2025-03-21T20:17:42.9053187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_demo_app_llava.jpg' 2025-03-21T20:17:42.9053615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_demo_app_mps.jpg' 2025-03-21T20:17:42.9054109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/ios_demo_app_swift_pm.png' 2025-03-21T20:17:42.9054622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/kernel-library-custom-aten-kernel.png' 2025-03-21T20:17:42.9055138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/kernel-library-selective-build.png' 2025-03-21T20:17:42.9055540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/llama_ios_app.mp4' 2025-03-21T20:17:42.9055956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/llama_ios_app.png' 2025-03-21T20:17:42.9056357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/llava_example.png' 2025-03-21T20:17:42.9056848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/llm_manual_print_data_tabular.png' 2025-03-21T20:17:42.9057336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/load_complete_and_start_prompt.png' 2025-03-21T20:17:42.9057708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/logs.png' 2025-03-21T20:17:42.9058179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/memory_planning_inspection.png' 2025-03-21T20:17:42.9058648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/mtk_changes_to_shell_file.png' 2025-03-21T20:17:42.9059037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/mtk_output.png' 2025-03-21T20:17:42.9059489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/opening_the_app_details.png' 2025-03-21T20:17:42.9059935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/print_data_tabular.png' 2025-03-21T20:17:42.9060421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/runtime-overview-high-level.png' 2025-03-21T20:17:42.9060908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/s_custom_variables_extension.png' 2025-03-21T20:17:42.9061341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/s_demo_note_render.png' 2025-03-21T20:17:42.9061840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/s_demo_note_source.png' 2025-03-21T20:17:42.9062246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/settings_menu.png' 2025-03-21T20:17:42.9062661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/swiftpm_xcode.mp4' 2025-03-21T20:17:42.9063062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/swiftpm_xcode.png' 2025-03-21T20:17:42.9063484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/swiftpm_xcode1.png' 2025-03-21T20:17:42.9063891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img/swiftpm_xcode2.png' 2025-03-21T20:17:42.9064311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/img' 2025-03-21T20:17:42.9064718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/js/progress-bar.js' 2025-03-21T20:17:42.9065075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static/js' 2025-03-21T20:17:42.9065496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_static' 2025-03-21T20:17:42.9065872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_templates/layout.html' 2025-03-21T20:17:42.9066243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/_templates' 2025-03-21T20:17:42.9066657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/api-life-cycle.md' 2025-03-21T20:17:42.9067090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/arm-delegate-runtime-build.svg' 2025-03-21T20:17:42.9067538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backend-delegates-dependencies.md' 2025-03-21T20:17:42.9067974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backend-delegates-integration.md' 2025-03-21T20:17:42.9068456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backend-delegates-xnnpack-reference.md' 2025-03-21T20:17:42.9068817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backend-template.md' 2025-03-21T20:17:42.9069212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-arm-ethos-u.md' 2025-03-21T20:17:42.9069572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-cadence.md' 2025-03-21T20:17:42.9069940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-coreml.md' 2025-03-21T20:17:42.9070311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-mediatek.md' 2025-03-21T20:17:42.9070663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-mps.md' 2025-03-21T20:17:42.9071030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-overview.md' 2025-03-21T20:17:42.9071397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-qualcomm.md' 2025-03-21T20:17:42.9071766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-vulkan.md' 2025-03-21T20:17:42.9072126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/backends-xnnpack.md' 2025-03-21T20:17:42.9072464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/bundled-io.md' 2025-03-21T20:17:42.9072873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/compiler-backend-dialect.md' 2025-03-21T20:17:42.9073339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/compiler-custom-compiler-passes.md' 2025-03-21T20:17:42.9074015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/compiler-delegate-and-partitioner.md' 2025-03-21T20:17:42.9074449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/compiler-memory-planning.md' 2025-03-21T20:17:42.9074770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/concepts.md' 2025-03-21T20:17:42.9075080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/conf.py' 2025-03-21T20:17:42.9075418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/contributing.md' 2025-03-21T20:17:42.9075787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/custom_directives.py' 2025-03-21T20:17:42.9076192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/debug-backend-delegate.md' 2025-03-21T20:17:42.9076706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/delegate-debugging.md' 2025-03-21T20:17:42.9077087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/demo-apps-android.md' 2025-03-21T20:17:42.9077431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/demo-apps-ios.md' 2025-03-21T20:17:42.9077811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/devtools-overview.md' 2025-03-21T20:17:42.9078176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/devtools-tutorial.md' 2025-03-21T20:17:42.9078499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/etdump.md' 2025-03-21T20:17:42.9078892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/etrecord.rst' 2025-03-21T20:17:42.9079429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/examples-end-to-end-to-lower-model-to-delegate.md' 2025-03-21T20:17:42.9079909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/executorch-runtime-api-reference.rst' 2025-03-21T20:17:42.9080319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/executorch_custom_versions.py' 2025-03-21T20:17:42.9080695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/executorch_stack.png' 2025-03-21T20:17:42.9081048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/export-overview.md' 2025-03-21T20:17:42.9081527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/export-to-executorch-api-reference.rst' 2025-03-21T20:17:42.9081884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/extension-module.md' 2025-03-21T20:17:42.9082259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/extension-tensor.md' 2025-03-21T20:17:42.9082689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/getting-started-architecture.md' 2025-03-21T20:17:42.9083083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/getting-started-setup.rst' 2025-03-21T20:17:42.9083449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/getting-started.md' 2025-03-21T20:17:42.9083756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/index.rst' 2025-03-21T20:17:42.9084139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/intro-how-it-works.md' 2025-03-21T20:17:42.9084486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/intro-overview.md' 2025-03-21T20:17:42.9084813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/ir-exir.md' 2025-03-21T20:17:42.9085202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/ir-ops-set-definition.md' 2025-03-21T20:17:42.9085674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/kernel-library-custom-aten-kernel.md' 2025-03-21T20:17:42.9086070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/kernel-library-overview.md' 2025-03-21T20:17:42.9086509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/kernel-library-selective-build.md' 2025-03-21T20:17:42.9087098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm/build-run-llama3-qualcomm-ai-engine-direct-backend.md' 2025-03-21T20:17:42.9087474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm/getting-started.md' 2025-03-21T20:17:42.9087875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm/llama-demo-android.md' 2025-03-21T20:17:42.9088246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm/llama-demo-ios.md' 2025-03-21T20:17:42.9088579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm/llama.md' 2025-03-21T20:17:42.9088962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/llm' 2025-03-21T20:17:42.9089399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/markdown-sphinx-tips-tricks.md' 2025-03-21T20:17:42.9089814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/memory-planning-inspection.md' 2025-03-21T20:17:42.9090177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/model-debugging.md' 2025-03-21T20:17:42.9090535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/model-inspector.rst' 2025-03-21T20:17:42.9091053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/native-delegates-executorch-vulkan-delegate.md' 2025-03-21T20:17:42.9091524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/portable-cpp-programming.md' 2025-03-21T20:17:42.9091881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/pte-file-format.md' 2025-03-21T20:17:42.9092282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/quantization-overview.md' 2025-03-21T20:17:42.9092710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/running-a-model-cpp-tutorial.md' 2025-03-21T20:17:42.9093295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/runtime-backend-delegate-implementation-and-linking.md' 2025-03-21T20:17:42.9093654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/runtime-overview.md' 2025-03-21T20:17:42.9094131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/runtime-platform-abstraction-layer.md' 2025-03-21T20:17:42.9094502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/runtime-profiling.md' 2025-03-21T20:17:42.9094937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/runtime-python-api-reference.rst' 2025-03-21T20:17:42.9095303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-bundled-io.md' 2025-03-21T20:17:42.9095646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-debugging.md' 2025-03-21T20:17:42.9096063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-delegate-integration.md' 2025-03-21T20:17:42.9096393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-etdump.md' 2025-03-21T20:17:42.9096749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-etrecord.rst' 2025-03-21T20:17:42.9097098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-inspector.rst' 2025-03-21T20:17:42.9097452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-overview.md' 2025-03-21T20:17:42.9097795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-profiling.md' 2025-03-21T20:17:42.9098133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/sdk-tutorial.md' 2025-03-21T20:17:42.9098516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorial-template.md' 2025-03-21T20:17:42.9098983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorial-xnnpack-delegate-lowering.md' 2025-03-21T20:17:42.9099393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/README.txt' 2025-03-21T20:17:42.9099837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/bundled_program.bp' 2025-03-21T20:17:42.9100373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/devtools-integration-tutorial.py' 2025-03-21T20:17:42.9100893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/export-to-executorch-tutorial.py' 2025-03-21T20:17:42.9101455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/sdk-integration-tutorial.py' 2025-03-21T20:17:42.9101904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source/template_tutorial.py' 2025-03-21T20:17:42.9102303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/tutorials_source' 2025-03-21T20:17:42.9102707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-android.md' 2025-03-21T20:17:42.9103188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-building-from-source.md' 2025-03-21T20:17:42.9103718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-cpp.md' 2025-03-21T20:17:42.9104118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-export.md' 2025-03-21T20:17:42.9104518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-faqs.md' 2025-03-21T20:17:42.9104900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-ios.md' 2025-03-21T20:17:42.9105393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-runtime-integration.md' 2025-03-21T20:17:42.9105964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/using-executorch-troubleshooting.md' 2025-03-21T20:17:42.9106440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/xnnpack-delegate-architecture.png' 2025-03-21T20:17:42.9106846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source/xnnpack-et-flow-diagram.png' 2025-03-21T20:17:42.9107162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs/source' 2025-03-21T20:17:42.9107456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/docs' 2025-03-21T20:17:42.9107752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/README.md' 2025-03-21T20:17:42.9108075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/__init__.py' 2025-03-21T20:17:42.9108441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/.gitignore' 2025-03-21T20:17:42.9108816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/README.md' 2025-03-21T20:17:42.9109471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.9110363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:17:42.9111144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace/xcshareddata' 2025-03-21T20:17:42.9111870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace' 2025-03-21T20:17:42.9112708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata/xcschemes/coreml_executor_runner.xcscheme' 2025-03-21T20:17:42.9113449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.9114135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata' 2025-03-21T20:17:42.9114767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj' 2025-03-21T20:17:42.9115540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:17:42.9116314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:17:42.9117017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/xcshareddata' 2025-03-21T20:17:42.9117692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace' 2025-03-21T20:17:42.9118147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner/main.mm' 2025-03-21T20:17:42.9118595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/executor_runner' 2025-03-21T20:17:42.9118999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/TARGETS' 2025-03-21T20:17:42.9119398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:17:42.9119870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:17:42.9120264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/readme.md' 2025-03-21T20:17:42.9120654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:17:42.9121036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:17:42.9121419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:17:42.9121809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/llama' 2025-03-21T20:17:42.9122200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/TARGETS' 2025-03-21T20:17:42.9122697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/build_executor_runner.sh' 2025-03-21T20:17:42.9123132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-03-21T20:17:42.9123547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/export.py' 2025-03-21T20:17:42.9124030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-03-21T20:17:42.9124486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-03-21T20:17:42.9124937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-03-21T20:17:42.9125344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml/scripts' 2025-03-21T20:17:42.9125702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/coreml' 2025-03-21T20:17:42.9126081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/CMakeLists.txt' 2025-03-21T20:17:42.9126436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/README.md' 2025-03-21T20:17:42.9126856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/executor_runner/TARGETS' 2025-03-21T20:17:42.9127368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/executor_runner/mps_executor_runner.mm' 2025-03-21T20:17:42.9127872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/executor_runner/targets.bzl' 2025-03-21T20:17:42.9128302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/executor_runner' 2025-03-21T20:17:42.9128711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/scripts/bench_utils.py' 2025-03-21T20:17:42.9129206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/scripts/build_mps_executor_runner.sh' 2025-03-21T20:17:42.9129620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/scripts/mps_example.py' 2025-03-21T20:17:42.9130005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/scripts' 2025-03-21T20:17:42.9130406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps/test_mps.sh' 2025-03-21T20:17:42.9130753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple/mps' 2025-03-21T20:17:42.9131087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/apple' 2025-03-21T20:17:42.9131426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/CMakeLists.txt' 2025-03-21T20:17:42.9131752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/README.md' 2025-03-21T20:17:42.9132118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/aot_arm_compiler.py' 2025-03-21T20:17:42.9132592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake' 2025-03-21T20:17:42.9133175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/ethos-u-setup/core_platform/0001-Move-rodata-to-the-DDR.patch' 2025-03-21T20:17:42.9133639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/ethos-u-setup/core_platform' 2025-03-21T20:17:42.9134019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:17:42.9134438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner/CMakeLists.txt' 2025-03-21T20:17:42.9134913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner/arm_executor_runner.cpp' 2025-03-21T20:17:42.9135361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner/arm_perf_monitor.cpp' 2025-03-21T20:17:42.9135814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner/arm_perf_monitor.h' 2025-03-21T20:17:42.9136250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner/pte_to_header.py' 2025-03-21T20:17:42.9136650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/executor_runner' 2025-03-21T20:17:42.9136951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/run.sh' 2025-03-21T20:17:42.9137272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm/setup.sh' 2025-03-21T20:17:42.9137583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/arm' 2025-03-21T20:17:42.9137944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/CMakeLists.txt' 2025-03-21T20:17:42.9138344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/babyllama.py' 2025-03-21T20:17:42.9138746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/mobilenet_v2.py' 2025-03-21T20:17:42.9139143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/resnet50.py' 2025-03-21T20:17:42.9139542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/rnnt_encoder.py' 2025-03-21T20:17:42.9140020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/rnnt_joiner.py' 2025-03-21T20:17:42.9140434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/rnnt_predictor.py' 2025-03-21T20:17:42.9140878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/vision_transformer.py' 2025-03-21T20:17:42.9141258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models/wav2vec2.py' 2025-03-21T20:17:42.9141631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/models' 2025-03-21T20:17:42.9142039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators/test_add_op.py' 2025-03-21T20:17:42.9142496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators/test_g3_ops.py' 2025-03-21T20:17:42.9142989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators/test_quantized_conv1d_op.py' 2025-03-21T20:17:42.9143469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators/test_quantized_linear_op.py' 2025-03-21T20:17:42.9143930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators/test_requantize_op.py' 2025-03-21T20:17:42.9144306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence/operators' 2025-03-21T20:17:42.9144645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/cadence' 2025-03-21T20:17:42.9145114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/.gitignore' 2025-03-21T20:17:42.9145662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/README.md' 2025-03-21T20:17:42.9146153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/.gitignore' 2025-03-21T20:17:42.9146676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/build.gradle.kts' 2025-03-21T20:17:42.9147222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/proguard-rules.pro' 2025-03-21T20:17:42.9147814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/AndroidManifest.xml' 2025-03-21T20:17:42.9148326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/BUCK' 2025-03-21T20:17:42.9148844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/TARGETS' 2025-03-21T20:17:42.9149431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/corgi.jpeg' 2025-03-21T20:17:42.9150012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/deeplab.jpg' 2025-03-21T20:17:42.9150580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/dog.jpg' 2025-03-21T20:17:42.9151135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets' 2025-03-21T20:17:42.9151909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/MainActivity.java' 2025-03-21T20:17:42.9152702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/TensorImageUtils.java' 2025-03-21T20:17:42.9153406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo' 2025-03-21T20:17:42.9154077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example' 2025-03-21T20:17:42.9154654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com' 2025-03-21T20:17:42.9155195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java' 2025-03-21T20:17:42.9155888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable/ic_launcher_background.xml' 2025-03-21T20:17:42.9156641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable/ic_launcher_foreground.xml' 2025-03-21T20:17:42.9157230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable' 2025-03-21T20:17:42.9157931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout/activity_classification.xml' 2025-03-21T20:17:42.9158554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout/activity_main.xml' 2025-03-21T20:17:42.9159145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout' 2025-03-21T20:17:42.9159828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml' 2025-03-21T20:17:42.9160550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml' 2025-03-21T20:17:42.9161197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26' 2025-03-21T20:17:42.9161865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi/ic_launcher.webp' 2025-03-21T20:17:42.9162547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9163169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi' 2025-03-21T20:17:42.9163824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi/ic_launcher.webp' 2025-03-21T20:17:42.9164520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9165129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi' 2025-03-21T20:17:42.9165796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9166483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9167112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi' 2025-03-21T20:17:42.9167774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9168520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9169154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi' 2025-03-21T20:17:42.9169823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9170534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9171217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi' 2025-03-21T20:17:42.9171829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/colors.xml' 2025-03-21T20:17:42.9172427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/strings.xml' 2025-03-21T20:17:42.9173030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/styles.xml' 2025-03-21T20:17:42.9173988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/themes.xml' 2025-03-21T20:17:42.9174583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values' 2025-03-21T20:17:42.9175193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml/backup_rules.xml' 2025-03-21T20:17:42.9175865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml/data_extraction_rules.xml' 2025-03-21T20:17:42.9176424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml' 2025-03-21T20:17:42.9176974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res' 2025-03-21T20:17:42.9177495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main' 2025-03-21T20:17:42.9177996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src' 2025-03-21T20:17:42.9178487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app' 2025-03-21T20:17:42.9178986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/build.gradle.kts' 2025-03-21T20:17:42.9179501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle.properties' 2025-03-21T20:17:42.9180093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:17:42.9180737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:17:42.9181262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper' 2025-03-21T20:17:42.9181771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle' 2025-03-21T20:17:42.9182221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew' 2025-03-21T20:17:42.9182827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew.bat' 2025-03-21T20:17:42.9183336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/settings.gradle.kts' 2025-03-21T20:17:42.9183804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo/setup.sh' 2025-03-21T20:17:42.9184259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/ExecuTorchDemo' 2025-03-21T20:17:42.9184701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/.gitignore' 2025-03-21T20:17:42.9185221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/README.md' 2025-03-21T20:17:42.9185812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/SDK-quick-setup-guide.md' 2025-03-21T20:17:42.9186294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/.gitignore' 2025-03-21T20:17:42.9186786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/build.gradle.kts' 2025-03-21T20:17:42.9187302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/proguard-rules.pro' 2025-03-21T20:17:42.9188084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/PerfTest.java' 2025-03-21T20:17:42.9188840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo' 2025-03-21T20:17:42.9189459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example' 2025-03-21T20:17:42.9190051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com' 2025-03-21T20:17:42.9190603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java' 2025-03-21T20:17:42.9191145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest' 2025-03-21T20:17:42.9191700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/AndroidManifest.xml' 2025-03-21T20:17:42.9192180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/BUCK' 2025-03-21T20:17:42.9192681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/TARGETS' 2025-03-21T20:17:42.9193406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/AppLog.java' 2025-03-21T20:17:42.9194177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/BackendType.java' 2025-03-21T20:17:42.9195008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/DemoSharedPreferences.java' 2025-03-21T20:17:42.9195746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETImage.java' 2025-03-21T20:17:42.9196487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETLogging.java' 2025-03-21T20:17:42.9197362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LlmBenchmarkRunner.java' 2025-03-21T20:17:42.9198118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsActivity.java' 2025-03-21T20:17:42.9198885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsAdapter.java' 2025-03-21T20:17:42.9199700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MainActivity.java' 2025-03-21T20:17:42.9200437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/Message.java' 2025-03-21T20:17:42.9201221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageAdapter.java' 2025-03-21T20:17:42.9201984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageType.java' 2025-03-21T20:17:42.9202737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunner.java' 2025-03-21T20:17:42.9203563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunnerCallback.java' 2025-03-21T20:17:42.9204308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelType.java' 2025-03-21T20:17:42.9205075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelUtils.java' 2025-03-21T20:17:42.9205834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/PromptFormat.java' 2025-03-21T20:17:42.9206637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsActivity.java' 2025-03-21T20:17:42.9207415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsFields.java' 2025-03-21T20:17:42.9208126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo' 2025-03-21T20:17:42.9208714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example' 2025-03-21T20:17:42.9209252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com' 2025-03-21T20:17:42.9209788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java' 2025-03-21T20:17:42.9210400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/banner_shape.xml' 2025-03-21T20:17:42.9211039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_add_24.xml' 2025-03-21T20:17:42.9211750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_add_photo_alternate_24.xml' 2025-03-21T20:17:42.9212480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_article_24.xml' 2025-03-21T20:17:42.9213112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_close_24.xml' 2025-03-21T20:17:42.9213811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_delete_forever_24.xml' 2025-03-21T20:17:42.9214477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_restart_alt_24.xml' 2025-03-21T20:17:42.9215170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_send_24.xml' 2025-03-21T20:17:42.9215824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_settings_24.xml' 2025-03-21T20:17:42.9216466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_stop_24.xml' 2025-03-21T20:17:42.9217031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/btn.xml' 2025-03-21T20:17:42.9217671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/chat_background.xml' 2025-03-21T20:17:42.9218312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/custom_button_round.xml' 2025-03-21T20:17:42.9218964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/expand_circle_down.xml' 2025-03-21T20:17:42.9219633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/ic_launcher_background.xml' 2025-03-21T20:17:42.9220294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/ic_launcher_foreground.xml' 2025-03-21T20:17:42.9220939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/input_text_shape.xml' 2025-03-21T20:17:42.9221507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/logo.png' 2025-03-21T20:17:42.9222163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_add_box_48.xml' 2025-03-21T20:17:42.9222818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_camera_alt_48.xml' 2025-03-21T20:17:42.9223456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_image_48.xml' 2025-03-21T20:17:42.9224066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/prompt_shape.xml' 2025-03-21T20:17:42.9224705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/received_message.xml' 2025-03-21T20:17:42.9225307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/sent_message.xml' 2025-03-21T20:17:42.9225981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/three_dots.xml' 2025-03-21T20:17:42.9226538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable' 2025-03-21T20:17:42.9227265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_benchmarking.xml' 2025-03-21T20:17:42.9227865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_logs.xml' 2025-03-21T20:17:42.9228476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_main.xml' 2025-03-21T20:17:42.9229095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_settings.xml' 2025-03-21T20:17:42.9229772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/logs_message.xml' 2025-03-21T20:17:42.9230391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/received_message.xml' 2025-03-21T20:17:42.9230982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/sent_message.xml' 2025-03-21T20:17:42.9231599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/system_message.xml' 2025-03-21T20:17:42.9232144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout' 2025-03-21T20:17:42.9232809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml' 2025-03-21T20:17:42.9233491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml' 2025-03-21T20:17:42.9234124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26' 2025-03-21T20:17:42.9234750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi/ic_launcher.webp' 2025-03-21T20:17:42.9235421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9236003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi' 2025-03-21T20:17:42.9236644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi/ic_launcher.webp' 2025-03-21T20:17:42.9237303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9237899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi' 2025-03-21T20:17:42.9238529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9239206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9239791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi' 2025-03-21T20:17:42.9240450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9241171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9241767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi' 2025-03-21T20:17:42.9242424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp' 2025-03-21T20:17:42.9243090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp' 2025-03-21T20:17:42.9243747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi' 2025-03-21T20:17:42.9244312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/colors.xml' 2025-03-21T20:17:42.9244898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/strings.xml' 2025-03-21T20:17:42.9245462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/styles.xml' 2025-03-21T20:17:42.9246033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/themes.xml' 2025-03-21T20:17:42.9246575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values' 2025-03-21T20:17:42.9247163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml/backup_rules.xml' 2025-03-21T20:17:42.9247795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml/data_extraction_rules.xml' 2025-03-21T20:17:42.9248341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml' 2025-03-21T20:17:42.9248855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res' 2025-03-21T20:17:42.9249361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main' 2025-03-21T20:17:42.9249834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app/src' 2025-03-21T20:17:42.9250282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/app' 2025-03-21T20:17:42.9250769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/build.gradle.kts' 2025-03-21T20:17:42.9251329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md' 2025-03-21T20:17:42.9251905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/qualcomm_README.md' 2025-03-21T20:17:42.9252452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md' 2025-03-21T20:17:42.9252969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates' 2025-03-21T20:17:42.9253424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/docs' 2025-03-21T20:17:42.9253945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/download_prebuilt_lib.sh' 2025-03-21T20:17:42.9254425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradle.properties' 2025-03-21T20:17:42.9255057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:17:42.9255664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:17:42.9256184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper' 2025-03-21T20:17:42.9256651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradle' 2025-03-21T20:17:42.9257079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew' 2025-03-21T20:17:42.9257586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew.bat' 2025-03-21T20:17:42.9258078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/settings.gradle.kts' 2025-03-21T20:17:42.9258567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/setup-with-qnn.sh' 2025-03-21T20:17:42.9258999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo/setup.sh' 2025-03-21T20:17:42.9259443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android/LlamaDemo' 2025-03-21T20:17:42.9259819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/android' 2025-03-21T20:17:42.9260474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.9261211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes/App.xcscheme' 2025-03-21T20:17:42.9262075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes/MobileNetClassifierTest.xcscheme' 2025-03-21T20:17:42.9262789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.9263461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata' 2025-03-21T20:17:42.9264053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj' 2025-03-21T20:17:42.9264722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic fox.jpg' 2025-03-21T20:17:42.9265388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg' 2025-03-21T20:17:42.9266112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot pot.jpg' 2025-03-21T20:17:42.9266763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples' 2025-03-21T20:17:42.9267348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources' 2025-03-21T20:17:42.9267969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift' 2025-03-21T20:17:42.9268646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift' 2025-03-21T20:17:42.9269383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift' 2025-03-21T20:17:42.9270111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift' 2025-03-21T20:17:42.9270771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift' 2025-03-21T20:17:42.9271422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift' 2025-03-21T20:17:42.9272083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App' 2025-03-21T20:17:42.9272875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift' 2025-03-21T20:17:42.9273953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification' 2025-03-21T20:17:42.9274700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h' 2025-03-21T20:17:42.9275416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.h' 2025-03-21T20:17:42.9276129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm' 2025-03-21T20:17:42.9276872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift' 2025-03-21T20:17:42.9277655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift' 2025-03-21T20:17:42.9278309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test' 2025-03-21T20:17:42.9278947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet' 2025-03-21T20:17:42.9279523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources' 2025-03-21T20:17:42.9280073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo' 2025-03-21T20:17:42.9280548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/README.md' 2025-03-21T20:17:42.9281029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo' 2025-03-21T20:17:42.9281561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.9282213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes/LLaMA.xcscheme' 2025-03-21T20:17:42.9282887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes/LLaMARunner.xcscheme' 2025-03-21T20:17:42.9283509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.9284209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata' 2025-03-21T20:17:42.9284725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj' 2025-03-21T20:17:42.9285235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/App.swift' 2025-03-21T20:17:42.9285799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ContentView.swift' 2025-03-21T20:17:42.9286426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ImagePicker.swift' 2025-03-21T20:17:42.9286972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/LogManager.swift' 2025-03-21T20:17:42.9287522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/LogView.swift' 2025-03-21T20:17:42.9288050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/Message.swift' 2025-03-21T20:17:42.9288636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/MessageListView.swift' 2025-03-21T20:17:42.9289185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/MessageView.swift' 2025-03-21T20:17:42.9289766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ResourceManager.swift' 2025-03-21T20:17:42.9290340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ResourceMonitor.swift' 2025-03-21T20:17:42.9290865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application' 2025-03-21T20:17:42.9291419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/Debug.xcconfig' 2025-03-21T20:17:42.9292000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/LLaMA-Info.plist' 2025-03-21T20:17:42.9292567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/Release.xcconfig' 2025-03-21T20:17:42.9293107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles' 2025-03-21T20:17:42.9293563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA' 2025-03-21T20:17:42.9294261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset/Contents.json' 2025-03-21T20:17:42.9294920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset/logo.png' 2025-03-21T20:17:42.9295576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset' 2025-03-21T20:17:42.9296165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/Contents.json' 2025-03-21T20:17:42.9296723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets' 2025-03-21T20:17:42.9297219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets' 2025-03-21T20:17:42.9297841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements/LLaMA.entitlements' 2025-03-21T20:17:42.9298372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements' 2025-03-21T20:17:42.9298990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.h' 2025-03-21T20:17:42.9299622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.mm' 2025-03-21T20:17:42.9300255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported' 2025-03-21T20:17:42.9300898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/__tests__/RunnerTest.swift' 2025-03-21T20:17:42.9301484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/__tests__' 2025-03-21T20:17:42.9302031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner' 2025-03-21T20:17:42.9302511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/TARGETS' 2025-03-21T20:17:42.9302996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner' 2025-03-21T20:17:42.9303437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/README.md' 2025-03-21T20:17:42.9303853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/TARGETS' 2025-03-21T20:17:42.9304375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md' 2025-03-21T20:17:42.9304908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md' 2025-03-21T20:17:42.9305487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates' 2025-03-21T20:17:42.9305938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs' 2025-03-21T20:17:42.9306370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios/LLaMA' 2025-03-21T20:17:42.9306775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/apple_ios' 2025-03-21T20:17:42.9307248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/.gitignore' 2025-03-21T20:17:42.9307700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/README.md' 2025-03-21T20:17:42.9308165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/app.json' 2025-03-21T20:17:42.9308643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/app/_layout.tsx' 2025-03-21T20:17:42.9309114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/app/index.tsx' 2025-03-21T20:17:42.9309592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/app' 2025-03-21T20:17:42.9310126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/assets/images/rnllama.png' 2025-03-21T20:17:42.9310656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/assets/images' 2025-03-21T20:17:42.9311201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/assets' 2025-03-21T20:17:42.9311719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/bridge/LlamaBridge.ts' 2025-03-21T20:17:42.9312198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/bridge' 2025-03-21T20:17:42.9312684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/.gitignore' 2025-03-21T20:17:42.9313156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/.xcode.env' 2025-03-21T20:17:42.9313709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h' 2025-03-21T20:17:42.9314203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.mm' 2025-03-21T20:17:42.9314664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile' 2025-03-21T20:17:42.9315160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.lock' 2025-03-21T20:17:42.9315704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.properties.json' 2025-03-21T20:17:42.9316223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/Release.xcconfig' 2025-03-21T20:17:42.9316822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.9317554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata/xcschemes/rnllama.xcscheme' 2025-03-21T20:17:42.9318227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.9318860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata' 2025-03-21T20:17:42.9319416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj' 2025-03-21T20:17:42.9320092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:17:42.9320816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:17:42.9321466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/xcshareddata' 2025-03-21T20:17:42.9322029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace' 2025-03-21T20:17:42.9322573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.h' 2025-03-21T20:17:42.9323106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.mm' 2025-03-21T20:17:42.9323798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/1024.png' 2025-03-21T20:17:42.9324491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/114.png' 2025-03-21T20:17:42.9325294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/120.png' 2025-03-21T20:17:42.9325980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/180.png' 2025-03-21T20:17:42.9326656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/29.png' 2025-03-21T20:17:42.9327340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/40.png' 2025-03-21T20:17:42.9328061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/57.png' 2025-03-21T20:17:42.9328748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/58.png' 2025-03-21T20:17:42.9329421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/60.png' 2025-03-21T20:17:42.9330107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/80.png' 2025-03-21T20:17:42.9330783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/87.png' 2025-03-21T20:17:42.9331515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/Contents.json' 2025-03-21T20:17:42.9332198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset' 2025-03-21T20:17:42.9332823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/Contents.json' 2025-03-21T20:17:42.9333608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenBackground.colorset/Contents.json' 2025-03-21T20:17:42.9334376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenBackground.colorset' 2025-03-21T20:17:42.9335127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenLogo.imageset/Contents.json' 2025-03-21T20:17:42.9335860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenLogo.imageset' 2025-03-21T20:17:42.9336444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets' 2025-03-21T20:17:42.9336968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Info.plist' 2025-03-21T20:17:42.9337540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/PrivacyInfo.xcprivacy' 2025-03-21T20:17:42.9338122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/SplashScreen.storyboard' 2025-03-21T20:17:42.9338700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Supporting/Expo.plist' 2025-03-21T20:17:42.9339255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Supporting' 2025-03-21T20:17:42.9339826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/main.m' 2025-03-21T20:17:42.9340362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/noop-file.swift' 2025-03-21T20:17:42.9340972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/rnllama-Bridging-Header.h' 2025-03-21T20:17:42.9341536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/rnllama.entitlements' 2025-03-21T20:17:42.9342053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama' 2025-03-21T20:17:42.9342566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/ios' 2025-03-21T20:17:42.9343049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/package.json' 2025-03-21T20:17:42.9343520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/tsconfig.json' 2025-03-21T20:17:42.9343984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama/yarn.lock' 2025-03-21T20:17:42.9344427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native/rnllama' 2025-03-21T20:17:42.9344834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps/react-native' 2025-03-21T20:17:42.9345185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/demo-apps' 2025-03-21T20:17:42.9345616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/CMakeLists.txt' 2025-03-21T20:17:42.9345975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/README.md' 2025-03-21T20:17:42.9346388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/build_example_runner.sh' 2025-03-21T20:17:42.9346805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/example_runner/TARGETS' 2025-03-21T20:17:42.9347268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/example_runner/example_runner.cpp' 2025-03-21T20:17:42.9347707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/example_runner/targets.bzl' 2025-03-21T20:17:42.9348117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/example_runner' 2025-03-21T20:17:42.9348518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/scripts/etrecord.bin' 2025-03-21T20:17:42.9348995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/scripts/export_bundled_program.py' 2025-03-21T20:17:42.9349449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/scripts/gen_sample_etrecord.py' 2025-03-21T20:17:42.9349834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/scripts' 2025-03-21T20:17:42.9350237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools/test_example_runner.sh' 2025-03-21T20:17:42.9350584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/devtools' 2025-03-21T20:17:42.9350958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/CMakeLists.txt' 2025-03-21T20:17:42.9351318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/README.md' 2025-03-21T20:17:42.9351700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/basic_sampler.h' 2025-03-21T20:17:42.9352164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/basic_tokenizer.h' 2025-03-21T20:17:42.9352552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/export_nanogpt.py' 2025-03-21T20:17:42.9352895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual/main.cpp' 2025-03-21T20:17:42.9353249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_manual' 2025-03-21T20:17:42.9353632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/README.md' 2025-03-21T20:17:42.9354021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/TARGETS' 2025-03-21T20:17:42.9354471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:17:42.9354918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:17:42.9355363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:17:42.9355859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:17:42.9356290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:17:42.9356730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:17:42.9357131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:17:42.9357550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:17:42.9357939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/llm_pte_finetuning' 2025-03-21T20:17:42.9358312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/CMakeLists.txt' 2025-03-21T20:17:42.9358661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/README.md' 2025-03-21T20:17:42.9359147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/loggingprinter.py' 2025-03-21T20:17:42.9359637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter.py' 2025-03-21T20:17:42.9360192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/README.md' 2025-03-21T20:17:42.9360766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama2.json' 2025-03-21T20:17:42.9361354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama2_short.json' 2025-03-21T20:17:42.9361915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama3.json' 2025-03-21T20:17:42.9362476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates' 2025-03-21T20:17:42.9362962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/alpaca.txt' 2025-03-21T20:17:42.9363456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/llama3.txt' 2025-03-21T20:17:42.9363932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts' 2025-03-21T20:17:42.9364418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/sanity_checks.py' 2025-03-21T20:17:42.9365060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/tokenization_llama.py' 2025-03-21T20:17:42.9365648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/tokenization_utils_fast.py' 2025-03-21T20:17:42.9366141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_' 2025-03-21T20:17:42.9366590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils/utils.py' 2025-03-21T20:17:42.9367022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/llm_utils' 2025-03-21T20:17:42.9367516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/oss_utils/utils.py' 2025-03-21T20:17:42.9367949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils/oss_utils' 2025-03-21T20:17:42.9368331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/aot_utils' 2025-03-21T20:17:42.9368784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/eval_utils/eval_oss_result.py' 2025-03-21T20:17:42.9369170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/eval_utils' 2025-03-21T20:17:42.9369696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/CMakeLists.txt' 2025-03-21T20:17:42.9370215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/FileMemMapper.h' 2025-03-21T20:17:42.9370733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaConfig.h' 2025-03-21T20:17:42.9371273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.cpp' 2025-03-21T20:17:42.9371818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.h' 2025-03-21T20:17:42.9372337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.cpp' 2025-03-21T20:17:42.9372859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.h' 2025-03-21T20:17:42.9373369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.cpp' 2025-03-21T20:17:42.9374059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.h' 2025-03-21T20:17:42.9374633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.cpp' 2025-03-21T20:17:42.9375171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.h' 2025-03-21T20:17:42.9375660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/Utils.h' 2025-03-21T20:17:42.9376300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/llama_runner_values.h' 2025-03-21T20:17:42.9376905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/llm_types.h' 2025-03-21T20:17:42.9377509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/mask_builder.h' 2025-03-21T20:17:42.9378144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/rotary_embedding.h' 2025-03-21T20:17:42.9378871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/token_embedding.h' 2025-03-21T20:17:42.9379465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include' 2025-03-21T20:17:42.9380040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/mask_builder.cpp' 2025-03-21T20:17:42.9380650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/rotary_embedding.cpp' 2025-03-21T20:17:42.9381329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/token_embedding.cpp' 2025-03-21T20:17:42.9381882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper' 2025-03-21T20:17:42.9382367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/llama_runner' 2025-03-21T20:17:42.9382859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/mtk_executor_runner.cpp' 2025-03-21T20:17:42.9383392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/mtk_llama_executor_runner.cpp' 2025-03-21T20:17:42.9383869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.cpp' 2025-03-21T20:17:42.9384348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.h' 2025-03-21T20:17:42.9384861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/mtk_oss_executor_runner.cpp' 2025-03-21T20:17:42.9385351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner/run_llama3_sample.sh' 2025-03-21T20:17:42.9385835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/executor_runner' 2025-03-21T20:17:42.9386324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/deeplab_v3.py' 2025-03-21T20:17:42.9386762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/edsr.py' 2025-03-21T20:17:42.9387250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/inception_v3.py' 2025-03-21T20:17:42.9387730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/inception_v4.py' 2025-03-21T20:17:42.9388177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/llama.py' 2025-03-21T20:17:42.9388673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v2.py' 2025-03-21T20:17:42.9389152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v3.py' 2025-03-21T20:17:42.9389620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/resnet18.py' 2025-03-21T20:17:42.9390076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts/resnet50.py' 2025-03-21T20:17:42.9390525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/model_export_scripts' 2025-03-21T20:17:42.9390967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/__init__.py' 2025-03-21T20:17:42.9391477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/configuration_base.py' 2025-03-21T20:17:42.9392033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/configuration_llama.py' 2025-03-21T20:17:42.9392515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/modeling_base.py' 2025-03-21T20:17:42.9392991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/modeling_common.py' 2025-03-21T20:17:42.9393463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/modeling_llama.py' 2025-03-21T20:17:42.9393953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/.gitignore' 2025-03-21T20:17:42.9394613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/config.json' 2025-03-21T20:17:42.9395284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/special_tokens_map.json' 2025-03-21T20:17:42.9395895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/tokenizer.json' 2025-03-21T20:17:42.9396552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/tokenizer_config.json' 2025-03-21T20:17:42.9397133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct' 2025-03-21T20:17:42.9397735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/config.json' 2025-03-21T20:17:42.9398394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/special_tokens_map.json' 2025-03-21T20:17:42.9399017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/tokenizer.json' 2025-03-21T20:17:42.9399667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/tokenizer_config.json' 2025-03-21T20:17:42.9400265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct' 2025-03-21T20:17:42.9400844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/config.json' 2025-03-21T20:17:42.9401494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/special_tokens_map.json' 2025-03-21T20:17:42.9402094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/tokenizer.json' 2025-03-21T20:17:42.9402724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/tokenizer_config.json' 2025-03-21T20:17:42.9403302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct' 2025-03-21T20:17:42.9403777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models/weights' 2025-03-21T20:17:42.9404216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models/llm_models' 2025-03-21T20:17:42.9404586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/models' 2025-03-21T20:17:42.9405007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/mtk_build_examples.sh' 2025-03-21T20:17:42.9405448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/shell_scripts/export_llama.sh' 2025-03-21T20:17:42.9405947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/shell_scripts/export_oss.sh' 2025-03-21T20:17:42.9406351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek/shell_scripts' 2025-03-21T20:17:42.9406699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/mediatek' 2025-03-21T20:17:42.9407036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/__init__.py' 2025-03-21T20:17:42.9407387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/checkpoint.py' 2025-03-21T20:17:42.9407796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:17:42.9408231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:17:42.9408621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/deeplab_v3' 2025-03-21T20:17:42.9409114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/deepseek-r1-distill-llama-8B/README.md' 2025-03-21T20:17:42.9409612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/deepseek-r1-distill-llama-8B' 2025-03-21T20:17:42.9409983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/edsr/__init__.py' 2025-03-21T20:17:42.9410347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/edsr/model.py' 2025-03-21T20:17:42.9410699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/edsr' 2025-03-21T20:17:42.9411105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/README.md' 2025-03-21T20:17:42.9411541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:17:42.9412057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/LICENSE.txt' 2025-03-21T20:17:42.9412638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:17:42.9413178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:17:42.9413775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:17:42.9414347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:17:42.9414851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:17:42.9415422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:17:42.9415930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/efficient_sam_core' 2025-03-21T20:17:42.9416328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:17:42.9416739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/efficient_sam' 2025-03-21T20:17:42.9417156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:17:42.9417554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:17:42.9417963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/emformer_rnnt' 2025-03-21T20:17:42.9418371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:17:42.9418831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v3/model.py' 2025-03-21T20:17:42.9419216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v3' 2025-03-21T20:17:42.9419628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:17:42.9420015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v4/model.py' 2025-03-21T20:17:42.9420410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/inception_v4' 2025-03-21T20:17:42.9420882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/Android3_2_1B_bf16.gif' 2025-03-21T20:17:42.9421335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/Android3_2_3B_SpinQuant.gif' 2025-03-21T20:17:42.9421732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/CMakeLists.txt' 2025-03-21T20:17:42.9422077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/LICENSE' 2025-03-21T20:17:42.9422445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/README.md' 2025-03-21T20:17:42.9422794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/TARGETS' 2025-03-21T20:17:42.9423155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/UTILS.md' 2025-03-21T20:17:42.9423522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/__init__.py' 2025-03-21T20:17:42.9423912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/attention.py' 2025-03-21T20:17:42.9424293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:17:42.9424696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:17:42.9425121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:17:42.9425615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:17:42.9426028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/evaluate' 2025-03-21T20:17:42.9426457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/README.md' 2025-03-21T20:17:42.9426895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/TARGETS' 2025-03-21T20:17:42.9427340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:17:42.9427827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:17:42.9428266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:17:42.9428716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/targets.bzl' 2025-03-21T20:17:42.9429182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:17:42.9429603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/experimental' 2025-03-21T20:17:42.9430008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/export_llama.py' 2025-03-21T20:17:42.9430420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:17:42.9430867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:17:42.9431331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:17:42.9431780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/install_requirements.sh' 2025-03-21T20:17:42.9432162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/llama_test.py' 2025-03-21T20:17:42.9432590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:17:42.9433011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/llama_via_xnnpack.gif' 2025-03-21T20:17:42.9433444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/main.cpp' 2025-03-21T20:17:42.9433796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/model.py' 2025-03-21T20:17:42.9434180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/model_args.py' 2025-03-21T20:17:42.9434599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/non_cpu_backends.md' 2025-03-21T20:17:42.9434945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/norm.py' 2025-03-21T20:17:42.9435340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/params/TARGETS' 2025-03-21T20:17:42.9435774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/params/demo_config.json' 2025-03-21T20:17:42.9436240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/params/demo_rand_params.pth' 2025-03-21T20:17:42.9436634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/params' 2025-03-21T20:17:42.9437001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/rope.py' 2025-03-21T20:17:42.9437428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/CMakeLists.txt' 2025-03-21T20:17:42.9437815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/TARGETS' 2025-03-21T20:17:42.9438222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:17:42.9438641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:17:42.9439046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/native.py' 2025-03-21T20:17:42.9439450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/runner.cpp' 2025-03-21T20:17:42.9439851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/runner.h' 2025-03-21T20:17:42.9440353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/static_attention_io_manager.h' 2025-03-21T20:17:42.9440773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner/targets.bzl' 2025-03-21T20:17:42.9441159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/runner' 2025-03-21T20:17:42.9441643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:17:42.9442214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:17:42.9442708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:17:42.9443232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:17:42.9443749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:17:42.9444286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:17:42.9444786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:17:42.9445281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:17:42.9445816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:17:42.9446381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:17:42.9446850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:17:42.9447326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:17:42.9447816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:17:42.9448356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:17:42.9448927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:17:42.9449538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:17:42.9450047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:17:42.9450518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/source_transformation' 2025-03-21T20:17:42.9450940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/static_attention.py' 2025-03-21T20:17:42.9451314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/targets.bzl' 2025-03-21T20:17:42.9451738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/test_llama_runner.sh' 2025-03-21T20:17:42.9452121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tests/TARGETS' 2025-03-21T20:17:42.9452663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:17:42.9453109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:17:42.9453581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:17:42.9453973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tests' 2025-03-21T20:17:42.9454372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/TARGETS' 2025-03-21T20:17:42.9454840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp' 2025-03-21T20:17:42.9455287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.h' 2025-03-21T20:17:42.9455726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/targets.bzl' 2025-03-21T20:17:42.9456191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/CMakeLists.txt' 2025-03-21T20:17:42.9456686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/TARGETS' 2025-03-21T20:17:42.9457302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:17:42.9457798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/resources' 2025-03-21T20:17:42.9458245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/targets.bzl' 2025-03-21T20:17:42.9458722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:17:42.9459214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/test' 2025-03-21T20:17:42.9459638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:17:42.9460055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama/tokenizer' 2025-03-21T20:17:42.9460409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama' 2025-03-21T20:17:42.9460785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama2/README.md' 2025-03-21T20:17:42.9461142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama2' 2025-03-21T20:17:42.9461517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3/README.md' 2025-03-21T20:17:42.9461875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3' 2025-03-21T20:17:42.9462276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/TARGETS' 2025-03-21T20:17:42.9462710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:17:42.9463187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention/TARGETS' 2025-03-21T20:17:42.9463757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.cpp' 2025-03-21T20:17:42.9464304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.h' 2025-03-21T20:17:42.9464901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask_test.cpp' 2025-03-21T20:17:42.9465509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention/targets.bzl' 2025-03-21T20:17:42.9466012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/cross_attention' 2025-03-21T20:17:42.9466495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/install_requirements.sh' 2025-03-21T20:17:42.9466963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/TARGETS' 2025-03-21T20:17:42.9467438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:17:42.9467971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:17:42.9468432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:17:42.9468929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.cpp' 2025-03-21T20:17:42.9469481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.h' 2025-03-21T20:17:42.9469999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess_test.cpp' 2025-03-21T20:17:42.9470489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/targets.bzl' 2025-03-21T20:17:42.9471000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:17:42.9471473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/preprocess' 2025-03-21T20:17:42.9471961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:17:42.9472432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:17:42.9472899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:17:42.9473354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:17:42.9473979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/runner' 2025-03-21T20:17:42.9474442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/TARGETS' 2025-03-21T20:17:42.9474922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:17:42.9475470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/params/demo_config.json' 2025-03-21T20:17:42.9475984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/params' 2025-03-21T20:17:42.9476492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:17:42.9477050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:17:42.9477541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder/test' 2025-03-21T20:17:42.9478031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/text_decoder' 2025-03-21T20:17:42.9478501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/TARGETS' 2025-03-21T20:17:42.9479004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:17:42.9479498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:17:42.9480024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:17:42.9480586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:17:42.9481093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder/test' 2025-03-21T20:17:42.9481583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision/vision_encoder' 2025-03-21T20:17:42.9481989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llama3_2_vision' 2025-03-21T20:17:42.9482390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/CMakeLists.txt' 2025-03-21T20:17:42.9482897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/README.md' 2025-03-21T20:17:42.9483284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/__init__.py' 2025-03-21T20:17:42.9483675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/export_llava.py' 2025-03-21T20:17:42.9484069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/image_util.py' 2025-03-21T20:17:42.9484504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/install_requirements.sh' 2025-03-21T20:17:42.9484928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/llava_via_xnnpack.gif' 2025-03-21T20:17:42.9485368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/main.cpp' 2025-03-21T20:17:42.9485727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/model.py' 2025-03-21T20:17:42.9486169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/CMakeLists.txt' 2025-03-21T20:17:42.9486641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/llava_image_prefiller.h' 2025-03-21T20:17:42.9487088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/llava_runner.cpp' 2025-03-21T20:17:42.9487512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/llava_runner.h' 2025-03-21T20:17:42.9488019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/llava_text_decoder_runner.h' 2025-03-21T20:17:42.9488429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner/targets.bzl' 2025-03-21T20:17:42.9488827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/runner' 2025-03-21T20:17:42.9489202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/targets.bzl' 2025-03-21T20:17:42.9489607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:17:42.9490016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:17:42.9490392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava/test' 2025-03-21T20:17:42.9490761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/llava' 2025-03-21T20:17:42.9491126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/lstm/__init__.py' 2025-03-21T20:17:42.9491495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/lstm/model.py' 2025-03-21T20:17:42.9491842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/lstm' 2025-03-21T20:17:42.9492253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:17:42.9492634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilebert/model.py' 2025-03-21T20:17:42.9493007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilebert' 2025-03-21T20:17:42.9493424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:17:42.9493812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:17:42.9494211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v2' 2025-03-21T20:17:42.9494619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:17:42.9495078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:17:42.9495464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/mobilenet_v3' 2025-03-21T20:17:42.9495823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/model_base.py' 2025-03-21T20:17:42.9496190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/model_factory.py' 2025-03-21T20:17:42.9496652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/moshi/mimi/install_requirements.sh' 2025-03-21T20:17:42.9497064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:17:42.9497483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/moshi/mimi' 2025-03-21T20:17:42.9497848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/moshi' 2025-03-21T20:17:42.9498260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini-lora/README.md' 2025-03-21T20:17:42.9498712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:17:42.9499197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini-lora/install_requirements.sh' 2025-03-21T20:17:42.9499615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini-lora' 2025-03-21T20:17:42.9500021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/CMakeLists.txt' 2025-03-21T20:17:42.9500422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/README.md' 2025-03-21T20:17:42.9500812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:17:42.9501195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:17:42.9501647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:17:42.9502098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/install_requirements.sh' 2025-03-21T20:17:42.9502490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/main.cpp' 2025-03-21T20:17:42.9502894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:17:42.9503294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/runner.cpp' 2025-03-21T20:17:42.9503678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/runner.h' 2025-03-21T20:17:42.9504105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:17:42.9504479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-3-mini' 2025-03-21T20:17:42.9504868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:17:42.9505271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-4-mini/config.json' 2025-03-21T20:17:42.9505760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:17:42.9506156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/phi-4-mini' 2025-03-21T20:17:42.9506561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/qwen2_5/1_5b_config.json' 2025-03-21T20:17:42.9506943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/qwen2_5/README.md' 2025-03-21T20:17:42.9507379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:17:42.9507804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:17:42.9508169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/qwen2_5' 2025-03-21T20:17:42.9508553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/resnet/__init__.py' 2025-03-21T20:17:42.9508910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/resnet/model.py' 2025-03-21T20:17:42.9509267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/resnet' 2025-03-21T20:17:42.9509692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/test/__init__.py' 2025-03-21T20:17:42.9510080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/test/test_export.py' 2025-03-21T20:17:42.9510442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/test' 2025-03-21T20:17:42.9510863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:17:42.9511280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:17:42.9511681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/torchvision_vit' 2025-03-21T20:17:42.9512077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:17:42.9512452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/toy_model/model.py' 2025-03-21T20:17:42.9512823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/toy_model' 2025-03-21T20:17:42.9513229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:17:42.9513606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/wav2letter/model.py' 2025-03-21T20:17:42.9513990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models/wav2letter' 2025-03-21T20:17:42.9514316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/models' 2025-03-21T20:17:42.9514663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/README.md' 2025-03-21T20:17:42.9515087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/CMakeLists.txt' 2025-03-21T20:17:42.9515497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/README.md' 2025-03-21T20:17:42.9515879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/TARGETS' 2025-03-21T20:17:42.9516311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops.yaml' 2025-03-21T20:17:42.9516752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops_1.py' 2025-03-21T20:17:42.9517200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops_1_out.cpp' 2025-03-21T20:17:42.9517642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops_2.cpp' 2025-03-21T20:17:42.9518068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops_2.py' 2025-03-21T20:17:42.9518534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/custom_ops_2_out.cpp' 2025-03-21T20:17:42.9518941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/targets.bzl' 2025-03-21T20:17:42.9519445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops/test_custom_ops.sh' 2025-03-21T20:17:42.9519833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/custom_ops' 2025-03-21T20:17:42.9520254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/executor_runner/TARGETS' 2025-03-21T20:17:42.9520730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/executor_runner/executor_runner.cpp' 2025-03-21T20:17:42.9521161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/executor_runner/targets.bzl' 2025-03-21T20:17:42.9521589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/executor_runner' 2025-03-21T20:17:42.9522019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/scripts/export.py' 2025-03-21T20:17:42.9522487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/scripts/export_and_delegate.py' 2025-03-21T20:17:42.9522988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/scripts/test_demo_backend_delegation.sh' 2025-03-21T20:17:42.9523376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable/scripts' 2025-03-21T20:17:42.9523713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/portable' 2025-03-21T20:17:42.9524093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/CMakeLists.txt' 2025-03-21T20:17:42.9524429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/README.md' 2025-03-21T20:17:42.9524762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/TARGETS' 2025-03-21T20:17:42.9525227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/executor_runner/CMakeLists.txt' 2025-03-21T20:17:42.9525643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/executor_runner/TARGETS' 2025-03-21T20:17:42.9526151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/executor_runner/qnn_executor_runner.cpp' 2025-03-21T20:17:42.9526586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/executor_runner/targets.bzl' 2025-03-21T20:17:42.9527012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/executor_runner' 2025-03-21T20:17:42.9527440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/conv_former.py' 2025-03-21T20:17:42.9527861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/dino_v2.py' 2025-03-21T20:17:42.9528266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/esrgan.py' 2025-03-21T20:17:42.9528688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/fastvit.py' 2025-03-21T20:17:42.9529085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/fbnet.py' 2025-03-21T20:17:42.9529587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py' 2025-03-21T20:17:42.9530051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/CMakeLists.txt' 2025-03-21T20:17:42.9530479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/README.md' 2025-03-21T20:17:42.9530909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/TARGETS' 2025-03-21T20:17:42.9531477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/assets/PromptProcessingWithARN.png' 2025-03-21T20:17:42.9532137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/assets/ShiftPointer.png' 2025-03-21T20:17:42.9532626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/assets/SmartMask.png' 2025-03-21T20:17:42.9533126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/assets' 2025-03-21T20:17:42.9533554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/llama.py' 2025-03-21T20:17:42.9534080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py' 2025-03-21T20:17:42.9534609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/model' 2025-03-21T20:17:42.9535130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/qnn_llama_runner.cpp' 2025-03-21T20:17:42.9535632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.cpp' 2025-03-21T20:17:42.9536109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.h' 2025-03-21T20:17:42.9536610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.cpp' 2025-03-21T20:17:42.9537102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.h' 2025-03-21T20:17:42.9537603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/runner' 2025-03-21T20:17:42.9538096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama/targets.bzl' 2025-03-21T20:17:42.9538552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/llama' 2025-03-21T20:17:42.9538964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/regnet.py' 2025-03-21T20:17:42.9539394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/retinanet.py' 2025-03-21T20:17:42.9539816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/squeezenet.py' 2025-03-21T20:17:42.9540243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py' 2025-03-21T20:17:42.9540647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/oss_scripts' 2025-03-21T20:17:42.9541143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/CMakeLists.txt' 2025-03-21T20:17:42.9541605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/README.md' 2025-03-21T20:17:42.9542142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b.py' 2025-03-21T20:17:42.9542724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b_runner.cpp' 2025-03-21T20:17:42.9543201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2' 2025-03-21T20:17:42.9543745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b.py' 2025-03-21T20:17:42.9544313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b_runner.cpp' 2025-03-21T20:17:42.9544805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3' 2025-03-21T20:17:42.9545367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.cpp' 2025-03-21T20:17:42.9545957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.h' 2025-03-21T20:17:42.9546461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.cpp' 2025-03-21T20:17:42.9546937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.h' 2025-03-21T20:17:42.9547427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner' 2025-03-21T20:17:42.9547922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/llama' 2025-03-21T20:17:42.9548468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/CMakeLists.txt' 2025-03-21T20:17:42.9548968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/README.md' 2025-03-21T20:17:42.9549553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/install_requirements.sh' 2025-03-21T20:17:42.9550141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion.py' 2025-03-21T20:17:42.9550792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion_runner.cpp' 2025-03-21T20:17:42.9551337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.cpp' 2025-03-21T20:17:42.9560060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.h' 2025-03-21T20:17:42.9560745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner' 2025-03-21T20:17:42.9561352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/stable_diffusion_lib.py' 2025-03-21T20:17:42.9561876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion' 2025-03-21T20:17:42.9562328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/utils/README.md' 2025-03-21T20:17:42.9562792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/utils/export.py' 2025-03-21T20:17:42.9563240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py' 2025-03-21T20:17:42.9563691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts/utils' 2025-03-21T20:17:42.9564108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qaihub_scripts' 2025-03-21T20:17:42.9564625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/qnn_intermediate_output_inspector.py' 2025-03-21T20:17:42.9565027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/deeplab_v3.py' 2025-03-21T20:17:42.9565401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/edsr.py' 2025-03-21T20:17:42.9565838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/export_example.py' 2025-03-21T20:17:42.9566255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/inception_v3.py' 2025-03-21T20:17:42.9566684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/inception_v4.py' 2025-03-21T20:17:42.9567287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/install_requirement.sh' 2025-03-21T20:17:42.9567754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py' 2025-03-21T20:17:42.9568167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/mobilenet_v2.py' 2025-03-21T20:17:42.9568593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/mobilenet_v3.py' 2025-03-21T20:17:42.9569023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/torchvision_vit.py' 2025-03-21T20:17:42.9569443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts/wav2letter.py' 2025-03-21T20:17:42.9569880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/scripts' 2025-03-21T20:17:42.9570259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/test_qualcomm.sh' 2025-03-21T20:17:42.9570624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm/utils.py' 2025-03-21T20:17:42.9570958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/qualcomm' 2025-03-21T20:17:42.9571376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build/CMakeLists.txt' 2025-03-21T20:17:42.9571753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build/README.md' 2025-03-21T20:17:42.9572132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build/TARGETS' 2025-03-21T20:17:42.9572518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build/targets.bzl' 2025-03-21T20:17:42.9572975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build/test_selective_build.sh' 2025-03-21T20:17:42.9573350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/selective_build' 2025-03-21T20:17:42.9573933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/README.md' 2025-03-21T20:17:42.9574275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/TARGETS' 2025-03-21T20:17:42.9574614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/__init__.py' 2025-03-21T20:17:42.9574991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/aot_compiler.py' 2025-03-21T20:17:42.9575414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/executor_runner/TARGETS' 2025-03-21T20:17:42.9575860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/executor_runner/targets.bzl' 2025-03-21T20:17:42.9576269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/executor_runner' 2025-03-21T20:17:42.9576698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/quantization/example.py' 2025-03-21T20:17:42.9577139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/quantization/test_quantize.sh' 2025-03-21T20:17:42.9577536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/quantization/utils.py' 2025-03-21T20:17:42.9577942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/quantization' 2025-03-21T20:17:42.9578285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack/targets.bzl' 2025-03-21T20:17:42.9578623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples/xnnpack' 2025-03-21T20:17:42.9578919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/examples' 2025-03-21T20:17:42.9579201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/TARGETS' 2025-03-21T20:17:42.9579659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/__init__.py' 2025-03-21T20:17:42.9579987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/TARGETS' 2025-03-21T20:17:42.9580320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/__init__.py' 2025-03-21T20:17:42.9580637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_cord.py' 2025-03-21T20:17:42.9580993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:17:42.9581343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:17:42.9581836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:17:42.9582172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_program.py' 2025-03-21T20:17:42.9582530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/_serialize.py' 2025-03-21T20:17:42.9582866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/bindings.cpp' 2025-03-21T20:17:42.9583248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:17:42.9583578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/padding.py' 2025-03-21T20:17:42.9583915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/TARGETS' 2025-03-21T20:17:42.9584287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:17:42.9584651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:17:42.9585056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:17:42.9585564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:17:42.9585962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:17:42.9586307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize/test' 2025-03-21T20:17:42.9586640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_serialize' 2025-03-21T20:17:42.9586929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/_warnings.py' 2025-03-21T20:17:42.9587229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/TARGETS' 2025-03-21T20:17:42.9587580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/backend_api.py' 2025-03-21T20:17:42.9587938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/backend_details.py' 2025-03-21T20:17:42.9588375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners/TARGETS' 2025-03-21T20:17:42.9588876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:17:42.9589434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:17:42.9590009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:17:42.9590538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:17:42.9590968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/canonical_partitioners' 2025-03-21T20:17:42.9591359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:17:42.9591790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/operator_support.py' 2025-03-21T20:17:42.9592128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/partitioner.py' 2025-03-21T20:17:42.9592463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/targets.bzl' 2025-03-21T20:17:42.9592788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/TARGETS' 2025-03-21T20:17:42.9593241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:17:42.9593721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:17:42.9594233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:17:42.9594593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/TARGETS' 2025-03-21T20:17:42.9595075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/CMakeLists.txt' 2025-03-21T20:17:42.9595519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.cpp' 2025-03-21T20:17:42.9595968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.h' 2025-03-21T20:17:42.9596476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/ExecutorBackendRegister.cpp' 2025-03-21T20:17:42.9596854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/TARGETS' 2025-03-21T20:17:42.9597375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:17:42.9597883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:17:42.9598293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/targets.bzl' 2025-03-21T20:17:42.9598689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:17:42.9599078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/rpc' 2025-03-21T20:17:42.9599534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:17:42.9599989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:17:42.9600354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/demos' 2025-03-21T20:17:42.9600762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:17:42.9601182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:17:42.9601567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:17:42.9602050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:17:42.9602424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_backends.py' 2025-03-21T20:17:42.9602841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:17:42.9603245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:17:42.9603655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:17:42.9604118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:17:42.9604553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:17:42.9604975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:17:42.9605418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:17:42.9605821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:17:42.9606183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_passes.py' 2025-03-21T20:17:42.9606602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test/test_utils.py' 2025-03-21T20:17:42.9606934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/test' 2025-03-21T20:17:42.9607260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend/utils.py' 2025-03-21T20:17:42.9607567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/backend' 2025-03-21T20:17:42.9607868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture/TARGETS' 2025-03-21T20:17:42.9608199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture/__init__.py' 2025-03-21T20:17:42.9608522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture/_capture.py' 2025-03-21T20:17:42.9608848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture/_config.py' 2025-03-21T20:17:42.9609166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture/_unlift.py' 2025-03-21T20:17:42.9609486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/capture' 2025-03-21T20:17:42.9609767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/common.py' 2025-03-21T20:17:42.9610079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/control_flow.py' 2025-03-21T20:17:42.9610363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/delegate.py' 2025-03-21T20:17:42.9610646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/delegate.pyi' 2025-03-21T20:17:42.9610961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/TARGETS' 2025-03-21T20:17:42.9611282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/__init__.py' 2025-03-21T20:17:42.9611600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/_ops.py' 2025-03-21T20:17:42.9611951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend/TARGETS' 2025-03-21T20:17:42.9612307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:17:42.9612685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend/test/TARGETS' 2025-03-21T20:17:42.9613130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:17:42.9613507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend/test' 2025-03-21T20:17:42.9613858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/backend' 2025-03-21T20:17:42.9614196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/TARGETS' 2025-03-21T20:17:42.9614526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:17:42.9614888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/arg/TARGETS' 2025-03-21T20:17:42.9615241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:17:42.9615656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:17:42.9616014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/arg' 2025-03-21T20:17:42.9616384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/dtype/TARGETS' 2025-03-21T20:17:42.9616756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:17:42.9617146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:17:42.9617520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:17:42.9617936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/dtype' 2025-03-21T20:17:42.9618291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:17:42.9618634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op/TARGETS' 2025-03-21T20:17:42.9619004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:17:42.9619391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:17:42.9619793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:17:42.9620166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op/test' 2025-03-21T20:17:42.9620522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/op' 2025-03-21T20:17:42.9620889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/spec/TARGETS' 2025-03-21T20:17:42.9621242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:17:42.9621614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:17:42.9621974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/spec' 2025-03-21T20:17:42.9622345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/test/TARGETS' 2025-03-21T20:17:42.9622769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:17:42.9623186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:17:42.9623569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge/test' 2025-03-21T20:17:42.9623905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/edge' 2025-03-21T20:17:42.9624250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/test/TARGETS' 2025-03-21T20:17:42.9624667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:17:42.9625010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects/test' 2025-03-21T20:17:42.9625323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dialects' 2025-03-21T20:17:42.9625729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dim_order_utils.py' 2025-03-21T20:17:42.9626040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/dynamic_shape.py' 2025-03-21T20:17:42.9626342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/TARGETS' 2025-03-21T20:17:42.9626646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/__init__.py' 2025-03-21T20:17:42.9627032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/_emit_program.py' 2025-03-21T20:17:42.9627352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/_emitter.py' 2025-03-21T20:17:42.9627679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/test/TARGETS' 2025-03-21T20:17:42.9628023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/test/test_emit.py' 2025-03-21T20:17:42.9628338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit/test' 2025-03-21T20:17:42.9628643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/emit' 2025-03-21T20:17:42.9628919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/error.py' 2025-03-21T20:17:42.9629283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/graph.py' 2025-03-21T20:17:42.9629588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/graph_module.py' 2025-03-21T20:17:42.9629945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/lowered_backend_module.py' 2025-03-21T20:17:42.9630233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/memory.py' 2025-03-21T20:17:42.9630551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/memory_planning.py' 2025-03-21T20:17:42.9630871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/TARGETS' 2025-03-21T20:17:42.9631193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/convert.py' 2025-03-21T20:17:42.9631522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/manip.py' 2025-03-21T20:17:42.9631907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/test/test_operator.py' 2025-03-21T20:17:42.9632257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/test' 2025-03-21T20:17:42.9632568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator/util.py' 2025-03-21T20:17:42.9632885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/operator' 2025-03-21T20:17:42.9633186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/pass_base.py' 2025-03-21T20:17:42.9633488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/pass_manager.py' 2025-03-21T20:17:42.9633798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/TARGETS' 2025-03-21T20:17:42.9634115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/__init__.py' 2025-03-21T20:17:42.9634573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:17:42.9634930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:17:42.9635302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:17:42.9635733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:17:42.9636120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:17:42.9636528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:17:42.9636954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:17:42.9637364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:17:42.9637754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:17:42.9638222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:17:42.9638665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:17:42.9639057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:17:42.9639456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:17:42.9639883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:17:42.9640249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/pass_registry.py' 2025-03-21T20:17:42.9640653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:17:42.9641943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:17:42.9642319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:17:42.9642749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:17:42.9643168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:17:42.9643546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:17:42.9643963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:17:42.9644458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:17:42.9644913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:17:42.9645315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:17:42.9645770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:17:42.9646159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:17:42.9646522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:17:42.9646896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:17:42.9647279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:17:42.9647677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:17:42.9647990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/passes' 2025-03-21T20:17:42.9648311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/print_program.py' 2025-03-21T20:17:42.9648614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/TARGETS' 2025-03-21T20:17:42.9648947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/__init__.py' 2025-03-21T20:17:42.9649296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/_fake_program.py' 2025-03-21T20:17:42.9649631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/_program.py' 2025-03-21T20:17:42.9649955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/test/TARGETS' 2025-03-21T20:17:42.9650310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/test/__init__.py' 2025-03-21T20:17:42.9650707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:17:42.9651080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/test/test_program.py' 2025-03-21T20:17:42.9651480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program/test' 2025-03-21T20:17:42.9651791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/program' 2025-03-21T20:17:42.9652098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/scalar_type.py' 2025-03-21T20:17:42.9652374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/schema.py' 2025-03-21T20:17:42.9652674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/TARGETS' 2025-03-21T20:17:42.9652985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/__init__.py' 2025-03-21T20:17:42.9653352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/export_serialize.py' 2025-03-21T20:17:42.9653733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/schema.py' 2025-03-21T20:17:42.9654082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/schema_check.py' 2025-03-21T20:17:42.9654415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/serialize.py' 2025-03-21T20:17:42.9654706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/union.py' 2025-03-21T20:17:42.9655028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde/upgrade.py' 2025-03-21T20:17:42.9655325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/serde' 2025-03-21T20:17:42.9655617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/sym_util.py' 2025-03-21T20:17:42.9655892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tensor.py' 2025-03-21T20:17:42.9656194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/TARGETS' 2025-03-21T20:17:42.9656516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/asr_joiner.py' 2025-03-21T20:17:42.9656820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/common.py' 2025-03-21T20:17:42.9657200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/control_flow_models.py' 2025-03-21T20:17:42.9657572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:17:42.9657883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/models.py' 2025-03-21T20:17:42.9658243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:17:42.9658586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_capture.py' 2025-03-21T20:17:42.9658907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_common.py' 2025-03-21T20:17:42.9659253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_delegate.py' 2025-03-21T20:17:42.9659628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:17:42.9660054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:17:42.9660385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_error.py' 2025-03-21T20:17:42.9660737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:17:42.9661059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_lib.cpp' 2025-03-21T20:17:42.9661465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:17:42.9661911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:17:42.9662373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:17:42.9662810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:17:42.9663154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_op_convert.py' 2025-03-21T20:17:42.9663496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:17:42.9663832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_passes.py' 2025-03-21T20:17:42.9664194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_print_program.py' 2025-03-21T20:17:42.9664623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:17:42.9665056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:17:42.9665525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_quantization.py' 2025-03-21T20:17:42.9665914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:17:42.9666303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:17:42.9666624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_serde.py' 2025-03-21T20:17:42.9666951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_tensor.py' 2025-03-21T20:17:42.9667289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_tracer.py' 2025-03-21T20:17:42.9667645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_verification.py' 2025-03-21T20:17:42.9667996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/test_warnings.py' 2025-03-21T20:17:42.9668321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests/transformer.py' 2025-03-21T20:17:42.9668636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tests' 2025-03-21T20:17:42.9668914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/tracer.py' 2025-03-21T20:17:42.9669202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/types.py' 2025-03-21T20:17:42.9669527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/TARGETS' 2025-03-21T20:17:42.9669901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/arg_validator.py' 2025-03-21T20:17:42.9670268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/bindings.cpp' 2025-03-21T20:17:42.9670614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/dev_html.py' 2025-03-21T20:17:42.9670992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/interpreter.py' 2025-03-21T20:17:42.9671395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:17:42.9671762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/test' 2025-03-21T20:17:42.9672108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification/verifier.py' 2025-03-21T20:17:42.9672448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/verification' 2025-03-21T20:17:42.9672726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/version.py' 2025-03-21T20:17:42.9672996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/exir/wrap.py' 2025-03-21T20:17:42.9673284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/exir' 2025-03-21T20:17:42.9673838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/.gitignore' 2025-03-21T20:17:42.9674166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/BUCK' 2025-03-21T20:17:42.9674684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/CMakeLists.txt' 2025-03-21T20:17:42.9675022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/TARGETS' 2025-03-21T20:17:42.9675372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/build.gradle' 2025-03-21T20:17:42.9675796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradle/libs.versions.toml' 2025-03-21T20:17:42.9676282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:17:42.9676871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:17:42.9677294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradle/wrapper' 2025-03-21T20:17:42.9677662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradle' 2025-03-21T20:17:42.9677997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradlew' 2025-03-21T20:17:42.9678341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/gradlew.bat' 2025-03-21T20:17:42.9678680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/BUCK' 2025-03-21T20:17:42.9679023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/TARGETS' 2025-03-21T20:17:42.9679411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/jni_layer.cpp' 2025-03-21T20:17:42.9679834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/jni_layer_constants.h' 2025-03-21T20:17:42.9680240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/jni_layer_llama.cpp' 2025-03-21T20:17:42.9680598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/log.cpp' 2025-03-21T20:17:42.9680929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni/log.h' 2025-03-21T20:17:42.9681296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/jni' 2025-03-21T20:17:42.9681668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/settings.gradle' 2025-03-21T20:17:42.9682231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/DType.java' 2025-03-21T20:17:42.9682787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/EValue.java' 2025-03-21T20:17:42.9683371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/Module.java' 2025-03-21T20:17:42.9683958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/NativePeer.java' 2025-03-21T20:17:42.9684518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/Tensor.java' 2025-03-21T20:17:42.9685182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/annotations/Experimental.java' 2025-03-21T20:17:42.9685780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/annotations' 2025-03-21T20:17:42.9686456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm/LlmCallback.java' 2025-03-21T20:17:42.9687113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java' 2025-03-21T20:17:42.9687785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm' 2025-03-21T20:17:42.9688366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension' 2025-03-21T20:17:42.9688901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch/executorch' 2025-03-21T20:17:42.9689373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org/pytorch' 2025-03-21T20:17:42.9689802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java/org' 2025-03-21T20:17:42.9690257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main/java' 2025-03-21T20:17:42.9690641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src/main' 2025-03-21T20:17:42.9690999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android/src' 2025-03-21T20:17:42.9691341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android' 2025-03-21T20:17:42.9691706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/.gitignore' 2025-03-21T20:17:42.9692056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/TARGETS' 2025-03-21T20:17:42.9692448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/add_model.py' 2025-03-21T20:17:42.9692823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/build.gradle' 2025-03-21T20:17:42.9693242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle.properties' 2025-03-21T20:17:42.9693693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle/libs.versions.toml' 2025-03-21T20:17:42.9694194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:17:42.9694718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:17:42.9695160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle/wrapper' 2025-03-21T20:17:42.9695548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradle' 2025-03-21T20:17:42.9695898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradlew' 2025-03-21T20:17:42.9696287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/gradlew.bat' 2025-03-21T20:17:42.9696677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/settings.gradle' 2025-03-21T20:17:42.9697049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/setup.sh' 2025-03-21T20:17:42.9697803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/LlamaModuleInstrumentationTest.java' 2025-03-21T20:17:42.9698546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/ModuleInstrumentationTest.java' 2025-03-21T20:17:42.9699124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch' 2025-03-21T20:17:42.9699662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java/org/pytorch' 2025-03-21T20:17:42.9700147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java/org' 2025-03-21T20:17:42.9700674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/java' 2025-03-21T20:17:42.9701160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/resources/test.txt' 2025-03-21T20:17:42.9701659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest/resources' 2025-03-21T20:17:42.9702095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/androidTest' 2025-03-21T20:17:42.9702555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/main/AndroidManifest.xml' 2025-03-21T20:17:42.9703025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/main' 2025-03-21T20:17:42.9703613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch/EValueTest.java' 2025-03-21T20:17:42.9704214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch/TensorTest.java' 2025-03-21T20:17:42.9704751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch' 2025-03-21T20:17:42.9705254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java/org/pytorch' 2025-03-21T20:17:42.9705827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java/org' 2025-03-21T20:17:42.9706273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test/java' 2025-03-21T20:17:42.9706679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src/test' 2025-03-21T20:17:42.9707070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test/src' 2025-03-21T20:17:42.9707431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/android_test' 2025-03-21T20:17:42.9707784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/.clang-format' 2025-03-21T20:17:42.9708154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/CMakeLists.txt' 2025-03-21T20:17:42.9708607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorch.h' 2025-03-21T20:17:42.9709103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.h' 2025-03-21T20:17:42.9709591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.m' 2025-03-21T20:17:42.9710077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.h' 2025-03-21T20:17:42.9710554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.mm' 2025-03-21T20:17:42.9711058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.h' 2025-03-21T20:17:42.9711549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.mm' 2025-03-21T20:17:42.9712046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.h' 2025-03-21T20:17:42.9712540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.mm' 2025-03-21T20:17:42.9713024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.h' 2025-03-21T20:17:42.9713597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.m' 2025-03-21T20:17:42.9714071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported/module.modulemap' 2025-03-21T20:17:42.9714514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/Exported' 2025-03-21T20:17:42.9714892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/TARGETS' 2025-03-21T20:17:42.9715379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__/ModuleTest.swift' 2025-03-21T20:17:42.9715901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__/TensorTest.swift' 2025-03-21T20:17:42.9716376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__/ValueTest.swift' 2025-03-21T20:17:42.9716856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__/resources/add.pte' 2025-03-21T20:17:42.9717348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__/resources' 2025-03-21T20:17:42.9717779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch/__tests__' 2025-03-21T20:17:42.9718154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecuTorch' 2025-03-21T20:17:42.9718994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.h' 2025-03-21T20:17:42.9719823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.mm' 2025-03-21T20:17:42.9720623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.h' 2025-03-21T20:17:42.9721414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.mm' 2025-03-21T20:17:42.9722103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data' 2025-03-21T20:17:42.9722865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.h' 2025-03-21T20:17:42.9723647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.mm' 2025-03-21T20:17:42.9724289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported' 2025-03-21T20:17:42.9725098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeEngineTests.mm' 2025-03-21T20:17:42.9725885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeValueTests.mm' 2025-03-21T20:17:42.9726544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__' 2025-03-21T20:17:42.9727136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge' 2025-03-21T20:17:42.9727603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/ExecutorchRuntimeBridge' 2025-03-21T20:17:42.9728408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeTensorValueBridging.swift' 2025-03-21T20:17:42.9729089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeValueError.swift' 2025-03-21T20:17:42.9729633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore' 2025-03-21T20:17:42.9730065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/RuntimeBridgingCore' 2025-03-21T20:17:42.9730396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple/TARGETS' 2025-03-21T20:17:42.9730844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/apple' 2025-03-21T20:17:42.9731193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/TARGETS' 2025-03-21T20:17:42.9731577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/aten_bridge.cpp' 2025-03-21T20:17:42.9731978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/aten_bridge.h' 2025-03-21T20:17:42.9732456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/make_aten_functor_from_et_functor.h' 2025-03-21T20:17:42.9732825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/targets.bzl' 2025-03-21T20:17:42.9733184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/test/TARGETS' 2025-03-21T20:17:42.9733629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/test/aten_bridge_test.cpp' 2025-03-21T20:17:42.9734172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/test/make_aten_functor_from_et_functor_test.cpp' 2025-03-21T20:17:42.9734559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/test/targets.bzl' 2025-03-21T20:17:42.9734937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util/test' 2025-03-21T20:17:42.9735277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/aten_util' 2025-03-21T20:17:42.9735634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/README.md' 2025-03-21T20:17:42.9736082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/.gitignore' 2025-03-21T20:17:42.9736536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/README.md' 2025-03-21T20:17:42.9737172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2' 2025-03-21T20:17:42.9737666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/.gitignore' 2025-03-21T20:17:42.9738177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/build.gradle.kts' 2025-03-21T20:17:42.9738696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/proguard-rules.pro' 2025-03-21T20:17:42.9739564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch/minibench/ExampleInstrumentedTest.java' 2025-03-21T20:17:42.9740268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch/minibench' 2025-03-21T20:17:42.9740926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch' 2025-03-21T20:17:42.9741582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org' 2025-03-21T20:17:42.9742164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java' 2025-03-21T20:17:42.9742710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest' 2025-03-21T20:17:42.9743298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/AndroidManifest.xml' 2025-03-21T20:17:42.9744067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkActivity.java' 2025-03-21T20:17:42.9744881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkMetric.java' 2025-03-21T20:17:42.9745767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/LlmBenchmarkActivity.java' 2025-03-21T20:17:42.9746511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunner.java' 2025-03-21T20:17:42.9747292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunnerCallback.java' 2025-03-21T20:17:42.9747967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench' 2025-03-21T20:17:42.9748575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch' 2025-03-21T20:17:42.9749139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org' 2025-03-21T20:17:42.9749675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/java' 2025-03-21T20:17:42.9750259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/colors.xml' 2025-03-21T20:17:42.9750868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/strings.xml' 2025-03-21T20:17:42.9751450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/themes.xml' 2025-03-21T20:17:42.9752029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values' 2025-03-21T20:17:42.9752556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main/res' 2025-03-21T20:17:42.9753075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/main' 2025-03-21T20:17:42.9753834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch/minibench/ExampleUnitTest.java' 2025-03-21T20:17:42.9754507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch/minibench' 2025-03-21T20:17:42.9755110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch' 2025-03-21T20:17:42.9755674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org' 2025-03-21T20:17:42.9756206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test/java' 2025-03-21T20:17:42.9756785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src/test' 2025-03-21T20:17:42.9757268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app/src' 2025-03-21T20:17:42.9757723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/app' 2025-03-21T20:17:42.9758216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/build.gradle.kts' 2025-03-21T20:17:42.9758754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradle.properties' 2025-03-21T20:17:42.9759352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:17:42.9759984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:17:42.9760515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper' 2025-03-21T20:17:42.9761036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradle' 2025-03-21T20:17:42.9761484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradlew' 2025-03-21T20:17:42.9761938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/gradlew.bat' 2025-03-21T20:17:42.9762453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/settings.gradle.kts' 2025-03-21T20:17:42.9763069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml' 2025-03-21T20:17:42.9763591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark/llama_xnnpack_q8.json' 2025-03-21T20:17:42.9764023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android/benchmark' 2025-03-21T20:17:42.9764404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/android' 2025-03-21T20:17:42.9764817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/.clang-format' 2025-03-21T20:17:42.9765312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/App/App.entitlements' 2025-03-21T20:17:42.9765784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/App/App.swift' 2025-03-21T20:17:42.9766230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/App' 2025-03-21T20:17:42.9766833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj' 2025-03-21T20:17:42.9767556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes/Benchmark.xcscheme' 2025-03-21T20:17:42.9768236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:17:42.9768847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata' 2025-03-21T20:17:42.9769399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj' 2025-03-21T20:17:42.9769896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/README.md' 2025-03-21T20:17:42.9770394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Resources/README.md' 2025-03-21T20:17:42.9770874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Resources' 2025-03-21T20:17:42.9771409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.h' 2025-03-21T20:17:42.9771953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.m' 2025-03-21T20:17:42.9772556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.h' 2025-03-21T20:17:42.9773110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.m' 2025-03-21T20:17:42.9773797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/TestUtils' 2025-03-21T20:17:42.9774311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/CoreMLTests.mm' 2025-03-21T20:17:42.9774808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/GenericTests.mm' 2025-03-21T20:17:42.9775342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA/LLaMATests.mm' 2025-03-21T20:17:42.9775830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA' 2025-03-21T20:17:42.9776342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xcconfig' 2025-03-21T20:17:42.9776846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xctestplan' 2025-03-21T20:17:42.9777305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/Tests' 2025-03-21T20:17:42.9777988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark/default-ios-device-farm-appium-test-spec.yml.j2' 2025-03-21T20:17:42.9778417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple/Benchmark' 2025-03-21T20:17:42.9778802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark/apple' 2025-03-21T20:17:42.9779143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/benchmark' 2025-03-21T20:17:42.9779547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/CMakeLists.txt' 2025-03-21T20:17:42.9779892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/TARGETS' 2025-03-21T20:17:42.9780322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/buffer_data_loader.h' 2025-03-21T20:17:42.9780733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/file_data_loader.cpp' 2025-03-21T20:17:42.9781147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/file_data_loader.h' 2025-03-21T20:17:42.9781616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/file_descriptor_data_loader.cpp' 2025-03-21T20:17:42.9782073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/file_descriptor_data_loader.h' 2025-03-21T20:17:42.9782431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/mman.h' 2025-03-21T20:17:42.9782824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/mman_windows.cpp' 2025-03-21T20:17:42.9783400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/mman_windows.h' 2025-03-21T20:17:42.9783811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/mmap_data_loader.cpp' 2025-03-21T20:17:42.9784243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/mmap_data_loader.h' 2025-03-21T20:17:42.9784693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/shared_ptr_data_loader.h' 2025-03-21T20:17:42.9785102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/targets.bzl' 2025-03-21T20:17:42.9785566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/CMakeLists.txt' 2025-03-21T20:17:42.9786019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/TARGETS' 2025-03-21T20:17:42.9786505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/buffer_data_loader_test.cpp' 2025-03-21T20:17:42.9786968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/file_data_loader_test.cpp' 2025-03-21T20:17:42.9787489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/file_descriptor_data_loader_test.cpp' 2025-03-21T20:17:42.9787946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/mmap_data_loader_test.cpp' 2025-03-21T20:17:42.9788444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/shared_ptr_data_loader_test.cpp' 2025-03-21T20:17:42.9788836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test/targets.bzl' 2025-03-21T20:17:42.9789224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader/test' 2025-03-21T20:17:42.9789583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/data_loader' 2025-03-21T20:17:42.9789943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/TARGETS' 2025-03-21T20:17:42.9790335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/print_evalue.cpp' 2025-03-21T20:17:42.9790715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/print_evalue.h' 2025-03-21T20:17:42.9791091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/targets.bzl' 2025-03-21T20:17:42.9791497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/test/CMakeLists.txt' 2025-03-21T20:17:42.9791881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/test/TARGETS' 2025-03-21T20:17:42.9792325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/test/print_evalue_test.cpp' 2025-03-21T20:17:42.9792731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/test/targets.bzl' 2025-03-21T20:17:42.9793101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util/test' 2025-03-21T20:17:42.9793469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/evalue_util' 2025-03-21T20:17:42.9793815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/export_util/TARGETS' 2025-03-21T20:17:42.9794184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/export_util/__init__.py' 2025-03-21T20:17:42.9794551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/export_util/utils.py' 2025-03-21T20:17:42.9794909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/export_util' 2025-03-21T20:17:42.9795306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/CMakeLists.txt' 2025-03-21T20:17:42.9795716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/README.md' 2025-03-21T20:17:42.9796071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/TARGETS' 2025-03-21T20:17:42.9796435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:17:42.9796881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/flat_tensor_data_map.cpp' 2025-03-21T20:17:42.9797302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/flat_tensor_data_map.h' 2025-03-21T20:17:42.9797750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/CMakeLists.txt' 2025-03-21T20:17:42.9798208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/TARGETS' 2025-03-21T20:17:42.9798627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:17:42.9799078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:17:42.9799549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.cpp' 2025-03-21T20:17:42.9800021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.h' 2025-03-21T20:17:42.9800487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:17:42.9800939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:17:42.9801371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/serialize.cpp' 2025-03-21T20:17:42.9801803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/serialize.h' 2025-03-21T20:17:42.9802225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:17:42.9802641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize/targets.bzl' 2025-03-21T20:17:42.9803055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/serialize' 2025-03-21T20:17:42.9803420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/targets.bzl' 2025-03-21T20:17:42.9803841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/CMakeLists.txt' 2025-03-21T20:17:42.9804212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/TARGETS' 2025-03-21T20:17:42.9804701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/flat_tensor_data_map_test.cpp' 2025-03-21T20:17:42.9805173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/flat_tensor_header_test.cpp' 2025-03-21T20:17:42.9805575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/targets.bzl' 2025-03-21T20:17:42.9806001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/test_serialize.cpp' 2025-03-21T20:17:42.9806432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:17:42.9806801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor/test' 2025-03-21T20:17:42.9807158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/flat_tensor' 2025-03-21T20:17:42.9807511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/README.md' 2025-03-21T20:17:42.9807945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:17:42.9808318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/converter.py' 2025-03-21T20:17:42.9808763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:17:42.9809166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/converters' 2025-03-21T20:17:42.9809580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/install_requirements.sh' 2025-03-21T20:17:42.9809953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:17:42.9810343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/gguf_util' 2025-03-21T20:17:42.9810699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/README.md' 2025-03-21T20:17:42.9811055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/TARGETS' 2025-03-21T20:17:42.9811532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:17:42.9811947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:17:42.9812311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/targets.bzl' 2025-03-21T20:17:42.9812727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/test/CMakeLists.txt' 2025-03-21T20:17:42.9813098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/test/TARGETS' 2025-03-21T20:17:42.9813642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/test/make_boxed_from_unboxed_functor_test.cpp' 2025-03-21T20:17:42.9814038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/test/targets.bzl' 2025-03-21T20:17:42.9814423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/test' 2025-03-21T20:17:42.9814786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:17:42.9815140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/kernel_util' 2025-03-21T20:17:42.9815471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/README.md' 2025-03-21T20:17:42.9815870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/CMakeLists.txt' 2025-03-21T20:17:42.9816251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/TARGETS' 2025-03-21T20:17:42.9816634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:17:42.9817041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:17:42.9817452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:17:42.9817868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_fallback.cpp' 2025-03-21T20:17:42.9818262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_fallback.h' 2025-03-21T20:17:42.9818740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp' 2025-03-21T20:17:42.9819221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.h' 2025-03-21T20:17:42.9819725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform_aten.cpp' 2025-03-21T20:17:42.9820171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_sdpa.cpp' 2025-03-21T20:17:42.9820543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_sdpa.h' 2025-03-21T20:17:42.9820956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_sdpa_aot.cpp' 2025-03-21T20:17:42.9821359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_sdpa_test.cpp' 2025-03-21T20:17:42.9821845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_sdpa_with_kv_cache_test.cpp' 2025-03-21T20:17:42.9822307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_tile_crop.cpp' 2025-03-21T20:17:42.9822713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_tile_crop.h' 2025-03-21T20:17:42.9823178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.cpp' 2025-03-21T20:17:42.9823657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:17:42.9824100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_tile_crop_test.cpp' 2025-03-21T20:17:42.9824523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_update_cache.cpp' 2025-03-21T20:17:42.9824947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/op_update_cache.h' 2025-03-21T20:17:42.9825399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:17:42.9825923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/README.md' 2025-03-21T20:17:42.9826342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/TARGETS' 2025-03-21T20:17:42.9826871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.cpp' 2025-03-21T20:17:42.9827376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h' 2025-03-21T20:17:42.9827934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h' 2025-03-21T20:17:42.9828451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:17:42.9828893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/targets.bzl' 2025-03-21T20:17:42.9829384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/CMakeLists.txt' 2025-03-21T20:17:42.9829828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/TARGETS' 2025-03-21T20:17:42.9830480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h' 2025-03-21T20:17:42.9831039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test.cpp' 2025-03-21T20:17:42.9831657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test_impl.cpp' 2025-03-21T20:17:42.9832238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test_impl.h' 2025-03-21T20:17:42.9832823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/op_fast_hadamard_transform_test.cpp' 2025-03-21T20:17:42.9833343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test/targets.bzl' 2025-03-21T20:17:42.9833800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/test' 2025-03-21T20:17:42.9834342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeLists.txt' 2025-03-21T20:17:42.9834852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/LICENSE.md' 2025-03-21T20:17:42.9835370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/Makefile' 2025-03-21T20:17:42.9835930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/README.md' 2025-03-21T20:17:42.9836442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/TARGETS' 2025-03-21T20:17:42.9836957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/dumb_fht.c' 2025-03-21T20:17:42.9837483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/dumb_fht.h' 2025-03-21T20:17:42.9837992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:17:42.9838533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fast_copy.c' 2025-03-21T20:17:42.9839044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fast_copy.h' 2025-03-21T20:17:42.9839544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht.c' 2025-03-21T20:17:42.9840035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht.h' 2025-03-21T20:17:42.9840552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_avx.c' 2025-03-21T20:17:42.9841059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_impl.h' 2025-03-21T20:17:42.9841577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_neon.c' 2025-03-21T20:17:42.9842098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_sse.c' 2025-03-21T20:17:42.9842596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:17:42.9843171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_avx.txt' 2025-03-21T20:17:42.9843735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_neon.txt' 2025-03-21T20:17:42.9844304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_sse.txt' 2025-03-21T20:17:42.9844867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/Makefile' 2025-03-21T20:17:42.9845482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/run_double.cpp' 2025-03-21T20:17:42.9846078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/run_float.cpp' 2025-03-21T20:17:42.9846709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements' 2025-03-21T20:17:42.9847222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/targets.bzl' 2025-03-21T20:17:42.9847768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/test_double.c' 2025-03-21T20:17:42.9848289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/test_float.c' 2025-03-21T20:17:42.9848801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT' 2025-03-21T20:17:42.9849352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant/third-party' 2025-03-21T20:17:42.9849772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/spinquant' 2025-03-21T20:17:42.9850170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/targets.bzl' 2025-03-21T20:17:42.9850643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:17:42.9851112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:17:42.9851541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:17:42.9851917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/custom_ops' 2025-03-21T20:17:42.9852262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/TARGETS' 2025-03-21T20:17:42.9852638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/__init__.py' 2025-03-21T20:17:42.9852998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/builder.py' 2025-03-21T20:17:42.9853387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/export_passes.py' 2025-03-21T20:17:42.9853798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:17:42.9854185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:17:42.9854562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/targets.bzl' 2025-03-21T20:17:42.9854979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:17:42.9855345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/export' 2025-03-21T20:17:42.9855703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/README.md' 2025-03-21T20:17:42.9856063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/TARGETS' 2025-03-21T20:17:42.9856435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/__init__.py' 2025-03-21T20:17:42.9856870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:17:42.9857261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/attention.py' 2025-03-21T20:17:42.9857631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:17:42.9858035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:17:42.9858469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:17:42.9858902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:17:42.9859441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:17:42.9859832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules/test' 2025-03-21T20:17:42.9860186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/modules' 2025-03-21T20:17:42.9860580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/CMakeLists.txt' 2025-03-21T20:17:42.9860918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/TARGETS' 2025-03-21T20:17:42.9861309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/image.h' 2025-03-21T20:17:42.9861713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/image_prefiller.h' 2025-03-21T20:17:42.9862064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/irunner.h' 2025-03-21T20:17:42.9862479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/multimodal_runner.h' 2025-03-21T20:17:42.9862814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/stats.h' 2025-03-21T20:17:42.9863185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/targets.bzl' 2025-03-21T20:17:42.9863609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/text_decoder_runner.cpp' 2025-03-21T20:17:42.9864033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/text_decoder_runner.h' 2025-03-21T20:17:42.9864432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/text_prefiller.cpp' 2025-03-21T20:17:42.9864820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/text_prefiller.h' 2025-03-21T20:17:42.9865252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/text_token_generator.h' 2025-03-21T20:17:42.9865686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner/util.h' 2025-03-21T20:17:42.9866047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/runner' 2025-03-21T20:17:42.9866394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/TARGETS' 2025-03-21T20:17:42.9866779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/sampler.cpp' 2025-03-21T20:17:42.9867134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/sampler.h' 2025-03-21T20:17:42.9867533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/targets.bzl' 2025-03-21T20:17:42.9867904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/test/TARGETS' 2025-03-21T20:17:42.9868303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/test/targets.bzl' 2025-03-21T20:17:42.9868740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/test/test_sampler.cpp' 2025-03-21T20:17:42.9869112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler/test' 2025-03-21T20:17:42.9869477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/sampler' 2025-03-21T20:17:42.9869872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/CMakeLists.txt' 2025-03-21T20:17:42.9870243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/TARGETS' 2025-03-21T20:17:42.9870622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:17:42.9871080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/base64.h' 2025-03-21T20:17:42.9871493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/bpe_tokenizer.cpp' 2025-03-21T20:17:42.9871892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/bpe_tokenizer.h' 2025-03-21T20:17:42.9872307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:17:42.9872736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/string_integer_map.h' 2025-03-21T20:17:42.9873129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/targets.bzl' 2025-03-21T20:17:42.9873923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/CMakeLists.txt' 2025-03-21T20:17:42.9874330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/TARGETS' 2025-03-21T20:17:42.9874856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:17:42.9875461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_invalid_base64.model' 2025-03-21T20:17:42.9876035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_invalid_rank.model' 2025-03-21T20:17:42.9876604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_no_space.model' 2025-03-21T20:17:42.9877166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:17:42.9877608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/resources' 2025-03-21T20:17:42.9878032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/targets.bzl' 2025-03-21T20:17:42.9878499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/test_bpe_tokenizer.cpp' 2025-03-21T20:17:42.9879004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/test_string_integer_map.cpp' 2025-03-21T20:17:42.9879443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:17:42.9879897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:17:42.9880307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/test' 2025-03-21T20:17:42.9880703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/tiktoken.cpp' 2025-03-21T20:17:42.9881080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/tiktoken.h' 2025-03-21T20:17:42.9881473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/tokenizer.h' 2025-03-21T20:17:42.9881857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:17:42.9882218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:17:42.9882597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizer' 2025-03-21T20:17:42.9882964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm/tokenizers' 2025-03-21T20:17:42.9883299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/llm' 2025-03-21T20:17:42.9883669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/TARGETS' 2025-03-21T20:17:42.9884219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/malloc_memory_allocator.h' 2025-03-21T20:17:42.9884608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/targets.bzl' 2025-03-21T20:17:42.9885056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/test/CMakeLists.txt' 2025-03-21T20:17:42.9885453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/test/TARGETS' 2025-03-21T20:17:42.9885969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/test/malloc_memory_allocator_test.cpp' 2025-03-21T20:17:42.9886560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/test/targets.bzl' 2025-03-21T20:17:42.9886958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator/test' 2025-03-21T20:17:42.9887343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/memory_allocator' 2025-03-21T20:17:42.9887700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/CMakeLists.txt' 2025-03-21T20:17:42.9888032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/TARGETS' 2025-03-21T20:17:42.9888364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/module.cpp' 2025-03-21T20:17:42.9888702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/module.h' 2025-03-21T20:17:42.9889039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/targets.bzl' 2025-03-21T20:17:42.9889425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/CMakeLists.txt' 2025-03-21T20:17:42.9889781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/TARGETS' 2025-03-21T20:17:42.9890167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/module_test.cpp' 2025-03-21T20:17:42.9890586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/resources/README.md' 2025-03-21T20:17:42.9890984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/resources/add.pte' 2025-03-21T20:17:42.9891411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/resources/linear.ptd' 2025-03-21T20:17:42.9891827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/resources/linear.pte' 2025-03-21T20:17:42.9892235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/resources' 2025-03-21T20:17:42.9892604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test/targets.bzl' 2025-03-21T20:17:42.9892966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module/test' 2025-03-21T20:17:42.9893294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/module' 2025-03-21T20:17:42.9893623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/parallel/TARGETS' 2025-03-21T20:17:42.9893992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/parallel/targets.bzl' 2025-03-21T20:17:42.9894374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/parallel/thread_parallel.h' 2025-03-21T20:17:42.9894723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/parallel' 2025-03-21T20:17:42.9895074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/README.md' 2025-03-21T20:17:42.9895426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/TARGETS' 2025-03-21T20:17:42.9895811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:17:42.9896258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/pybindings.cpp' 2025-03-21T20:17:42.9896641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:17:42.9897009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/test/TARGETS' 2025-03-21T20:17:42.9897413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:17:42.9897877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:17:42.9898372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:17:42.9898744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings/test' 2025-03-21T20:17:42.9899108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pybindings' 2025-03-21T20:17:42.9899430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/TARGETS' 2025-03-21T20:17:42.9899779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/__init__.py' 2025-03-21T20:17:42.9900150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/TARGETS' 2025-03-21T20:17:42.9900562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/ivalue_util.cpp' 2025-03-21T20:17:42.9900976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/ivalue_util.h' 2025-03-21T20:17:42.9901368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/targets.bzl' 2025-03-21T20:17:42.9902018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/test/TARGETS' 2025-03-21T20:17:42.9902494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/test/ivalue_util_test.cpp' 2025-03-21T20:17:42.9902924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/test/targets.bzl' 2025-03-21T20:17:42.9903325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util/test' 2025-03-21T20:17:42.9903713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/aten_util' 2025-03-21T20:17:42.9904070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/function_ref.h' 2025-03-21T20:17:42.9904431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/pybindings.cpp' 2025-03-21T20:17:42.9904778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/pytree.h' 2025-03-21T20:17:42.9905119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/targets.bzl' 2025-03-21T20:17:42.9905579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test/CMakeLists.txt' 2025-03-21T20:17:42.9905925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test/TARGETS' 2025-03-21T20:17:42.9906359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test/function_ref_test.cpp' 2025-03-21T20:17:42.9906705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test/test.py' 2025-03-21T20:17:42.9907103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test/test_pytree.cpp' 2025-03-21T20:17:42.9907457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree/test' 2025-03-21T20:17:42.9907802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/pytree' 2025-03-21T20:17:42.9908263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/CMakeLists.txt' 2025-03-21T20:17:42.9908613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/TARGETS' 2025-03-21T20:17:42.9908989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/inputs.cpp' 2025-03-21T20:17:42.9909340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/inputs.h' 2025-03-21T20:17:42.9909738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/inputs_aten.cpp' 2025-03-21T20:17:42.9910144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/inputs_portable.cpp' 2025-03-21T20:17:42.9910578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/targets.bzl' 2025-03-21T20:17:42.9910984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/test/CMakeLists.txt' 2025-03-21T20:17:42.9911367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/test/TARGETS' 2025-03-21T20:17:42.9911774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/test/inputs_test.cpp' 2025-03-21T20:17:42.9912163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/test/targets.bzl' 2025-03-21T20:17:42.9912543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util/test' 2025-03-21T20:17:42.9912892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/runner_util' 2025-03-21T20:17:42.9913260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/CMakeLists.txt' 2025-03-21T20:17:42.9913587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/TARGETS' 2025-03-21T20:17:42.9913936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/targets.bzl' 2025-03-21T20:17:42.9914262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor.h' 2025-03-21T20:17:42.9914646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:17:42.9914998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor_ptr.cpp' 2025-03-21T20:17:42.9915345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:17:42.9915744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor_ptr_maker.cpp' 2025-03-21T20:17:42.9916121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:17:42.9916517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/CMakeLists.txt' 2025-03-21T20:17:42.9916859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/TARGETS' 2025-03-21T20:17:42.9917241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/targets.bzl' 2025-03-21T20:17:42.9917677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/tensor_accessor_test.cpp' 2025-03-21T20:17:42.9918125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/tensor_ptr_maker_test.cpp' 2025-03-21T20:17:42.9918531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test/tensor_ptr_test.cpp' 2025-03-21T20:17:42.9918881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor/test' 2025-03-21T20:17:42.9919215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/tensor' 2025-03-21T20:17:42.9919566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/TARGETS' 2025-03-21T20:17:42.9920016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/targets.bzl' 2025-03-21T20:17:42.9920382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/temp_file.h' 2025-03-21T20:17:42.9920767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/test/TARGETS' 2025-03-21T20:17:42.9921160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/test/targets.bzl' 2025-03-21T20:17:42.9921601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/test/temp_file_test.cpp' 2025-03-21T20:17:42.9921977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util/test' 2025-03-21T20:17:42.9922381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/testing_util' 2025-03-21T20:17:42.9922773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/CMakeLists.txt' 2025-03-21T20:17:42.9923115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/TARGETS' 2025-03-21T20:17:42.9923522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/cpuinfo_utils.cpp' 2025-03-21T20:17:42.9923902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:17:42.9924277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/targets.bzl' 2025-03-21T20:17:42.9924682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test/CMakeLists.txt' 2025-03-21T20:17:42.9925060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test/TARGETS' 2025-03-21T20:17:42.9925449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test/targets.bzl' 2025-03-21T20:17:42.9925918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test/thread_parallel_test.cpp' 2025-03-21T20:17:42.9926356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test/threadpool_test.cpp' 2025-03-21T20:17:42.9926727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/test' 2025-03-21T20:17:42.9927143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/thread_parallel.cpp' 2025-03-21T20:17:42.9927525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/threadpool.cpp' 2025-03-21T20:17:42.9927905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:17:42.9928318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/threadpool_guard.cpp' 2025-03-21T20:17:42.9928729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:17:42.9929082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/threadpool' 2025-03-21T20:17:42.9929463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/CMakeLists.txt' 2025-03-21T20:17:42.9929803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/README.md' 2025-03-21T20:17:42.9930130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/TARGETS' 2025-03-21T20:17:42.9930498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/__init__.py' 2025-03-21T20:17:42.9930894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/TARGETS' 2025-03-21T20:17:42.9931350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:17:42.9931753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:17:42.9932240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/targets.bzl' 2025-03-21T20:17:42.9932665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/test/TARGETS' 2025-03-21T20:17:42.9933137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:17:42.9933563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/test' 2025-03-21T20:17:42.9933972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR/train.cpp' 2025-03-21T20:17:42.9934502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples/XOR' 2025-03-21T20:17:42.9934881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/examples' 2025-03-21T20:17:42.9935271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/TARGETS' 2025-03-21T20:17:42.9935700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/state_dict_util.cpp' 2025-03-21T20:17:42.9936126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/state_dict_util.h' 2025-03-21T20:17:42.9936512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/targets.bzl' 2025-03-21T20:17:42.9936913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/test/TARGETS' 2025-03-21T20:17:42.9937396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/test/state_dict_util_test.cpp' 2025-03-21T20:17:42.9937830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/test/targets.bzl' 2025-03-21T20:17:42.9938313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/test/training_module_test.cpp' 2025-03-21T20:17:42.9938711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/test' 2025-03-21T20:17:42.9939160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/training_module.cpp' 2025-03-21T20:17:42.9939578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module/training_module.h' 2025-03-21T20:17:42.9939962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/module' 2025-03-21T20:17:42.9940345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/TARGETS' 2025-03-21T20:17:42.9940747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/sgd.cpp' 2025-03-21T20:17:42.9941119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/sgd.h' 2025-03-21T20:17:42.9941541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/targets.bzl' 2025-03-21T20:17:42.9941951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/test/TARGETS' 2025-03-21T20:17:42.9942389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/test/sgd_test.cpp' 2025-03-21T20:17:42.9942835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/test/targets.bzl' 2025-03-21T20:17:42.9943247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer/test' 2025-03-21T20:17:42.9943646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/optimizer' 2025-03-21T20:17:42.9944038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/TARGETS' 2025-03-21T20:17:42.9944550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/_training_lib.cpp' 2025-03-21T20:17:42.9944993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:17:42.9945554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:17:42.9945970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/targets.bzl' 2025-03-21T20:17:42.9946400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/test/TARGETS' 2025-03-21T20:17:42.9946819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:17:42.9947296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings/test' 2025-03-21T20:17:42.9947710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/pybindings' 2025-03-21T20:17:42.9948064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/targets.bzl' 2025-03-21T20:17:42.9948434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/test/TARGETS' 2025-03-21T20:17:42.9948815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/test/targets.bzl' 2025-03-21T20:17:42.9949268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/test/training_loop_test.cpp' 2025-03-21T20:17:42.9949630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training/test' 2025-03-21T20:17:42.9949982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension/training' 2025-03-21T20:17:42.9950279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/extension' 2025-03-21T20:17:42.9950597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/install_executorch.bat' 2025-03-21T20:17:42.9950918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/install_executorch.py' 2025-03-21T20:17:42.9951222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/install_executorch.sh' 2025-03-21T20:17:42.9951551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/install_requirements.py' 2025-03-21T20:17:42.9951866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/install_requirements.sh' 2025-03-21T20:17:42.9952165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/README.md' 2025-03-21T20:17:42.9952463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/TARGETS' 2025-03-21T20:17:42.9952798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/TARGETS' 2025-03-21T20:17:42.9953202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/op__empty_dim_order.cpp' 2025-03-21T20:17:42.9953616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:17:42.9953971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/targets.bzl' 2025-03-21T20:17:42.9954314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/util/TARGETS' 2025-03-21T20:17:42.9954725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/util/copy_ops_util.cpp' 2025-03-21T20:17:42.9955107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/util/copy_ops_util.h' 2025-03-21T20:17:42.9955484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/util/targets.bzl' 2025-03-21T20:17:42.9955835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu/util' 2025-03-21T20:17:42.9956171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/cpu' 2025-03-21T20:17:42.9956608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/edge_dialect_aten_op.yaml' 2025-03-21T20:17:42.9956945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/functions.yaml' 2025-03-21T20:17:42.9957274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/targets.bzl' 2025-03-21T20:17:42.9957594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/test/TARGETS' 2025-03-21T20:17:42.9958036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/test/supported_features_def.yaml' 2025-03-21T20:17:42.9958381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/test/targets.bzl' 2025-03-21T20:17:42.9958782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten/test' 2025-03-21T20:17:42.9959092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/aten' 2025-03-21T20:17:42.9959474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/CMakeLists.txt' 2025-03-21T20:17:42.9959896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/External/EigenBLAS.cmake' 2025-03-21T20:17:42.9960267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/External' 2025-03-21T20:17:42.9960608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/TARGETS' 2025-03-21T20:17:42.9960997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/blas/BlasKernel.cpp' 2025-03-21T20:17:42.9961391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/blas/BlasKernel.h' 2025-03-21T20:17:42.9961766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/blas/CPUBlas.cpp' 2025-03-21T20:17:42.9962143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/blas/CPUBlas.h' 2025-03-21T20:17:42.9962500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/blas' 2025-03-21T20:17:42.9962862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/TARGETS' 2025-03-21T20:17:42.9963234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/binary_ops.h' 2025-03-21T20:17:42.9963621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/moments_utils.h' 2025-03-21T20:17:42.9963995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_add.cpp' 2025-03-21T20:17:42.9964396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_add_sub_impl.h' 2025-03-21T20:17:42.9964770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_bmm.cpp' 2025-03-21T20:17:42.9965135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_div.cpp' 2025-03-21T20:17:42.9965513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_exp.cpp' 2025-03-21T20:17:42.9965893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_fft_r2c.cpp' 2025-03-21T20:17:42.9966276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_gelu.cpp' 2025-03-21T20:17:42.9966632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_le.cpp' 2025-03-21T20:17:42.9967012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_linear.cpp' 2025-03-21T20:17:42.9967431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp' 2025-03-21T20:17:42.9967784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_mm.cpp' 2025-03-21T20:17:42.9968207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_mul.cpp' 2025-03-21T20:17:42.9968641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp' 2025-03-21T20:17:42.9969012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_neg.cpp' 2025-03-21T20:17:42.9969393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp' 2025-03-21T20:17:42.9969765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_sub.cpp' 2025-03-21T20:17:42.9970134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/op_where.cpp' 2025-03-21T20:17:42.9970583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu/targets.bzl' 2025-03-21T20:17:42.9970938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/cpu' 2025-03-21T20:17:42.9971292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:17:42.9971717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:17:42.9972083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/optimized.yaml' 2025-03-21T20:17:42.9972447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/targets.bzl' 2025-03-21T20:17:42.9972797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/TARGETS' 2025-03-21T20:17:42.9973209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/libblas_test.cpp' 2025-03-21T20:17:42.9973830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/libvec_test.cpp' 2025-03-21T20:17:42.9974287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/moments_utils_test.cpp' 2025-03-21T20:17:42.9974744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/supported_features_def.yaml' 2025-03-21T20:17:42.9975119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test/targets.bzl' 2025-03-21T20:17:42.9975490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/test' 2025-03-21T20:17:42.9975918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/third-party/eigen' 2025-03-21T20:17:42.9976332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/third-party' 2025-03-21T20:17:42.9976723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/utils/.clang-format' 2025-03-21T20:17:42.9977143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/utils/llvmMathExtras.h' 2025-03-21T20:17:42.9977524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/utils/math_utils.h' 2025-03-21T20:17:42.9977897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/utils/unroll.h' 2025-03-21T20:17:42.9978258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/utils' 2025-03-21T20:17:42.9978635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/.clang-format' 2025-03-21T20:17:42.9979018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/functional.h' 2025-03-21T20:17:42.9979414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/functional_base.h' 2025-03-21T20:17:42.9979802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/intrinsics.h' 2025-03-21T20:17:42.9980276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec.h' 2025-03-21T20:17:42.9980735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/missing_vld1_neon.h' 2025-03-21T20:17:42.9981176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/missing_vst1_neon.h' 2025-03-21T20:17:42.9981574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/vec256.h' 2025-03-21T20:17:42.9981994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/vec256_double.h' 2025-03-21T20:17:42.9982423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/vec256_float.h' 2025-03-21T20:17:42.9982931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/vec256_float_neon.h' 2025-03-21T20:17:42.9983335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256/vec256_int.h' 2025-03-21T20:17:42.9983731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec256' 2025-03-21T20:17:42.9984094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec/vec_base.h' 2025-03-21T20:17:42.9984458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized/vec' 2025-03-21T20:17:42.9984791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/optimized' 2025-03-21T20:17:42.9985162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/CMakeLists.txt' 2025-03-21T20:17:42.9985553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/README.md' 2025-03-21T20:17:42.9985893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/TARGETS' 2025-03-21T20:17:42.9986231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/TARGETS' 2025-03-21T20:17:42.9986621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/math_constants.h' 2025-03-21T20:17:42.9987093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op__empty_dim_order.cpp' 2025-03-21T20:17:42.9987529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:17:42.9987899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_abs.cpp' 2025-03-21T20:17:42.9988262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_acos.cpp' 2025-03-21T20:17:42.9988642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_acosh.cpp' 2025-03-21T20:17:42.9989002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_add.cpp' 2025-03-21T20:17:42.9989413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_addmm.cpp' 2025-03-21T20:17:42.9989802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_alias_copy.cpp' 2025-03-21T20:17:42.9990186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_allclose.cpp' 2025-03-21T20:17:42.9990558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_amax.cpp' 2025-03-21T20:17:42.9990917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_amin.cpp' 2025-03-21T20:17:42.9991285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_any.cpp' 2025-03-21T20:17:42.9991664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_arange.cpp' 2025-03-21T20:17:42.9992054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_argmax.cpp' 2025-03-21T20:17:42.9992493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_argmin.cpp' 2025-03-21T20:17:42.9992928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_as_strided_copy.cpp' 2025-03-21T20:17:42.9993295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_asin.cpp' 2025-03-21T20:17:42.9993666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_asinh.cpp' 2025-03-21T20:17:42.9994042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_atan.cpp' 2025-03-21T20:17:42.9994412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_atan2.cpp' 2025-03-21T20:17:42.9994846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_atanh.cpp' 2025-03-21T20:17:42.9995246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_avg_pool2d.cpp' 2025-03-21T20:17:42.9995663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp' 2025-03-21T20:17:42.9996061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_bitwise_not.cpp' 2025-03-21T20:17:42.9996471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp' 2025-03-21T20:17:42.9996868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp' 2025-03-21T20:17:42.9997284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_bmm.cpp' 2025-03-21T20:17:42.9997655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_cat.cpp' 2025-03-21T20:17:42.9998070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_cdist_forward.cpp' 2025-03-21T20:17:42.9998450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_ceil.cpp' 2025-03-21T20:17:42.9998820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_clamp.cpp' 2025-03-21T20:17:42.9999198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_clone.cpp' 2025-03-21T20:17:42.9999619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_constant_pad_nd.cpp' 2025-03-21T20:17:43.0000041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_convolution.cpp' 2025-03-21T20:17:43.0000489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_convolution_backward.cpp' 2025-03-21T20:17:43.0000869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_copy.cpp' 2025-03-21T20:17:43.0001226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_cos.cpp' 2025-03-21T20:17:43.0001590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_cosh.cpp' 2025-03-21T20:17:43.0001977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_cumsum.cpp' 2025-03-21T20:17:43.0002373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_detach_copy.cpp' 2025-03-21T20:17:43.0002793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_diagonal_copy.cpp' 2025-03-21T20:17:43.0003147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_div.cpp' 2025-03-21T20:17:43.0003547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_embedding.cpp' 2025-03-21T20:17:43.0003917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_empty.cpp' 2025-03-21T20:17:43.0004280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_eq.cpp' 2025-03-21T20:17:43.0004694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_erf.cpp' 2025-03-21T20:17:43.0005048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_exp.cpp' 2025-03-21T20:17:43.0005462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_expand_copy.cpp' 2025-03-21T20:17:43.0005828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_expm1.cpp' 2025-03-21T20:17:43.0006203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_fill.cpp' 2025-03-21T20:17:43.0006565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_flip.cpp' 2025-03-21T20:17:43.0007007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_floor.cpp' 2025-03-21T20:17:43.0007428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_floor_divide.cpp' 2025-03-21T20:17:43.0007806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_fmod.cpp' 2025-03-21T20:17:43.0008166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_full.cpp' 2025-03-21T20:17:43.0008555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_full_like.cpp' 2025-03-21T20:17:43.0008942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_gather.cpp' 2025-03-21T20:17:43.0009293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_ge.cpp' 2025-03-21T20:17:43.0009669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_gelu.cpp' 2025-03-21T20:17:43.0010027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_glu.cpp' 2025-03-21T20:17:43.0010396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_gt.cpp' 2025-03-21T20:17:43.0010780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_hardtanh.cpp' 2025-03-21T20:17:43.0011163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_index.cpp' 2025-03-21T20:17:43.0011550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_index_put.cpp' 2025-03-21T20:17:43.0011955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_index_select.cpp' 2025-03-21T20:17:43.0012336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_isinf.cpp' 2025-03-21T20:17:43.0012710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_isnan.cpp' 2025-03-21T20:17:43.0013076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_le.cpp' 2025-03-21T20:17:43.0013470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_leaky_relu.cpp' 2025-03-21T20:17:43.0013907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_lift_fresh_copy.cpp' 2025-03-21T20:17:43.0014365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_linear_scratch_example.cpp' 2025-03-21T20:17:43.0014736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_log.cpp' 2025-03-21T20:17:43.0015104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_log10.cpp' 2025-03-21T20:17:43.0015485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_log1p.cpp' 2025-03-21T20:17:43.0015851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_log2.cpp' 2025-03-21T20:17:43.0016249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_log_softmax.cpp' 2025-03-21T20:17:43.0016711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_logical_and.cpp' 2025-03-21T20:17:43.0017110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_logical_not.cpp' 2025-03-21T20:17:43.0017514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_logical_or.cpp' 2025-03-21T20:17:43.0017912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_logical_xor.cpp' 2025-03-21T20:17:43.0018295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_logit.cpp' 2025-03-21T20:17:43.0018644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_lt.cpp' 2025-03-21T20:17:43.0019110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_masked_fill.cpp' 2025-03-21T20:17:43.0019529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_masked_scatter.cpp' 2025-03-21T20:17:43.0019937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_masked_select.cpp' 2025-03-21T20:17:43.0020308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_max.cpp' 2025-03-21T20:17:43.0020772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices.cpp' 2025-03-21T20:17:43.0021290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices_backward.cpp' 2025-03-21T20:17:43.0021672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_maximum.cpp' 2025-03-21T20:17:43.0022055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_mean.cpp' 2025-03-21T20:17:43.0022411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_min.cpp' 2025-03-21T20:17:43.0022808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_minimum.cpp' 2025-03-21T20:17:43.0023158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_mm.cpp' 2025-03-21T20:17:43.0023518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_mul.cpp' 2025-03-21T20:17:43.0023927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_narrow_copy.cpp' 2025-03-21T20:17:43.0024355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_native_batch_norm.cpp' 2025-03-21T20:17:43.0024793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_native_group_norm.cpp' 2025-03-21T20:17:43.0025222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_native_layer_norm.cpp' 2025-03-21T20:17:43.0025670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_ne.cpp' 2025-03-21T20:17:43.0026030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_neg.cpp' 2025-03-21T20:17:43.0026421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_nonzero.cpp' 2025-03-21T20:17:43.0026787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_ones.cpp' 2025-03-21T20:17:43.0027206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_pdist_forward.cpp' 2025-03-21T20:17:43.0027609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_permute_copy.cpp' 2025-03-21T20:17:43.0028022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_pixel_shuffle.cpp' 2025-03-21T20:17:43.0028457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_pixel_unshuffle.cpp' 2025-03-21T20:17:43.0028882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_pow.cpp' 2025-03-21T20:17:43.0029256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_prod.cpp' 2025-03-21T20:17:43.0029648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_reciprocal.cpp' 2025-03-21T20:17:43.0030084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_reflection_pad1d.cpp' 2025-03-21T20:17:43.0030511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_reflection_pad2d.cpp' 2025-03-21T20:17:43.0030945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_reflection_pad3d.cpp' 2025-03-21T20:17:43.0031358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_relu.cpp' 2025-03-21T20:17:43.0031748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_remainder.cpp' 2025-03-21T20:17:43.0032132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_repeat.cpp' 2025-03-21T20:17:43.0032566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_repeat_interleave.cpp' 2025-03-21T20:17:43.0033011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_replication_pad1d.cpp' 2025-03-21T20:17:43.0033441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_replication_pad2d.cpp' 2025-03-21T20:17:43.0033883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_replication_pad3d.cpp' 2025-03-21T20:17:43.0034251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_roll.cpp' 2025-03-21T20:17:43.0034635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_round.cpp' 2025-03-21T20:17:43.0035005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_rsqrt.cpp' 2025-03-21T20:17:43.0035365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_rsub.cpp' 2025-03-21T20:17:43.0035784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_scalar_tensor.cpp' 2025-03-21T20:17:43.0036165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_scatter.cpp' 2025-03-21T20:17:43.0036574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_scatter_add.cpp' 2025-03-21T20:17:43.0036970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_select_copy.cpp' 2025-03-21T20:17:43.0037396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_select_scatter.cpp' 2025-03-21T20:17:43.0037777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sigmoid.cpp' 2025-03-21T20:17:43.0038149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sign.cpp' 2025-03-21T20:17:43.0038503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sin.cpp' 2025-03-21T20:17:43.0038877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sinh.cpp' 2025-03-21T20:17:43.0039269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_slice_copy.cpp' 2025-03-21T20:17:43.0039676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_slice_scatter.cpp' 2025-03-21T20:17:43.0040068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_softmax.cpp' 2025-03-21T20:17:43.0040458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_split_copy.cpp' 2025-03-21T20:17:43.0040984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_split_with_sizes_copy.cpp' 2025-03-21T20:17:43.0041349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sqrt.cpp' 2025-03-21T20:17:43.0041764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_squeeze_copy.cpp' 2025-03-21T20:17:43.0042131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_stack.cpp' 2025-03-21T20:17:43.0042497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sub.cpp' 2025-03-21T20:17:43.0042851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_sum.cpp' 2025-03-21T20:17:43.0043274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_t_copy.cpp' 2025-03-21T20:17:43.0043644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_tan.cpp' 2025-03-21T20:17:43.0044008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_tanh.cpp' 2025-03-21T20:17:43.0044400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_to_copy.cpp' 2025-03-21T20:17:43.0044762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_topk.cpp' 2025-03-21T20:17:43.0045206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_transpose_copy.cpp' 2025-03-21T20:17:43.0045567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_tril.cpp' 2025-03-21T20:17:43.0045944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_trunc.cpp' 2025-03-21T20:17:43.0046342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_unbind_copy.cpp' 2025-03-21T20:17:43.0046739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_unfold_copy.cpp' 2025-03-21T20:17:43.0047163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_unsqueeze_copy.cpp' 2025-03-21T20:17:43.0047604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_upsample_bilinear2d.cpp' 2025-03-21T20:17:43.0048051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_upsample_nearest2d.cpp' 2025-03-21T20:17:43.0048407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_var.cpp' 2025-03-21T20:17:43.0048808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_view_copy.cpp' 2025-03-21T20:17:43.0049176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_where.cpp' 2025-03-21T20:17:43.0049553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/op_zeros.cpp' 2025-03-21T20:17:43.0049936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/TARGETS' 2025-03-21T20:17:43.0050358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/bitwise_op.h' 2025-03-21T20:17:43.0050783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/comparison_op.h' 2025-03-21T20:17:43.0051192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/logical_op.h' 2025-03-21T20:17:43.0051595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/pattern.h' 2025-03-21T20:17:43.0051998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/targets.bzl' 2025-03-21T20:17:43.0052471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realh.cpp' 2025-03-21T20:17:43.0053043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realhb_to_bool.cpp' 2025-03-21T20:17:43.0053616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp' 2025-03-21T20:17:43.0054002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/pattern' 2025-03-21T20:17:43.0054394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/scalar_utils.h' 2025-03-21T20:17:43.0054783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/selective_build.h' 2025-03-21T20:17:43.0055143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/targets.bzl' 2025-03-21T20:17:43.0055592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/test/TARGETS' 2025-03-21T20:17:43.0056034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/test/scalar_utils_test.cpp' 2025-03-21T20:17:43.0056436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/test/targets.bzl' 2025-03-21T20:17:43.0056847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/test/vec_ops_test.cpp' 2025-03-21T20:17:43.0057229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/test' 2025-03-21T20:17:43.0057594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/TARGETS' 2025-03-21T20:17:43.0058056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/activation_ops_util.cpp' 2025-03-21T20:17:43.0058498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/activation_ops_util.h' 2025-03-21T20:17:43.0058957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/advanced_index_util.cpp' 2025-03-21T20:17:43.0059399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/advanced_index_util.h' 2025-03-21T20:17:43.0059859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/broadcast_indexes_range.h' 2025-03-21T20:17:43.0060292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/broadcast_util.cpp' 2025-03-21T20:17:43.0060705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/broadcast_util.h' 2025-03-21T20:17:43.0061135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/copy_ops_util.cpp' 2025-03-21T20:17:43.0061542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/copy_ops_util.h' 2025-03-21T20:17:43.0062001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/delinearize_index.cpp' 2025-03-21T20:17:43.0062432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/delinearize_index.h' 2025-03-21T20:17:43.0062863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/distance_util.cpp' 2025-03-21T20:17:43.0063268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/distance_util.h' 2025-03-21T20:17:43.0063669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/dtype_util.cpp' 2025-03-21T20:17:43.0064072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/dtype_util.h' 2025-03-21T20:17:43.0064494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/elementwise_util.h' 2025-03-21T20:17:43.0064926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/functional_util.h' 2025-03-21T20:17:43.0065378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/index_util.cpp' 2025-03-21T20:17:43.0065852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/index_util.h' 2025-03-21T20:17:43.0066284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/kernel_ops_util.cpp' 2025-03-21T20:17:43.0066717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/kernel_ops_util.h' 2025-03-21T20:17:43.0067102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/math_util.h' 2025-03-21T20:17:43.0067543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/matmul_ops_util.cpp' 2025-03-21T20:17:43.0068023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/matmul_ops_util.h' 2025-03-21T20:17:43.0068495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/normalization_ops_util.cpp' 2025-03-21T20:17:43.0068969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/normalization_ops_util.h' 2025-03-21T20:17:43.0069382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/padding_util.cpp' 2025-03-21T20:17:43.0069797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/padding_util.h' 2025-03-21T20:17:43.0070205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/reduce_util.cpp' 2025-03-21T20:17:43.0070616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/reduce_util.h' 2025-03-21T20:17:43.0071026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/repeat_util.cpp' 2025-03-21T20:17:43.0071440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/repeat_util.h' 2025-03-21T20:17:43.0071878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/select_copy_util.cpp' 2025-03-21T20:17:43.0072314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/select_copy_util.h' 2025-03-21T20:17:43.0072714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/slice_util.cpp' 2025-03-21T20:17:43.0073102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/slice_util.h' 2025-03-21T20:17:43.0073674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/targets.bzl' 2025-03-21T20:17:43.0074116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/CMakeLists.txt' 2025-03-21T20:17:43.0074521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/TARGETS' 2025-03-21T20:17:43.0075049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/broadcast_indexes_range_test.cpp' 2025-03-21T20:17:43.0075513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/broadcast_test.cpp' 2025-03-21T20:17:43.0075948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/reduce_test.cpp' 2025-03-21T20:17:43.0076376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test/targets.bzl' 2025-03-21T20:17:43.0076769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/test' 2025-03-21T20:17:43.0077180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/transpose_util.h' 2025-03-21T20:17:43.0077618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/upsample_util.cpp' 2025-03-21T20:17:43.0078135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util/upsample_util.h' 2025-03-21T20:17:43.0078518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/util' 2025-03-21T20:17:43.0078874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu/vec_ops.h' 2025-03-21T20:17:43.0079236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/cpu' 2025-03-21T20:17:43.0079600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/custom_ops.yaml' 2025-03-21T20:17:43.0079988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/find_op_header.sh' 2025-03-21T20:17:43.0080415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/functions.yaml' 2025-03-21T20:17:43.0080762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/targets.bzl' 2025-03-21T20:17:43.0081123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/TARGETS' 2025-03-21T20:17:43.0081593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/dtype_selective_build_test.cpp' 2025-03-21T20:17:43.0082024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_allclose_test.cpp' 2025-03-21T20:17:43.0082410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_div_test.cpp' 2025-03-21T20:17:43.0082815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_gelu_test.cpp' 2025-03-21T20:17:43.0083200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_mul_test.cpp' 2025-03-21T20:17:43.0083685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py' 2025-03-21T20:17:43.0084150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/op_upsample_nearest2d_test.py' 2025-03-21T20:17:43.0084629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/register_ops_aot_for_test.cpp' 2025-03-21T20:17:43.0085082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/supported_features_def.yaml' 2025-03-21T20:17:43.0085455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test/targets.bzl' 2025-03-21T20:17:43.0085823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable/test' 2025-03-21T20:17:43.0086150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/portable' 2025-03-21T20:17:43.0086491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/TARGETS' 2025-03-21T20:17:43.0086861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/et_copy_index.cpp' 2025-03-21T20:17:43.0087304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/et_copy_index.h' 2025-03-21T20:17:43.0087643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/et_view.cpp' 2025-03-21T20:17:43.0087984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/et_view.h' 2025-03-21T20:17:43.0088377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/register_prim_ops.cpp' 2025-03-21T20:17:43.0088718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/targets.bzl' 2025-03-21T20:17:43.0089114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/test/CMakeLists.txt' 2025-03-21T20:17:43.0089463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/test/TARGETS' 2025-03-21T20:17:43.0089874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/test/prim_ops_test.cpp' 2025-03-21T20:17:43.0090317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/test/prim_ops_test.py' 2025-03-21T20:17:43.0090684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops/test' 2025-03-21T20:17:43.0091009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/prim_ops' 2025-03-21T20:17:43.0091387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/CMakeLists.txt' 2025-03-21T20:17:43.0091718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/README.md' 2025-03-21T20:17:43.0092042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/TARGETS' 2025-03-21T20:17:43.0092454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/__init__.py' 2025-03-21T20:17:43.0092801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/TARGETS' 2025-03-21T20:17:43.0093206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/embeddingxb.cpp' 2025-03-21T20:17:43.0093589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/embeddingxb.h' 2025-03-21T20:17:43.0093962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_add.cpp' 2025-03-21T20:17:43.0094384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp' 2025-03-21T20:17:43.0094799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_dequantize.cpp' 2025-03-21T20:17:43.0095188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_embedding.cpp' 2025-03-21T20:17:43.0095597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp' 2025-03-21T20:17:43.0096012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp' 2025-03-21T20:17:43.0096419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp' 2025-03-21T20:17:43.0096811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp' 2025-03-21T20:17:43.0097196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/op_quantize.cpp' 2025-03-21T20:17:43.0097577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu/targets.bzl' 2025-03-21T20:17:43.0097933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/cpu' 2025-03-21T20:17:43.0098308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:17:43.0098658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/targets.bzl' 2025-03-21T20:17:43.0099025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/TARGETS' 2025-03-21T20:17:43.0099488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_add_test.cpp' 2025-03-21T20:17:43.0100161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_choose_qparams_test.cpp' 2025-03-21T20:17:43.0101736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_dequantize_test.cpp' 2025-03-21T20:17:43.0103299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_embedding2b_test.cpp' 2025-03-21T20:17:43.0104795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_embedding4b_test.cpp' 2025-03-21T20:17:43.0106647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_embedding_test.cpp' 2025-03-21T20:17:43.0108371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_mixed_linear_test.cpp' 2025-03-21T20:17:43.0110383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_mixed_mm_test.cpp' 2025-03-21T20:17:43.0112141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/op_quantize_test.cpp' 2025-03-21T20:17:43.0114017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/quantized_ops_aot_register.cpp' 2025-03-21T20:17:43.0115893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:17:43.0117196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/targets.bzl' 2025-03-21T20:17:43.0118227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:17:43.0119251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:17:43.0120214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized/test' 2025-03-21T20:17:43.0121016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/quantized' 2025-03-21T20:17:43.0121868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/BinaryLogicalOpTest.cpp' 2025-03-21T20:17:43.0122764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/BinaryLogicalOpTest.h' 2025-03-21T20:17:43.0123605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/CMakeLists.txt' 2025-03-21T20:17:43.0124371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/TARGETS' 2025-03-21T20:17:43.0125121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/TestUtil.h' 2025-03-21T20:17:43.0126041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp' 2025-03-21T20:17:43.0127143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.h' 2025-03-21T20:17:43.0128172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/README.md' 2025-03-21T20:17:43.0129130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/TARGETS' 2025-03-21T20:17:43.0130126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/my_functions.yaml' 2025-03-21T20:17:43.0131145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/op_relu.cpp' 2025-03-21T20:17:43.0132211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/supported_features_def.yaml' 2025-03-21T20:17:43.0133270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/targets.bzl' 2025-03-21T20:17:43.0134250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example/tests.bzl' 2025-03-21T20:17:43.0135212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/custom_kernel_example' 2025-03-21T20:17:43.0136141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/gen_supported_features.py' 2025-03-21T20:17:43.0137077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/gen_supported_features_test.py' 2025-03-21T20:17:43.0138037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/kernel_runtime_context_test.cpp' 2025-03-21T20:17:43.0138990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op__empty_dim_order_test.cpp' 2025-03-21T20:17:43.0139921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op__to_dim_order_copy_test.cpp' 2025-03-21T20:17:43.0140872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_abs_test.cpp' 2025-03-21T20:17:43.0141682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_acos_test.cpp' 2025-03-21T20:17:43.0142508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_acosh_test.cpp' 2025-03-21T20:17:43.0143319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_add_test.cpp' 2025-03-21T20:17:43.0144126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_addmm_test.cpp' 2025-03-21T20:17:43.0144974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_alias_copy_test.cpp' 2025-03-21T20:17:43.0145975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_amax_test.cpp' 2025-03-21T20:17:43.0146785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_amin_test.cpp' 2025-03-21T20:17:43.0147595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_any_test.cpp' 2025-03-21T20:17:43.0148429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_arange_test.cpp' 2025-03-21T20:17:43.0149249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_argmax_test.cpp' 2025-03-21T20:17:43.0150079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_argmin_test.cpp' 2025-03-21T20:17:43.0150958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_as_strided_copy_test.cpp' 2025-03-21T20:17:43.0151833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_asin_test.cpp' 2025-03-21T20:17:43.0152655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_asinh_test.cpp' 2025-03-21T20:17:43.0153481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_atan2_test.cpp' 2025-03-21T20:17:43.0154303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_atan_test.cpp' 2025-03-21T20:17:43.0155107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_atanh_test.cpp' 2025-03-21T20:17:43.0155959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_avg_pool2d_test.cpp' 2025-03-21T20:17:43.0156846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_bitwise_and_test.cpp' 2025-03-21T20:17:43.0157732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_bitwise_not_test.cpp' 2025-03-21T20:17:43.0158617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_bitwise_or_test.cpp' 2025-03-21T20:17:43.0159503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_bitwise_xor_test.cpp' 2025-03-21T20:17:43.0160331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_bmm_test.cpp' 2025-03-21T20:17:43.0161134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_cat_test.cpp' 2025-03-21T20:17:43.0161987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_cdist_forward_test.cpp' 2025-03-21T20:17:43.0162849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_ceil_test.cpp' 2025-03-21T20:17:43.0163666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_clamp_test.cpp' 2025-03-21T20:17:43.0164486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_clone_test.cpp' 2025-03-21T20:17:43.0165353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_constant_pad_nd_test.cpp' 2025-03-21T20:17:43.0166297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_convolution_backward_test.cpp' 2025-03-21T20:17:43.0167367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_convolution_test.cpp' 2025-03-21T20:17:43.0168217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_copy_test.cpp' 2025-03-21T20:17:43.0169028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_cos_test.cpp' 2025-03-21T20:17:43.0169829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_cosh_test.cpp' 2025-03-21T20:17:43.0170646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_cumsum_test.cpp' 2025-03-21T20:17:43.0171492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_detach_copy_test.cpp' 2025-03-21T20:17:43.0172433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_diagonal_copy_test.cpp' 2025-03-21T20:17:43.0173286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_div_test.cpp' 2025-03-21T20:17:43.0174327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_embedding_test.cpp' 2025-03-21T20:17:43.0175170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_empty_test.cpp' 2025-03-21T20:17:43.0175977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_eq_test.cpp' 2025-03-21T20:17:43.0176769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_erf_test.cpp' 2025-03-21T20:17:43.0177584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_exp_test.cpp' 2025-03-21T20:17:43.0178428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_expand_copy_test.cpp' 2025-03-21T20:17:43.0179281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_expm1_test.cpp' 2025-03-21T20:17:43.0180112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_fft_r2c_test.cpp' 2025-03-21T20:17:43.0180940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_fill_test.cpp' 2025-03-21T20:17:43.0181745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_flip_test.cpp' 2025-03-21T20:17:43.0182580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_floor_divide_test.cpp' 2025-03-21T20:17:43.0183435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_floor_test.cpp' 2025-03-21T20:17:43.0184247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_fmod_test.cpp' 2025-03-21T20:17:43.0185082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_full_like_test.cpp' 2025-03-21T20:17:43.0186002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_full_test.cpp' 2025-03-21T20:17:43.0186829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_gather_test.cpp' 2025-03-21T20:17:43.0187650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_ge_test.cpp' 2025-03-21T20:17:43.0188438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_gelu_test.cpp' 2025-03-21T20:17:43.0189246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_glu_test.cpp' 2025-03-21T20:17:43.0190045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_gt_test.cpp' 2025-03-21T20:17:43.0190863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_hardtanh_test.cpp' 2025-03-21T20:17:43.0191722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_index_put_test.cpp' 2025-03-21T20:17:43.0192604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_index_select_test.cpp' 2025-03-21T20:17:43.0193445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_index_test.cpp' 2025-03-21T20:17:43.0194423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_isinf_test.cpp' 2025-03-21T20:17:43.0195244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_isnan_test.cpp' 2025-03-21T20:17:43.0196049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_le_test.cpp' 2025-03-21T20:17:43.0196884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_leaky_relu_test.cpp' 2025-03-21T20:17:43.0197782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_lift_fresh_copy_test.cpp' 2025-03-21T20:17:43.0198657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_linear_test.cpp' 2025-03-21T20:17:43.0199583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_log10_test.cpp' 2025-03-21T20:17:43.0200404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_log1p_test.cpp' 2025-03-21T20:17:43.0201224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_log2_test.cpp' 2025-03-21T20:17:43.0202073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_log_softmax_test.cpp' 2025-03-21T20:17:43.0202908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_log_test.cpp' 2025-03-21T20:17:43.0203750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_logical_and_test.cpp' 2025-03-21T20:17:43.0204617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_logical_not_test.cpp' 2025-03-21T20:17:43.0205493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_logical_or_test.cpp' 2025-03-21T20:17:43.0206370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_logical_xor_test.cpp' 2025-03-21T20:17:43.0207216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_logit_test.cpp' 2025-03-21T20:17:43.0208017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_lt_test.cpp' 2025-03-21T20:17:43.0208851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_masked_fill_test.cpp' 2025-03-21T20:17:43.0209750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_masked_scatter_test.cpp' 2025-03-21T20:17:43.0210641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_masked_select_test.cpp' 2025-03-21T20:17:43.0211633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_max_pool2d_with_indices_backward_test.cpp' 2025-03-21T20:17:43.0212682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_max_pool2d_with_indices_test.cpp' 2025-03-21T20:17:43.0213578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_max_test.cpp' 2025-03-21T20:17:43.0214407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_maximum_test.cpp' 2025-03-21T20:17:43.0215236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_mean_test.cpp' 2025-03-21T20:17:43.0216029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_min_test.cpp' 2025-03-21T20:17:43.0216853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_minimum_test.cpp' 2025-03-21T20:17:43.0217667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_mm_test.cpp' 2025-03-21T20:17:43.0218455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_mul_test.cpp' 2025-03-21T20:17:43.0219298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_narrow_copy_test.cpp' 2025-03-21T20:17:43.0228368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_native_batch_norm_test.cpp' 2025-03-21T20:17:43.0229630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_native_group_norm_test.cpp' 2025-03-21T20:17:43.0230598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_native_layer_norm_test.cpp' 2025-03-21T20:17:43.0231475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_ne_test.cpp' 2025-03-21T20:17:43.0232307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_neg_test.cpp' 2025-03-21T20:17:43.0233138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_nonzero_test.cpp' 2025-03-21T20:17:43.0233978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_ones_test.cpp' 2025-03-21T20:17:43.0234907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_pdist_forward_test.cpp' 2025-03-21T20:17:43.0235853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_permute_copy_test.cpp' 2025-03-21T20:17:43.0236767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_pixel_shuffle_test.cpp' 2025-03-21T20:17:43.0237692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_pixel_unshuffle_test.cpp' 2025-03-21T20:17:43.0238561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_pow_test.cpp' 2025-03-21T20:17:43.0239380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_prod_test.cpp' 2025-03-21T20:17:43.0240240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_reciprocal_test.cpp' 2025-03-21T20:17:43.0241148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_reflection_pad1d_test.cpp' 2025-03-21T20:17:43.0242104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_reflection_pad2d_test.cpp' 2025-03-21T20:17:43.0243049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_reflection_pad3d_test.cpp' 2025-03-21T20:17:43.0243936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_relu_test.cpp' 2025-03-21T20:17:43.0244781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_remainder_test.cpp' 2025-03-21T20:17:43.0245707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_repeat_interleave_test.cpp' 2025-03-21T20:17:43.0246628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_repeat_test.cpp' 2025-03-21T20:17:43.0251460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_replication_pad1d_test.cpp' 2025-03-21T20:17:43.0252448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_replication_pad2d_test.cpp' 2025-03-21T20:17:43.0253385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_replication_pad3d_test.cpp' 2025-03-21T20:17:43.0254255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_roll_test.cpp' 2025-03-21T20:17:43.0255058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_round_test.cpp' 2025-03-21T20:17:43.0255875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_rsqrt_test.cpp' 2025-03-21T20:17:43.0256673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_rsub_test.cpp' 2025-03-21T20:17:43.0257516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_scalar_tensor_test.cpp' 2025-03-21T20:17:43.0258401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_scatter_add_test.cpp' 2025-03-21T20:17:43.0259252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_scatter_test.cpp' 2025-03-21T20:17:43.0260099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_select_copy_test.cpp' 2025-03-21T20:17:43.0261069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_select_scatter_test.cpp' 2025-03-21T20:17:43.0261936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sigmoid_test.cpp' 2025-03-21T20:17:43.0262748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sign_test.cpp' 2025-03-21T20:17:43.0263542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sin_test.cpp' 2025-03-21T20:17:43.0264408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sinh_test.cpp' 2025-03-21T20:17:43.0265248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_slice_copy_test.cpp' 2025-03-21T20:17:43.0266307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_slice_scatter_test.cpp' 2025-03-21T20:17:43.0267170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_softmax_test.cpp' 2025-03-21T20:17:43.0268021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_split_copy_test.cpp' 2025-03-21T20:17:43.0268939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_split_with_sizes_copy_test.cpp' 2025-03-21T20:17:43.0269830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sqrt_test.cpp' 2025-03-21T20:17:43.0270678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_squeeze_copy_test.cpp' 2025-03-21T20:17:43.0271532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_stack_test.cpp' 2025-03-21T20:17:43.0272340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sub_test.cpp' 2025-03-21T20:17:43.0273140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_sum_test.cpp' 2025-03-21T20:17:43.0274160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_t_copy_test.cpp' 2025-03-21T20:17:43.0274978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_tan_test.cpp' 2025-03-21T20:17:43.0275782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_tanh_test.cpp' 2025-03-21T20:17:43.0276563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_test.h' 2025-03-21T20:17:43.0277360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_to_copy_test.cpp' 2025-03-21T20:17:43.0278188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_topk_test.cpp' 2025-03-21T20:17:43.0279042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_transpose_copy_test.cpp' 2025-03-21T20:17:43.0279907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_tril_test.cpp' 2025-03-21T20:17:43.0280724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_trunc_test.cpp' 2025-03-21T20:17:43.0281589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_unbind_copy_test.cpp' 2025-03-21T20:17:43.0282468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_unfold_copy_test.cpp' 2025-03-21T20:17:43.0283364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_unsqueeze_copy_test.cpp' 2025-03-21T20:17:43.0284298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_upsample_bilinear2d_test.cpp' 2025-03-21T20:17:43.0285245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_upsample_nearest2d_test.cpp' 2025-03-21T20:17:43.0286128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_var_test.cpp' 2025-03-21T20:17:43.0286954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_view_copy_test.cpp' 2025-03-21T20:17:43.0287964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_where_test.cpp' 2025-03-21T20:17:43.0288784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/op_zeros_test.cpp' 2025-03-21T20:17:43.0289690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/summarize_supported_features.py' 2025-03-21T20:17:43.0290633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features.yaml' 2025-03-21T20:17:43.0291560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features_def_aten.yaml' 2025-03-21T20:17:43.0292559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features_def_example.yaml' 2025-03-21T20:17:43.0293641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features_definition.ini' 2025-03-21T20:17:43.0294617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features_header.ini' 2025-03-21T20:17:43.0295569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/supported_features_summary.md' 2025-03-21T20:17:43.0296434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/targets.bzl' 2025-03-21T20:17:43.0297213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/test_case_gen.py' 2025-03-21T20:17:43.0298127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test/update_supported_feature_summary.sh' 2025-03-21T20:17:43.0299008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels/test' 2025-03-21T20:17:43.0299726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/kernels' 2025-03-21T20:17:43.0300420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/TARGETS' 2025-03-21T20:17:43.0301202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/parse_profiler_results.py' 2025-03-21T20:17:43.0302067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/profiler_results_cli.py' 2025-03-21T20:17:43.0302851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/test/TARGETS' 2025-03-21T20:17:43.0303663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/test/test_profiler_e2e.py' 2025-03-21T20:17:43.0304474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler/test' 2025-03-21T20:17:43.0305205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/profiler' 2025-03-21T20:17:43.0305990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pyproject.toml' 2025-03-21T20:17:43.0306659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytest.ini' 2025-03-21T20:17:43.0307338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/requirements-dev.txt' 2025-03-21T20:17:43.0308114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/requirements-examples.txt' 2025-03-21T20:17:43.0308912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/requirements-lintrunner.txt' 2025-03-21T20:17:43.0309677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/run_python_script.sh' 2025-03-21T20:17:43.0310428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/COMPATIBILITY.md' 2025-03-21T20:17:43.0311146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/TARGETS' 2025-03-21T20:17:43.0311831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/__init__.py' 2025-03-21T20:17:43.0312563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/TARGETS' 2025-03-21T20:17:43.0313425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/backend_execution_context.h' 2025-03-21T20:17:43.0314366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/backend_init_context.h' 2025-03-21T20:17:43.0315313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/interface.cpp' 2025-03-21T20:17:43.0316120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/interface.h' 2025-03-21T20:17:43.0316897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/targets.bzl' 2025-03-21T20:17:43.0317702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/test/TARGETS' 2025-03-21T20:17:43.0318534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/test/targets.bzl' 2025-03-21T20:17:43.0319371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend/test' 2025-03-21T20:17:43.0320248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/backend' 2025-03-21T20:17:43.0320996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/TARGETS' 2025-03-21T20:17:43.0321746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/array_ref.h' 2025-03-21T20:17:43.0322507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/data_loader.h' 2025-03-21T20:17:43.0323275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/defines.h' 2025-03-21T20:17:43.0324013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/error.h' 2025-03-21T20:17:43.0324756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/evalue.cpp' 2025-03-21T20:17:43.0325505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/evalue.h' 2025-03-21T20:17:43.0326273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/event_tracer.h' 2025-03-21T20:17:43.0327084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:17:43.0328000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:17:43.0328892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/TARGETS' 2025-03-21T20:17:43.0329739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:17:43.0330616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/targets.bzl' 2025-03-21T20:17:43.0331539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/README.md' 2025-03-21T20:17:43.0332506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/TARGETS' 2025-03-21T20:17:43.0333473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/targets.bzl' 2025-03-21T20:17:43.0334498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:17:43.0335539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.cpp' 2025-03-21T20:17:43.0336556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:17:43.0337596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test/CMakeLists.txt' 2025-03-21T20:17:43.0338636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test/TARGETS' 2025-03-21T20:17:43.0339655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test/targets.bzl' 2025-03-21T20:17:43.0340745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test/tensor_factory_test.cpp' 2025-03-21T20:17:43.0341949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test/tensor_util_test.cpp' 2025-03-21T20:17:43.0343015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util/test' 2025-03-21T20:17:43.0344007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/testing_util' 2025-03-21T20:17:43.0344930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/README.md' 2025-03-21T20:17:43.0345888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/TARGETS' 2025-03-21T20:17:43.0346811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:17:43.0347825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:17:43.0348776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/targets.bzl' 2025-03-21T20:17:43.0349755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:17:43.0350809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp' 2025-03-21T20:17:43.0351868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:17:43.0352854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:17:43.0353811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp' 2025-03-21T20:17:43.0354817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/tensor_util_portable.cpp' 2025-03-21T20:17:43.0355836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/CMakeLists.txt' 2025-03-21T20:17:43.0356798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/TARGETS' 2025-03-21T20:17:43.0357798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/dim_order_util_test.cpp' 2025-03-21T20:17:43.0358900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/operator_impl_example_test.cpp' 2025-03-21T20:17:43.0360019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/scalar_type_util_test.cpp' 2025-03-21T20:17:43.0361046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/targets.bzl' 2025-03-21T20:17:43.0362101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/tensor_shape_to_c_string_test.cpp' 2025-03-21T20:17:43.0363214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test/tensor_util_test.cpp' 2025-03-21T20:17:43.0364276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util/test' 2025-03-21T20:17:43.0365174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten/util' 2025-03-21T20:17:43.0366024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/exec_aten' 2025-03-21T20:17:43.0366849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:17:43.0367706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:17:43.0368563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:17:43.0369378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/named_data_map.h' 2025-03-21T20:17:43.0370294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/TARGETS' 2025-03-21T20:17:43.0371178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:17:43.0372099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:17:43.0373034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:17:43.0374124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/README.md' 2025-03-21T20:17:43.0375188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/TARGETS' 2025-03-21T20:17:43.0376174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:17:43.0377200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:17:43.0378218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/macros' 2025-03-21T20:17:43.0379223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/targets.bzl' 2025-03-21T20:17:43.0380254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:17:43.0381311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:17:43.0382361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:17:43.0383376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:17:43.0384378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:17:43.0385481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:17:43.0386545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:17:43.0387618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:17:43.0388690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:17:43.0389678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10/util' 2025-03-21T20:17:43.0390652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10/c10' 2025-03-21T20:17:43.0391592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/c10' 2025-03-21T20:17:43.0392490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:17:43.0393373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:17:43.0394237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:17:43.0395098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:17:43.0396000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:17:43.0396900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:17:43.0397893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:17:43.0398820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:17:43.0399735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/targets.bzl' 2025-03-21T20:17:43.0400624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:17:43.0401528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/tensor_impl.cpp' 2025-03-21T20:17:43.0402465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:17:43.0403460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:17:43.0404447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/CMakeLists.txt' 2025-03-21T20:17:43.0405408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/TARGETS' 2025-03-21T20:17:43.0406376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/bfloat16_test.cpp' 2025-03-21T20:17:43.0407435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/dont_shadow_complex_test.c' 2025-03-21T20:17:43.0408463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/half_test.cpp' 2025-03-21T20:17:43.0409463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/optional_test.cpp' 2025-03-21T20:17:43.0410474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/scalar_test.cpp' 2025-03-21T20:17:43.0411453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/targets.bzl' 2025-03-21T20:17:43.0412463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/tensor_impl_test.cpp' 2025-03-21T20:17:43.0413497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test/tensor_test.cpp' 2025-03-21T20:17:43.0414457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type/test' 2025-03-21T20:17:43.0415345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/portable_type' 2025-03-21T20:17:43.0416154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/result.h' 2025-03-21T20:17:43.0416883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/span.h' 2025-03-21T20:17:43.0417611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/tag.cpp' 2025-03-21T20:17:43.0418326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/tag.h' 2025-03-21T20:17:43.0419069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/targets.bzl' 2025-03-21T20:17:43.0419857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/tensor_layout.cpp' 2025-03-21T20:17:43.0420672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:17:43.0421522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:17:43.0422401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/CMakeLists.txt' 2025-03-21T20:17:43.0423216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/TARGETS' 2025-03-21T20:17:43.0424056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/array_ref_test.cpp' 2025-03-21T20:17:43.0424967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/error_handling_test.cpp' 2025-03-21T20:17:43.0426028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/evalue_test.cpp' 2025-03-21T20:17:43.0426924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/event_tracer_test.cpp' 2025-03-21T20:17:43.0427859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/freeable_buffer_test.cpp' 2025-03-21T20:17:43.0428846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/hierarchical_allocator_test.cpp' 2025-03-21T20:17:43.0429852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/memory_allocator_test.cpp' 2025-03-21T20:17:43.0430817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/span_test.cpp' 2025-03-21T20:17:43.0431636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/tag_test.cpp' 2025-03-21T20:17:43.0432453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/targets.bzl' 2025-03-21T20:17:43.0433320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/tensor_layout_test.cpp' 2025-03-21T20:17:43.0434311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test/tensor_shape_dynamism_test_aten.cpp' 2025-03-21T20:17:43.0435233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core/test' 2025-03-21T20:17:43.0435995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/core' 2025-03-21T20:17:43.0436749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/TARGETS' 2025-03-21T20:17:43.0437551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/memory_manager.h' 2025-03-21T20:17:43.0438375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/method.cpp' 2025-03-21T20:17:43.0439162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/method.h' 2025-03-21T20:17:43.0439971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/method_meta.cpp' 2025-03-21T20:17:43.0440813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/method_meta.h' 2025-03-21T20:17:43.0441716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/platform_memory_allocator.h' 2025-03-21T20:17:43.0442599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/program.cpp' 2025-03-21T20:17:43.0443401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/program.h' 2025-03-21T20:17:43.0444227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/pte_data_map.cpp' 2025-03-21T20:17:43.0445075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/pte_data_map.h' 2025-03-21T20:17:43.0445902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/targets.bzl' 2025-03-21T20:17:43.0446726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/tensor_parser.h' 2025-03-21T20:17:43.0447607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/tensor_parser_aten.cpp' 2025-03-21T20:17:43.0448545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp' 2025-03-21T20:17:43.0449511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/tensor_parser_portable.cpp' 2025-03-21T20:17:43.0450446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/CMakeLists.txt' 2025-03-21T20:17:43.0451298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/TARGETS' 2025-03-21T20:17:43.0452256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/allocation_failure_stress_test.cpp' 2025-03-21T20:17:43.0453395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/backend_integration_test.cpp' 2025-03-21T20:17:43.0454367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/executor_test.cpp' 2025-03-21T20:17:43.0455347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/kernel_integration_test.cpp' 2025-03-21T20:17:43.0456372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/kernel_resolution_test.cpp' 2025-03-21T20:17:43.0457377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/managed_memory_manager.h' 2025-03-21T20:17:43.0458431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/memory_manager_test.cpp' 2025-03-21T20:17:43.0459399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/method_meta_test.cpp' 2025-03-21T20:17:43.0460323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/method_test.cpp' 2025-03-21T20:17:43.0461211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/program_test.cpp' 2025-03-21T20:17:43.0462152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/pte_data_map_test.cpp' 2025-03-21T20:17:43.0463067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/targets.bzl' 2025-03-21T20:17:43.0463980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/tensor_parser_test.cpp' 2025-03-21T20:17:43.0464992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp' 2025-03-21T20:17:43.0466166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test/test_backend_with_delegate_mapping.cpp' 2025-03-21T20:17:43.0467147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor/test' 2025-03-21T20:17:43.0467942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/executor' 2025-03-21T20:17:43.0468708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/TARGETS' 2025-03-21T20:17:43.0469509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:17:43.0470393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:17:43.0471299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/operator_registry.cpp' 2025-03-21T20:17:43.0472183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:17:43.0473005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/targets.bzl' 2025-03-21T20:17:43.0474075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/CMakeLists.txt' 2025-03-21T20:17:43.0474911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/TARGETS' 2025-03-21T20:17:43.0475741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:17:43.0476719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/kernel_double_registration_test.cpp' 2025-03-21T20:17:43.0477784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/kernel_runtime_context_test.cpp' 2025-03-21T20:17:43.0478879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/operator_registry_max_kernel_num_test.cpp' 2025-03-21T20:17:43.0479936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/operator_registry_test.cpp' 2025-03-21T20:17:43.0481004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/targets.bzl' 2025-03-21T20:17:43.0481964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/test_kernel_manual_registration.cpp' 2025-03-21T20:17:43.0482927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:17:43.0483742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/test' 2025-03-21T20:17:43.0484628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:17:43.0485486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/kernel' 2025-03-21T20:17:43.0486310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/TARGETS' 2025-03-21T20:17:43.0487087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/abort.cpp' 2025-03-21T20:17:43.0487869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/abort.h' 2025-03-21T20:17:43.0488637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/assert.h' 2025-03-21T20:17:43.0489404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/clock.h' 2025-03-21T20:17:43.0490214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:17:43.0491021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/compiler.h' 2025-03-21T20:17:43.0491862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/default/minimal.cpp' 2025-03-21T20:17:43.0492756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/default/posix.cpp' 2025-03-21T20:17:43.0493626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/default' 2025-03-21T20:17:43.0494441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/log.bzl' 2025-03-21T20:17:43.0495211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/log.cpp' 2025-03-21T20:17:43.0495973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/log.h' 2025-03-21T20:17:43.0496737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/platform.h' 2025-03-21T20:17:43.0497548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/profiler.cpp' 2025-03-21T20:17:43.0498356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/profiler.h' 2025-03-21T20:17:43.0499163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/runtime.cpp' 2025-03-21T20:17:43.0499963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/runtime.h' 2025-03-21T20:17:43.0500751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/system.h' 2025-03-21T20:17:43.0501532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/targets.bzl' 2025-03-21T20:17:43.0502392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/CMakeLists.txt' 2025-03-21T20:17:43.0503249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/TARGETS' 2025-03-21T20:17:43.0504109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/clock_test.cpp' 2025-03-21T20:17:43.0505063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/executor_pal_death_test.cpp' 2025-03-21T20:17:43.0506182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/executor_pal_override_test.cpp' 2025-03-21T20:17:43.0507194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/executor_pal_test.cpp' 2025-03-21T20:17:43.0508192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/logging_test.cpp' 2025-03-21T20:17:43.0509110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/stub_platform.cpp' 2025-03-21T20:17:43.0510022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:17:43.0510909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test/targets.bzl' 2025-03-21T20:17:43.0511755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/test' 2025-03-21T20:17:43.0512552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform/types.h' 2025-03-21T20:17:43.0513363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/platform' 2025-03-21T20:17:43.0514115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/test/TARGETS' 2025-03-21T20:17:43.0514878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/test/test_runtime.py' 2025-03-21T20:17:43.0515646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime/test' 2025-03-21T20:17:43.0516366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/runtime' 2025-03-21T20:17:43.0517082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/CMakeLists.txt' 2025-03-21T20:17:43.0517784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/README.md' 2025-03-21T20:17:43.0518461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/TARGETS' 2025-03-21T20:17:43.0519188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/extended_header.cpp' 2025-03-21T20:17:43.0519963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/extended_header.h' 2025-03-21T20:17:43.0520699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/program.fbs' 2025-03-21T20:17:43.0521425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/scalar_type.fbs' 2025-03-21T20:17:43.0522150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/targets.bzl' 2025-03-21T20:17:43.0522841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/test/TARGETS' 2025-03-21T20:17:43.0523642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/test/extended_header_test.cpp' 2025-03-21T20:17:43.0524462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/test/targets.bzl' 2025-03-21T20:17:43.0525205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/schema/test' 2025-03-21T20:17:43.0525915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/schema' 2025-03-21T20:17:43.0526708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/check_binary_dependencies.py' 2025-03-21T20:17:43.0527554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/file_size_compare.py' 2025-03-21T20:17:43.0528352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/pick_doc_commits.py' 2025-03-21T20:17:43.0529168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/print_public_headers.py' 2025-03-21T20:17:43.0530061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/release/apply-release-changes.sh' 2025-03-21T20:17:43.0530988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/release/cut-release-branch.sh' 2025-03-21T20:17:43.0531825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/release' 2025-03-21T20:17:43.0532581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts/strip_binary.py' 2025-03-21T20:17:43.0533314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/scripts' 2025-03-21T20:17:43.0534063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/setup.py' 2025-03-21T20:17:43.0534717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim' 2025-03-21T20:17:43.0535391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/BUCK' 2025-03-21T20:17:43.0536067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/README.md' 2025-03-21T20:17:43.0536737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/tools' 2025-03-21T20:17:43.0537561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/backends.bzl' 2025-03-21T20:17:43.0538654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/qualcomm/qnn_version.bzl' 2025-03-21T20:17:43.0539712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/qualcomm' 2025-03-21T20:17:43.0540859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party/third_party_libs.bzl' 2025-03-21T20:17:43.0542055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party' 2025-03-21T20:17:43.0543130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends/xnnpack' 2025-03-21T20:17:43.0544091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/backends' 2025-03-21T20:17:43.0545055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/build/env_interface.bzl' 2025-03-21T20:17:43.0546144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/build/runtime_wrapper.bzl' 2025-03-21T20:17:43.0547121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/build/selects.bzl' 2025-03-21T20:17:43.0548074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/build/type_defs.bzl' 2025-03-21T20:17:43.0549008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/build' 2025-03-21T20:17:43.0549935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/codegen/codegen.bzl' 2025-03-21T20:17:43.0550865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/codegen' 2025-03-21T20:17:43.0551892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/extension/pybindings/pybindings.bzl' 2025-03-21T20:17:43.0552984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/extension/pybindings' 2025-03-21T20:17:43.0553989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/extension' 2025-03-21T20:17:43.0555068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:17:43.0556198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:17:43.0557309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/optimized' 2025-03-21T20:17:43.0558415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl' 2025-03-21T20:17:43.0559508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/portable' 2025-03-21T20:17:43.0560510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/test/util.bzl' 2025-03-21T20:17:43.0561485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels/test' 2025-03-21T20:17:43.0562508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/kernels' 2025-03-21T20:17:43.0563483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/third-party/glob_defs.bzl' 2025-03-21T20:17:43.0564474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch/third-party' 2025-03-21T20:17:43.0565398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat/executorch' 2025-03-21T20:17:43.0566201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et/xplat' 2025-03-21T20:17:43.0566984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/shim_et' 2025-03-21T20:17:43.0567276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/.gitignore' 2025-03-21T20:17:43.0567579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/CMakeLists.txt' 2025-03-21T20:17:43.0567857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/TARGETS' 2025-03-21T20:17:43.0568136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/__init__.py' 2025-03-21T20:17:43.0568449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/build_size_test.sh' 2025-03-21T20:17:43.0568757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end/TARGETS' 2025-03-21T20:17:43.0569078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end/__init__.py' 2025-03-21T20:17:43.0569454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end/exported_module.py' 2025-03-21T20:17:43.0569867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end/register_scratch_meta_fns.py' 2025-03-21T20:17:43.0570233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end/test_end2end.py' 2025-03-21T20:17:43.0570544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test/end2end' 2025-03-21T20:17:43.0570834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/TARGETS' 2025-03-21T20:17:43.0571164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/__init__.py' 2025-03-21T20:17:43.0571692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/deprecated/ModuleLinear-no-constant-segment.pte' 2025-03-21T20:17:43.0572075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/deprecated/README.md' 2025-03-21T20:17:43.0572427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/deprecated/TARGETS' 2025-03-21T20:17:43.0572803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/deprecated' 2025-03-21T20:17:43.0573204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/export_delegated_program.py' 2025-03-21T20:17:43.0573820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/export_program.py' 2025-03-21T20:17:43.0574287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/generate_linear_out_bundled_program.py' 2025-03-21T20:17:43.0574636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/linear_model.py' 2025-03-21T20:17:43.0574952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models/targets.bzl' 2025-03-21T20:17:43.0575260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test/models' 2025-03-21T20:17:43.0575602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/run_oss_cpp_tests.sh' 2025-03-21T20:17:43.0575900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/size_test.cpp' 2025-03-21T20:17:43.0576195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/targets.bzl' 2025-03-21T20:17:43.0576640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/CMakeLists.txt' 2025-03-21T20:17:43.0576965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/DeathTest.h' 2025-03-21T20:17:43.0577301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/OSSTest.cmake.in' 2025-03-21T20:17:43.0577653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/OSSTestConfig.json' 2025-03-21T20:17:43.0577957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/TARGETS' 2025-03-21T20:17:43.0578295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/UnitTestMain.cpp' 2025-03-21T20:17:43.0578690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/alignment.h' 2025-03-21T20:17:43.0579037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/alignment_test.cpp' 2025-03-21T20:17:43.0579458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/generate_gtest_cmakelists.py' 2025-03-21T20:17:43.0579775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils/targets.bzl' 2025-03-21T20:17:43.0580087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test/utils' 2025-03-21T20:17:43.0580364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test' 2025-03-21T20:17:43.0580661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/TARGETS' 2025-03-21T20:17:43.0580996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/ao' 2025-03-21T20:17:43.0581359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/flatbuffers' 2025-03-21T20:17:43.0581711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/flatcc' 2025-03-21T20:17:43.0582052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/flatcc_defs.bzl' 2025-03-21T20:17:43.0582399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/gflags' 2025-03-21T20:17:43.0582712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/gflags.bzl' 2025-03-21T20:17:43.0583057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/gflags_defs.bzl' 2025-03-21T20:17:43.0583413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/googletest' 2025-03-21T20:17:43.0583741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/gtest_defs.bzl' 2025-03-21T20:17:43.0584108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/ios-cmake' 2025-03-21T20:17:43.0584437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/link_python.sh' 2025-03-21T20:17:43.0584770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/link_torch.sh' 2025-03-21T20:17:43.0585127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/pocketfft' 2025-03-21T20:17:43.0585584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/prebuilt_python_defs.bzl' 2025-03-21T20:17:43.0585926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/prelude' 2025-03-21T20:17:43.0586286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party/pybind11' 2025-03-21T20:17:43.0586592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/third-party' 2025-03-21T20:17:43.0586877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/__init__.py' 2025-03-21T20:17:43.0587243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/buck/constraints/TARGETS' 2025-03-21T20:17:43.0587628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/buck/constraints' 2025-03-21T20:17:43.0588074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/buck' 2025-03-21T20:17:43.0588397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/Codegen.cmake' 2025-03-21T20:17:43.0588716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/Test.cmake' 2025-03-21T20:17:43.0589031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/Utils.cmake' 2025-03-21T20:17:43.0589354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/__init__.py' 2025-03-21T20:17:43.0589671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/buck_util.py' 2025-03-21T20:17:43.0590069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/cmake_deps.toml' 2025-03-21T20:17:43.0590466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/executorch-config.cmake' 2025-03-21T20:17:43.0590888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/executorch-wheel-config.cmake' 2025-03-21T20:17:43.0591255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/extract_sources.py' 2025-03-21T20:17:43.0591585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake/resolve_buck.py' 2025-03-21T20:17:43.0591901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/cmake' 2025-03-21T20:17:43.0592279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/wheel/pip_data_bin_init.py.in' 2025-03-21T20:17:43.0592596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/tools/wheel' 2025-03-21T20:17:43.0592878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/tools' 2025-03-21T20:17:43.0593147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/TARGETS' 2025-03-21T20:17:43.0593535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/activation_memory_profiler.py' 2025-03-21T20:17:43.0593827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/collect_env.py' 2025-03-21T20:17:43.0594181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/cprofiler_flamegraph.md' 2025-03-21T20:17:43.0594499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/python_profiler.py' 2025-03-21T20:17:43.0594793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/util/targets.bzl' 2025-03-21T20:17:43.0595070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/util' 2025-03-21T20:17:43.0595334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/version.txt' 2025-03-21T20:17:43.0595602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:17:43.0596658Z ##[endgroup] 2025-03-21T20:17:43.0708170Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:43.0708309Z with: 2025-03-21T20:17:43.0708454Z repository: pytorch/test-infra 2025-03-21T20:17:43.0708558Z path: test-infra 2025-03-21T20:17:43.0708671Z submodules: recursive 2025-03-21T20:17:43.0708936Z token: *** 2025-03-21T20:17:43.0709053Z ssh-strict: true 2025-03-21T20:17:43.0709145Z ssh-user: git 2025-03-21T20:17:43.0709260Z persist-credentials: true 2025-03-21T20:17:43.0709367Z clean: true 2025-03-21T20:17:43.0709492Z sparse-checkout-cone-mode: true 2025-03-21T20:17:43.0709611Z fetch-depth: 1 2025-03-21T20:17:43.0709704Z fetch-tags: false 2025-03-21T20:17:43.0709805Z show-progress: true 2025-03-21T20:17:43.0709906Z lfs: false 2025-03-21T20:17:43.0710011Z set-safe-directory: true 2025-03-21T20:17:43.0710139Z env: 2025-03-21T20:17:43.0710284Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:43.0710398Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:43.0710507Z PR_NUMBER: 2025-03-21T20:17:43.0715660Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:43.0715948Z ##[endgroup] 2025-03-21T20:17:43.1861635Z Syncing repository: pytorch/test-infra 2025-03-21T20:17:43.1862225Z ##[group]Getting Git version info 2025-03-21T20:17:43.1862583Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:43.1862904Z [command]/usr/bin/git version 2025-03-21T20:17:43.1863004Z git version 2.47.1 2025-03-21T20:17:43.1880031Z ##[endgroup] 2025-03-21T20:17:43.1890845Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/4a6be26a-905e-425e-a2bc-760c741ca914/.gitconfig' 2025-03-21T20:17:43.1900409Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4a6be26a-905e-425e-a2bc-760c741ca914' before making global git config changes 2025-03-21T20:17:43.1900981Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:43.1906952Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:43.1941845Z ##[group]Initializing the repository 2025-03-21T20:17:43.1946368Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:43.2087884Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:43.2088315Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:43.2089080Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:43.2089238Z hint: 2025-03-21T20:17:43.2089571Z hint: git config --global init.defaultBranch 2025-03-21T20:17:43.2089720Z hint: 2025-03-21T20:17:43.2090066Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:43.2090469Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:43.2090622Z hint: 2025-03-21T20:17:43.2090809Z hint: git branch -m 2025-03-21T20:17:43.2092174Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:17:43.2102652Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:17:43.2141379Z ##[endgroup] 2025-03-21T20:17:43.2141932Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:43.2146474Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:43.2171765Z ##[endgroup] 2025-03-21T20:17:43.2172228Z ##[group]Setting up auth 2025-03-21T20:17:43.2178988Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:43.2206040Z [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:17:43.2464327Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:43.2491744Z [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:17:43.2748583Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:43.2791873Z ##[endgroup] 2025-03-21T20:17:43.2792358Z ##[group]Determining the default branch 2025-03-21T20:17:43.2795090Z Retrieving the default branch name 2025-03-21T20:17:43.4745476Z Default branch 'main' 2025-03-21T20:17:43.4746174Z ##[endgroup] 2025-03-21T20:17:43.4746651Z ##[group]Fetching the repository 2025-03-21T20:17:43.4751517Z [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:17:43.8664946Z From https://github.com/pytorch/test-infra 2025-03-21T20:17:43.8665688Z * [new branch] main -> origin/main 2025-03-21T20:17:43.8687868Z ##[endgroup] 2025-03-21T20:17:43.8688357Z ##[group]Determining the checkout info 2025-03-21T20:17:43.8689181Z ##[endgroup] 2025-03-21T20:17:43.8693974Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:17:43.8726373Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:43.8750811Z ##[group]Checking out the ref 2025-03-21T20:17:43.8754677Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:17:43.9776760Z Switched to a new branch 'main' 2025-03-21T20:17:43.9777709Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:17:43.9786501Z ##[endgroup] 2025-03-21T20:17:43.9786945Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:17:43.9793021Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:43.9849735Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:17:43.9879733Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:17:43.9907301Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:17:43.9931149Z ##[endgroup] 2025-03-21T20:17:43.9931583Z ##[group]Fetching submodules 2025-03-21T20:17:43.9935284Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:17:44.0210198Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:17:44.0492863Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:17:44.0776306Z ##[endgroup] 2025-03-21T20:17:44.0776786Z ##[group]Persisting credentials for submodules 2025-03-21T20:17:44.0782152Z [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:17:44.1044426Z [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:17:44.1308951Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:17:44.1575774Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:17:44.1827264Z ##[endgroup] 2025-03-21T20:17:44.1860217Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:17:44.1882372Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:17:44.2100893Z Prepare all required actions 2025-03-21T20:17:44.2101496Z Getting action download info 2025-03-21T20:17:44.3117271Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:45.6967541Z Getting action download info 2025-03-21T20:17:45.8118424Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:17:45.9584525Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:17:45.9584914Z env: 2025-03-21T20:17:45.9585203Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:45.9585724Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:45.9586038Z PR_NUMBER: 2025-03-21T20:17:45.9591322Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:45.9596856Z ##[endgroup] 2025-03-21T20:17:45.9684579Z ##[group]Run set -euo pipefail 2025-03-21T20:17:45.9684948Z set -euo pipefail 2025-03-21T20:17:45.9685257Z function get_ec2_metadata() { 2025-03-21T20:17:45.9685637Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:17:45.9686303Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:17:45.9686890Z  category=$1 2025-03-21T20:17:45.9687811Z  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:17:45.9688783Z } 2025-03-21T20:17:45.9689062Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:17:45.9689506Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:17:45.9689990Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:17:45.9690427Z echo "system info $(uname -a)" 2025-03-21T20:17:45.9696083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:45.9696485Z env: 2025-03-21T20:17:45.9696755Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:45.9697126Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:45.9697412Z PR_NUMBER: 2025-03-21T20:17:45.9702807Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:45.9708490Z ##[endgroup] 2025-03-21T20:17:45.9841723Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:17:45.9938043Z instance-id: i-044389c202352d67c 2025-03-21T20:17:46.0030340Z instance-type: c5.2xlarge 2025-03-21T20:17:46.0040624Z system info Linux ip-10-0-77-84.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:17:46.0080105Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:46.0081089Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:46.0087196Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:46.0087591Z env: 2025-03-21T20:17:46.0087882Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.0088282Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.0088600Z PR_NUMBER: 2025-03-21T20:17:46.0093827Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:46.0099306Z ##[endgroup] 2025-03-21T20:17:46.0176239Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:17:46.0176716Z if systemctl is-active --quiet docker; then 2025-03-21T20:17:46.0177103Z  echo "Docker daemon is running..."; 2025-03-21T20:17:46.0177584Z else 2025-03-21T20:17:46.0178079Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:17:46.0178526Z fi 2025-03-21T20:17:46.0184048Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:46.0184443Z env: 2025-03-21T20:17:46.0184704Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.0185075Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.0185374Z PR_NUMBER: 2025-03-21T20:17:46.0190730Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:46.0196208Z ##[endgroup] 2025-03-21T20:17:46.0267960Z Docker daemon is running... 2025-03-21T20:17:46.0297574Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:46.0298248Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:46.0298787Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:17:46.0299418Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:17:46.0300170Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:17:46.0305802Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:46.0306202Z env: 2025-03-21T20:17:46.0306481Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.0306856Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.0307144Z PR_NUMBER: 2025-03-21T20:17:46.0312524Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:46.0318101Z AWS_RETRY_MODE: standard 2025-03-21T20:17:46.0318394Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:17:46.0318664Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:17:46.0318952Z ##[endgroup] 2025-03-21T20:17:47.1222674Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:47.1223338Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:47.1223942Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:47.1224403Z 2025-03-21T20:17:47.1224616Z Login Succeeded 2025-03-21T20:17:47.1272026Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:47.1272644Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:47.1273176Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:47.1279176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:47.1279579Z env: 2025-03-21T20:17:47.1279856Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.1280243Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.1280545Z PR_NUMBER: 2025-03-21T20:17:47.1285776Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.1291261Z ##[endgroup] 2025-03-21T20:17:47.1379723Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:47.1380238Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:47.1380667Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:47.1381043Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:47.1381504Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:47.1381959Z  2025-03-21T20:17:47.1382279Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:17:47.1382735Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:47.1383117Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:47.1400513Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:47.1401223Z  2025-03-21T20:17:47.1401599Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:17:47.1401972Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:47.1402323Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:47.1402748Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:47.1408438Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:47.1408834Z env: 2025-03-21T20:17:47.1409094Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.1409472Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.1409770Z PR_NUMBER: 2025-03-21T20:17:47.1414976Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.1420453Z ##[endgroup] 2025-03-21T20:17:47.5119810Z ##[group]Run needs=0 2025-03-21T20:17:47.5120113Z needs=0 2025-03-21T20:17:47.5120508Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:17:47.5120961Z  needs=1 2025-03-21T20:17:47.5121210Z fi 2025-03-21T20:17:47.5121483Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:17:47.5127092Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:47.5127491Z env: 2025-03-21T20:17:47.5127751Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.5128128Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.5128427Z PR_NUMBER: 2025-03-21T20:17:47.5133819Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.5139544Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:47.5140157Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:47.5140735Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:47.5141131Z ##[endgroup] 2025-03-21T20:17:47.5476509Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:47.5477133Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:47.5477585Z # shellcheck disable=SC2046 2025-03-21T20:17:47.5477961Z docker stop $(docker ps -q) || true 2025-03-21T20:17:47.5478342Z # Prune all of the docker images 2025-03-21T20:17:47.5478693Z docker system prune -af 2025-03-21T20:17:47.5484421Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:47.5484812Z env: 2025-03-21T20:17:47.5485083Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.5485454Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.5485754Z PR_NUMBER: 2025-03-21T20:17:47.5490976Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.5496638Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:47.5497255Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:47.5497816Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:47.5498225Z ##[endgroup] 2025-03-21T20:17:47.5750723Z "docker stop" requires at least 1 argument. 2025-03-21T20:17:47.5751394Z See 'docker stop --help'. 2025-03-21T20:17:47.5751579Z 2025-03-21T20:17:47.5751763Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:17:47.5752043Z 2025-03-21T20:17:47.5752174Z Stop one or more running containers 2025-03-21T20:17:47.5900454Z Total reclaimed space: 0B 2025-03-21T20:17:47.5976754Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:17:47.5977146Z with: 2025-03-21T20:17:47.5977604Z github-secret: *** 2025-03-21T20:17:47.5978332Z 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:17:47.5979260Z activate-with-label: false 2025-03-21T20:17:47.5979555Z label: with-ssh 2025-03-21T20:17:47.5979822Z remove-existing-keys: true 2025-03-21T20:17:47.5980120Z fail-silently: true 2025-03-21T20:17:47.5980368Z env: 2025-03-21T20:17:47.5980632Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.5981004Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.5981303Z PR_NUMBER: 2025-03-21T20:17:47.5986638Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.5992290Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:47.5992909Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:47.5993488Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:47.5993899Z ##[endgroup] 2025-03-21T20:17:47.7074943Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:17:47.7076224Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:17:47.7204929Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:47.7205260Z with: 2025-03-21T20:17:47.7205510Z repository: pytorch/executorch 2025-03-21T20:17:47.7205854Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:47.7206199Z path: pytorch/executorch 2025-03-21T20:17:47.7206482Z fetch-depth: 0 2025-03-21T20:17:47.7206732Z submodules: true 2025-03-21T20:17:47.7207158Z token: *** 2025-03-21T20:17:47.7207417Z ssh-strict: true 2025-03-21T20:17:47.7207682Z ssh-user: git 2025-03-21T20:17:47.7207941Z persist-credentials: true 2025-03-21T20:17:47.7208231Z clean: true 2025-03-21T20:17:47.7208491Z sparse-checkout-cone-mode: true 2025-03-21T20:17:47.7208801Z fetch-tags: false 2025-03-21T20:17:47.7209041Z show-progress: true 2025-03-21T20:17:47.7209295Z lfs: false 2025-03-21T20:17:47.7209534Z set-safe-directory: true 2025-03-21T20:17:47.7209808Z env: 2025-03-21T20:17:47.7210066Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:47.7210476Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:47.7210779Z PR_NUMBER: 2025-03-21T20:17:47.7217860Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:17:47.7223736Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:47.7224349Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:47.7224921Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:47.7225431Z ##[endgroup] 2025-03-21T20:17:47.8198213Z Syncing repository: pytorch/executorch 2025-03-21T20:17:47.8207585Z ##[group]Getting Git version info 2025-03-21T20:17:47.8208633Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:17:47.8235808Z [command]/usr/bin/git version 2025-03-21T20:17:47.8270873Z git version 2.47.1 2025-03-21T20:17:47.8296380Z ##[endgroup] 2025-03-21T20:17:47.8306164Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/ba09b219-dfc2-4174-893b-f1e7d8054145/.gitconfig' 2025-03-21T20:17:47.8315469Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ba09b219-dfc2-4174-893b-f1e7d8054145' before making global git config changes 2025-03-21T20:17:47.8317202Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:47.8322499Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:47.8358666Z ##[group]Initializing the repository 2025-03-21T20:17:47.8363568Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:47.8393859Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:47.8394971Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:47.8395933Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:47.8396637Z hint: 2025-03-21T20:17:47.8397125Z hint: git config --global init.defaultBranch 2025-03-21T20:17:47.8397740Z hint: 2025-03-21T20:17:47.8398325Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:47.8399312Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:47.8400057Z hint: 2025-03-21T20:17:47.8400420Z hint: git branch -m 2025-03-21T20:17:47.8401483Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:17:47.8407764Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:17:47.8434093Z ##[endgroup] 2025-03-21T20:17:47.8434883Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:47.8438996Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:47.8463270Z ##[endgroup] 2025-03-21T20:17:47.8464001Z ##[group]Setting up auth 2025-03-21T20:17:47.8470163Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:47.8497837Z [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:17:47.8753287Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:47.8779617Z [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:17:47.9034677Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:47.9077240Z ##[endgroup] 2025-03-21T20:17:47.9077685Z ##[group]Fetching the repository 2025-03-21T20:17:47.9085706Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-21T20:17:57.4013299Z From https://github.com/pytorch/executorch 2025-03-21T20:17:57.4013813Z * [new branch] 0.1.0 -> origin/0.1.0 2025-03-21T20:17:57.4014445Z * [new branch] 0.2.0 -> origin/0.2.0 2025-03-21T20:17:57.4015071Z * [new branch] 0.2.1 -> origin/0.2.1 2025-03-21T20:17:57.4015780Z * [new branch] 0.2.1_release_changes -> origin/0.2.1_release_changes 2025-03-21T20:17:57.4016706Z * [new branch] 0.3.0 -> origin/0.3.0 2025-03-21T20:17:57.4017550Z * [new branch] 0.4.0 -> origin/0.4.0 2025-03-21T20:17:57.4018043Z * [new branch] 0.4/qcom -> origin/0.4/qcom 2025-03-21T20:17:57.4018753Z * [new branch] HEAD -> origin/HEAD 2025-03-21T20:17:57.4019928Z * [new branch] Migrate-Label-for-M1-Runners -> origin/Migrate-Label-for-M1-Runners 2025-03-21T20:17:57.4021116Z * [new branch] Olivia-liu-patch-1 -> origin/Olivia-liu-patch-1 2025-03-21T20:17:57.4022594Z * [new branch] Olivia-liu-patch-2 -> origin/Olivia-liu-patch-2 2025-03-21T20:17:57.4023768Z * [new branch] Olivia-liu-patch-2-1 -> origin/Olivia-liu-patch-2-1 2025-03-21T20:17:57.4024780Z * [new branch] WuhanMonkey-patch-1 -> origin/WuhanMonkey-patch-1 2025-03-21T20:17:57.4026386Z * [new branch] add-memory-metric-ios -> origin/add-memory-metric-ios 2025-03-21T20:17:57.4027353Z * [new branch] add-nightly-build-workflow -> origin/add-nightly-build-workflow 2025-03-21T20:17:57.4028500Z * [new branch] add-release-workflow-trigger -> origin/add-release-workflow-trigger 2025-03-21T20:17:57.4029666Z * [new branch] add-toc -> origin/add-toc 2025-03-21T20:17:57.4030971Z * [new branch] add-workflow-build-android-app -> origin/add-workflow-build-android-app 2025-03-21T20:17:57.4032050Z * [new branch] add_benchinfra_data_points -> origin/add_benchinfra_data_points 2025-03-21T20:17:57.4032931Z * [new branch] add_best_practice -> origin/add_best_practice 2025-03-21T20:17:57.4033908Z * [new branch] add_clean -> origin/add_clean 2025-03-21T20:17:57.4034767Z * [new branch] add_cmake_instruction -> origin/add_cmake_instruction 2025-03-21T20:17:57.4035828Z * [new branch] add_custom -> origin/add_custom 2025-03-21T20:17:57.4036889Z * [new branch] add_device_pool_for_s24 -> origin/add_device_pool_for_s24 2025-03-21T20:17:57.4037836Z * [new branch] add_dtype_arg_to_hf_export -> origin/add_dtype_arg_to_hf_export 2025-03-21T20:17:57.4038829Z * [new branch] add_legacy_flow_tests -> origin/add_legacy_flow_tests 2025-03-21T20:17:57.4039808Z * [new branch] add_legacy_flow_tests_rebase -> origin/add_legacy_flow_tests_rebase 2025-03-21T20:17:57.4041163Z * [new branch] add_neg -> origin/add_neg 2025-03-21T20:17:57.4042222Z * [new branch] add_nongenai_to_apple_perf -> origin/add_nongenai_to_apple_perf 2025-03-21T20:17:57.4043211Z * [new branch] add_phi_3_mini_runner -> origin/add_phi_3_mini_runner 2025-03-21T20:17:57.4044036Z * [new branch] add_quantized_ops -> origin/add_quantized_ops 2025-03-21T20:17:57.4045036Z * [new branch] add_sentencepiece -> origin/add_sentencepiece 2025-03-21T20:17:57.4046245Z * [new branch] allow-custom-runners-for-model -> origin/allow-custom-runners-for-model 2025-03-21T20:17:57.4047233Z * [new branch] android-app-readme -> origin/android-app-readme 2025-03-21T20:17:57.4048335Z * [new branch] android-benchmark-json-output -> origin/android-benchmark-json-output 2025-03-21T20:17:57.4049431Z * [new branch] android-benchmark-rss -> origin/android-benchmark-rss 2025-03-21T20:17:57.4050498Z * [new branch] android-llama2-device-farm -> origin/android-llama2-device-farm 2025-03-21T20:17:57.4051541Z * [new branch] android-module-api-update -> origin/android-module-api-update 2025-03-21T20:17:57.4052604Z * [new branch] android-test-cool-2 -> origin/android-test-cool-2 2025-03-21T20:17:57.4053548Z * [new branch] android-test-trigger -> origin/android-test-trigger 2025-03-21T20:17:57.4054416Z * [new branch] android_ci -> origin/android_ci 2025-03-21T20:17:57.4056013Z * [new branch] angelayi/cp_3809 -> origin/angelayi/cp_3809 2025-03-21T20:17:57.4056992Z * [new branch] angelayi/pin_1129 -> origin/angelayi/pin_1129 2025-03-21T20:17:57.4058014Z * [new branch] angelayi/pin_12162024 -> origin/angelayi/pin_12162024 2025-03-21T20:17:57.4059018Z * [new branch] angelayi/update_0108 -> origin/angelayi/update_0108 2025-03-21T20:17:57.4059948Z * [new branch] angelayi/update_0108_2 -> origin/angelayi/update_0108_2 2025-03-21T20:17:57.4061010Z * [new branch] angelayi/update_02_09 -> origin/angelayi/update_02_09 2025-03-21T20:17:57.4061946Z * [new branch] angelayi/update_10_02 -> origin/angelayi/update_10_02 2025-03-21T20:17:57.4062914Z * [new branch] angelayi/update_9_29 -> origin/angelayi/update_9_29 2025-03-21T20:17:57.4064654Z * [new branch] angelayi/update_thirdparty_pytorch -> origin/angelayi/update_thirdparty_pytorch 2025-03-21T20:17:57.4065623Z * [new branch] aosp-test -> origin/aosp-test 2025-03-21T20:17:57.4066630Z * [new branch] arm-add-no-delegate-hacky -> origin/arm-add-no-delegate-hacky 2025-03-21T20:17:57.4067609Z * [new branch] arm-delegate-tutorial -> origin/arm-delegate-tutorial 2025-03-21T20:17:57.4069140Z * [new branch] auto-populate-issues-in-new-contributor-project -> origin/auto-populate-issues-in-new-contributor-project 2025-03-21T20:17:57.4070673Z * [new branch] auto-pt-pinned-commit-update -> origin/auto-pt-pinned-commit-update 2025-03-21T20:17:57.4071517Z * [new branch] bench-debug -> origin/bench-debug 2025-03-21T20:17:57.4072400Z * [new branch] bench-mps-8da4w -> origin/bench-mps-8da4w 2025-03-21T20:17:57.4073284Z * [new branch] benchmark_llama_htp -> origin/benchmark_llama_htp 2025-03-21T20:17:57.4074531Z * [new branch] build -> origin/build 2025-03-21T20:17:57.4075390Z * [new branch] build_changes -> origin/build_changes 2025-03-21T20:17:57.4076484Z * [new branch] bump-android-sdk -> origin/bump-android-sdk 2025-03-21T20:17:57.4077324Z * [new branch] bump-ao-311 -> origin/bump-ao-311 2025-03-21T20:17:57.4078438Z * [new branch] bump_hf_version -> origin/bump_hf_version 2025-03-21T20:17:57.4079850Z * [new branch] cache-macos-pytorch-build-artifact -> origin/cache-macos-pytorch-build-artifact 2025-03-21T20:17:57.4081468Z * [new branch] cadence/add-reference-quantized_fully_connected_out -> origin/cadence/add-reference-quantized_fully_connected_out 2025-03-21T20:17:57.4082883Z * [new branch] cadence/create-sdk-ci-cpu-dsp -> origin/cadence/create-sdk-ci-cpu-dsp 2025-03-21T20:17:57.4083771Z * [new branch] ccache -> origin/ccache 2025-03-21T20:17:57.4084700Z * [new branch] check_ignore_custom_op -> origin/check_ignore_custom_op 2025-03-21T20:17:57.4085794Z * [new branch] cherry-pick-2570-by-pytorch_bot_bot_ -> origin/cherry-pick-2570-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4086991Z * [new branch] cherry-pick-2611-by-pytorch_bot_bot_ -> origin/cherry-pick-2611-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4088233Z * [new branch] cherry-pick-2687-by-pytorch_bot_bot_ -> origin/cherry-pick-2687-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4089426Z * [new branch] cherry-pick-2696-by-pytorch_bot_bot_ -> origin/cherry-pick-2696-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4090584Z * [new branch] cherry-pick-2699-by-pytorch_bot_bot_ -> origin/cherry-pick-2699-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4091759Z * [new branch] cherry-pick-2723-by-pytorch_bot_bot_ -> origin/cherry-pick-2723-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4092952Z * [new branch] cherry-pick-2876-by-pytorch_bot_bot_ -> origin/cherry-pick-2876-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4094134Z * [new branch] cherry-pick-2899-by-pytorch_bot_bot_ -> origin/cherry-pick-2899-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4095311Z * [new branch] cherry-pick-2911-by-pytorch_bot_bot_ -> origin/cherry-pick-2911-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4096484Z * [new branch] cherry-pick-2919-by-pytorch_bot_bot_ -> origin/cherry-pick-2919-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4097669Z * [new branch] cherry-pick-2921-by-pytorch_bot_bot_ -> origin/cherry-pick-2921-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4098852Z * [new branch] cherry-pick-2926-by-pytorch_bot_bot_ -> origin/cherry-pick-2926-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4100081Z * [new branch] cherry-pick-2927-by-pytorch_bot_bot_ -> origin/cherry-pick-2927-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4101256Z * [new branch] cherry-pick-2932-by-pytorch_bot_bot_ -> origin/cherry-pick-2932-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4102661Z * [new branch] cherry-pick-2934-by-pytorch_bot_bot_ -> origin/cherry-pick-2934-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4103898Z * [new branch] cherry-pick-2940-by-pytorch_bot_bot_ -> origin/cherry-pick-2940-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4105139Z * [new branch] cherry-pick-2952-by-pytorch_bot_bot_ -> origin/cherry-pick-2952-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4106412Z * [new branch] cherry-pick-2957-by-pytorch_bot_bot_ -> origin/cherry-pick-2957-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4107617Z * [new branch] cherry-pick-2973-by-pytorch_bot_bot_ -> origin/cherry-pick-2973-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4108792Z * [new branch] cherry-pick-2975-by-pytorch_bot_bot_ -> origin/cherry-pick-2975-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4110060Z * [new branch] cherry-pick-2977-by-pytorch_bot_bot_ -> origin/cherry-pick-2977-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4111090Z * [new branch] cherry-pick-2980-by-pytorch_bot_bot_ -> origin/cherry-pick-2980-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4112176Z * [new branch] cherry-pick-2984-by-pytorch_bot_bot_ -> origin/cherry-pick-2984-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4113372Z * [new branch] cherry-pick-2992-by-pytorch_bot_bot_ -> origin/cherry-pick-2992-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4114591Z * [new branch] cherry-pick-2996-by-pytorch_bot_bot_ -> origin/cherry-pick-2996-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4115816Z * [new branch] cherry-pick-2998-by-pytorch_bot_bot_ -> origin/cherry-pick-2998-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4116881Z * [new branch] cherry-pick-3006-by-pytorch_bot_bot_ -> origin/cherry-pick-3006-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4118062Z * [new branch] cherry-pick-3039-by-pytorch_bot_bot_ -> origin/cherry-pick-3039-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4119244Z * [new branch] cherry-pick-3045-by-pytorch_bot_bot_ -> origin/cherry-pick-3045-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4120475Z * [new branch] cherry-pick-3071-by-pytorch_bot_bot_ -> origin/cherry-pick-3071-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4121751Z * [new branch] cherry-pick-3100-by-pytorch_bot_bot_ -> origin/cherry-pick-3100-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4122936Z * [new branch] cherry-pick-3113-by-pytorch_bot_bot_ -> origin/cherry-pick-3113-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4123992Z * [new branch] cherry-pick-3137-by-pytorch_bot_bot_ -> origin/cherry-pick-3137-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4125151Z * [new branch] cherry-pick-3153-by-pytorch_bot_bot_ -> origin/cherry-pick-3153-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4126348Z * [new branch] cherry-pick-3170-by-pytorch_bot_bot_ -> origin/cherry-pick-3170-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4127553Z * [new branch] cherry-pick-3176-by-pytorch_bot_bot_ -> origin/cherry-pick-3176-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4128831Z * [new branch] cherry-pick-3188-by-pytorch_bot_bot_ -> origin/cherry-pick-3188-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4130076Z * [new branch] cherry-pick-3194-by-pytorch_bot_bot_ -> origin/cherry-pick-3194-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4131302Z * [new branch] cherry-pick-3202-by-pytorch_bot_bot_ -> origin/cherry-pick-3202-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4132478Z * [new branch] cherry-pick-3212-by-pytorch_bot_bot_ -> origin/cherry-pick-3212-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4133716Z * [new branch] cherry-pick-3216-by-pytorch_bot_bot_ -> origin/cherry-pick-3216-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4134724Z * [new branch] cherry-pick-3221-by-pytorch_bot_bot_ -> origin/cherry-pick-3221-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4135885Z * [new branch] cherry-pick-3222-by-pytorch_bot_bot_ -> origin/cherry-pick-3222-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4137152Z * [new branch] cherry-pick-3224-by-pytorch_bot_bot_ -> origin/cherry-pick-3224-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4138424Z * [new branch] cherry-pick-3234-by-pytorch_bot_bot_ -> origin/cherry-pick-3234-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4139679Z * [new branch] cherry-pick-3237-by-pytorch_bot_bot_ -> origin/cherry-pick-3237-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4140860Z * [new branch] cherry-pick-3238-by-pytorch_bot_bot_ -> origin/cherry-pick-3238-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4141987Z * [new branch] cherry-pick-3240-by-pytorch_bot_bot_ -> origin/cherry-pick-3240-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4143283Z * [new branch] cherry-pick-3244-by-pytorch_bot_bot_ -> origin/cherry-pick-3244-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4144476Z * [new branch] cherry-pick-3246-by-pytorch_bot_bot_ -> origin/cherry-pick-3246-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4145754Z * [new branch] cherry-pick-3247-by-pytorch_bot_bot_ -> origin/cherry-pick-3247-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4146912Z * [new branch] cherry-pick-3250-by-pytorch_bot_bot_ -> origin/cherry-pick-3250-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4148120Z * [new branch] cherry-pick-3251-by-pytorch_bot_bot_ -> origin/cherry-pick-3251-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4149298Z * [new branch] cherry-pick-3254-by-pytorch_bot_bot_ -> origin/cherry-pick-3254-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4150486Z * [new branch] cherry-pick-3270-by-pytorch_bot_bot_ -> origin/cherry-pick-3270-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4151752Z * [new branch] cherry-pick-3298-by-pytorch_bot_bot_ -> origin/cherry-pick-3298-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4152928Z * [new branch] cherry-pick-3300-by-pytorch_bot_bot_ -> origin/cherry-pick-3300-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4154105Z * [new branch] cherry-pick-3301-by-pytorch_bot_bot_ -> origin/cherry-pick-3301-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4155297Z * [new branch] cherry-pick-3315-by-pytorch_bot_bot_ -> origin/cherry-pick-3315-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4156471Z * [new branch] cherry-pick-3358-by-pytorch_bot_bot_ -> origin/cherry-pick-3358-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4157666Z * [new branch] cherry-pick-3391-by-pytorch_bot_bot_ -> origin/cherry-pick-3391-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4158880Z * [new branch] cherry-pick-3438-by-pytorch_bot_bot_ -> origin/cherry-pick-3438-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4160133Z * [new branch] cherry-pick-3736-by-pytorch_bot_bot_ -> origin/cherry-pick-3736-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4161386Z * [new branch] cherry-pick-3739-by-pytorch_bot_bot_ -> origin/cherry-pick-3739-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4162625Z * [new branch] cherry-pick-3759-by-pytorch_bot_bot_ -> origin/cherry-pick-3759-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4163895Z * [new branch] cherry-pick-3782-by-pytorch_bot_bot_ -> origin/cherry-pick-3782-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4165083Z * [new branch] cherry-pick-3798-by-pytorch_bot_bot_ -> origin/cherry-pick-3798-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4166225Z * [new branch] cherry-pick-3809-by-pytorch_bot_bot_ -> origin/cherry-pick-3809-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4167408Z * [new branch] cherry-pick-3810-by-pytorch_bot_bot_ -> origin/cherry-pick-3810-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4168585Z * [new branch] cherry-pick-3845-by-pytorch_bot_bot_ -> origin/cherry-pick-3845-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4169768Z * [new branch] cherry-pick-3847-by-pytorch_bot_bot_ -> origin/cherry-pick-3847-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4170948Z * [new branch] cherry-pick-3855-by-pytorch_bot_bot_ -> origin/cherry-pick-3855-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4172115Z * [new branch] cherry-pick-3861-by-pytorch_bot_bot_ -> origin/cherry-pick-3861-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4173372Z * [new branch] cherry-pick-3885-by-pytorch_bot_bot_ -> origin/cherry-pick-3885-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4174771Z * [new branch] cherry-pick-3896-by-pytorch_bot_bot_ -> origin/cherry-pick-3896-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4175956Z * [new branch] cherry-pick-3982-by-pytorch_bot_bot_ -> origin/cherry-pick-3982-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4177137Z * [new branch] cherry-pick-4003-by-pytorch_bot_bot_ -> origin/cherry-pick-4003-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4178331Z * [new branch] cherry-pick-4213-by-pytorch_bot_bot_ -> origin/cherry-pick-4213-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4179544Z * [new branch] cherry-pick-4214-by-pytorch_bot_bot_ -> origin/cherry-pick-4214-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4180801Z * [new branch] cherry-pick-4219-by-pytorch_bot_bot_ -> origin/cherry-pick-4219-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4181974Z * [new branch] cherry-pick-4220-by-pytorch_bot_bot_ -> origin/cherry-pick-4220-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4183234Z * [new branch] cherry-pick-4224-by-pytorch_bot_bot_ -> origin/cherry-pick-4224-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4184459Z * [new branch] cherry-pick-4225-by-pytorch_bot_bot_ -> origin/cherry-pick-4225-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4185761Z * [new branch] cherry-pick-4226-by-pytorch_bot_bot_ -> origin/cherry-pick-4226-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4186844Z * [new branch] cherry-pick-4231-by-pytorch_bot_bot_ -> origin/cherry-pick-4231-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4188308Z * [new branch] cherry-pick-4232-by-pytorch_bot_bot_ -> origin/cherry-pick-4232-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4189519Z * [new branch] cherry-pick-4233-by-pytorch_bot_bot_ -> origin/cherry-pick-4233-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4190693Z * [new branch] cherry-pick-4265-by-pytorch_bot_bot_ -> origin/cherry-pick-4265-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4191874Z * [new branch] cherry-pick-4266-by-pytorch_bot_bot_ -> origin/cherry-pick-4266-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4193033Z * [new branch] cherry-pick-4274-by-pytorch_bot_bot_ -> origin/cherry-pick-4274-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4194219Z * [new branch] cherry-pick-4299-by-pytorch_bot_bot_ -> origin/cherry-pick-4299-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4195399Z * [new branch] cherry-pick-4349-by-pytorch_bot_bot_ -> origin/cherry-pick-4349-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4196581Z * [new branch] cherry-pick-4356-by-pytorch_bot_bot_ -> origin/cherry-pick-4356-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4197762Z * [new branch] cherry-pick-4362-by-pytorch_bot_bot_ -> origin/cherry-pick-4362-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4198961Z * [new branch] cherry-pick-4378-by-pytorch_bot_bot_ -> origin/cherry-pick-4378-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4200150Z * [new branch] cherry-pick-5540-by-pytorch_bot_bot_ -> origin/cherry-pick-5540-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4201334Z * [new branch] cherry-pick-5725-by-pytorch_bot_bot_ -> origin/cherry-pick-5725-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4202501Z * [new branch] cherry-pick-5915-by-pytorch_bot_bot_ -> origin/cherry-pick-5915-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4203682Z * [new branch] cherry-pick-5951-by-pytorch_bot_bot_ -> origin/cherry-pick-5951-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4204869Z * [new branch] cherry-pick-5961-by-pytorch_bot_bot_ -> origin/cherry-pick-5961-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4206042Z * [new branch] cherry-pick-5965-by-pytorch_bot_bot_ -> origin/cherry-pick-5965-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4207217Z * [new branch] cherry-pick-6036-by-pytorch_bot_bot_ -> origin/cherry-pick-6036-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4208394Z * [new branch] cherry-pick-6217-by-pytorch_bot_bot_ -> origin/cherry-pick-6217-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4209703Z * [new branch] cherry-pick-7470-by-pytorch_bot_bot_ -> origin/cherry-pick-7470-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4210881Z * [new branch] cherry-pick-7599-by-pytorch_bot_bot_ -> origin/cherry-pick-7599-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4212062Z * [new branch] cherry-pick-7670-by-pytorch_bot_bot_ -> origin/cherry-pick-7670-by-pytorch_bot_bot_ 2025-03-21T20:17:57.4213151Z * [new branch] ci_build_ios_benchmark_app -> origin/ci_build_ios_benchmark_app 2025-03-21T20:17:57.4214188Z * [new branch] ci_test_xnnpack-extended-ops -> origin/ci_test_xnnpack-extended-ops 2025-03-21T20:17:57.4215324Z * [new branch] cleanup-android-app-pre-minibench -> origin/cleanup-android-app-pre-minibench 2025-03-21T20:17:57.4216408Z * [new branch] cleanup_test_model -> origin/cleanup_test_model 2025-03-21T20:17:57.4217227Z * [new branch] cmake-buck-parameter -> origin/cmake-buck-parameter 2025-03-21T20:17:57.4218042Z * [new branch] cmake-custom-ops -> origin/cmake-custom-ops 2025-03-21T20:17:57.4218874Z * [new branch] cmake-fix -> origin/cmake-fix 2025-03-21T20:17:57.4219643Z * [new branch] cmake-refactor -> origin/cmake-refactor 2025-03-21T20:17:57.4220380Z * [new branch] cmake_variable -> origin/cmake_variable 2025-03-21T20:17:57.4221231Z * [new branch] cmodi-meta-patch-1 -> origin/cmodi-meta-patch-1 2025-03-21T20:17:57.4222060Z * [new branch] cmodi-meta-patch-2 -> origin/cmodi-meta-patch-2 2025-03-21T20:17:57.4222898Z * [new branch] cmodi-meta-patch-3 -> origin/cmodi-meta-patch-3 2025-03-21T20:17:57.4224126Z * [new branch] cmodi-meta-patch-4 -> origin/cmodi-meta-patch-4 2025-03-21T20:17:57.4225208Z * [new branch] cmodi-meta-patch-5 -> origin/cmodi-meta-patch-5 2025-03-21T20:17:57.4226409Z * [new branch] cmodi-mtk-test -> origin/cmodi-mtk-test 2025-03-21T20:17:57.4227470Z * [new branch] cmodi-readme-change -> origin/cmodi-readme-change 2025-03-21T20:17:57.4228575Z * [new branch] config_exception -> origin/config_exception 2025-03-21T20:17:57.4229508Z * [new branch] configs -> origin/configs 2025-03-21T20:17:57.4230749Z * [new branch] coreml-changes -> origin/coreml-changes 2025-03-21T20:17:57.4231852Z * [new branch] coreml-test -> origin/coreml-test 2025-03-21T20:17:57.4245332Z * [new branch] correct_quantized -> origin/correct_quantized 2025-03-21T20:17:57.4246254Z * [new branch] cp-D63801081 -> origin/cp-D63801081 2025-03-21T20:17:57.4246807Z * [new branch] cpp_python_interop -> origin/cpp_python_interop 2025-03-21T20:17:57.4247389Z * [new branch] cpuinfo-update -> origin/cpuinfo-update 2025-03-21T20:17:57.4248349Z * [new branch] create-stable-branch -> origin/create-stable-branch 2025-03-21T20:17:57.4249273Z * [new branch] cria -> origin/cria 2025-03-21T20:17:57.4250149Z * [new branch] csl/ch_viablestrict -> origin/csl/ch_viablestrict 2025-03-21T20:17:57.4250987Z * [new branch] csl/test -> origin/csl/test 2025-03-21T20:17:57.4251604Z * [new branch] custom_dep -> origin/custom_dep 2025-03-21T20:17:57.4252511Z * [new branch] davidlin54-patch-1 -> origin/davidlin54-patch-1 2025-03-21T20:17:57.4253442Z * [new branch] dbort-bug-template -> origin/dbort-bug-template 2025-03-21T20:17:57.4254052Z * [new branch] dbort-pip-prebuilt -> origin/dbort-pip-prebuilt 2025-03-21T20:17:57.4254860Z * [new branch] dbort/rfc/2023-11-backend-arguments -> origin/dbort/rfc/2023-11-backend-arguments 2025-03-21T20:17:57.4256018Z * [new branch] dbort/rfc/empty -> origin/dbort/rfc/empty 2025-03-21T20:17:57.4256861Z * [new branch] debug-llava-timeout -> origin/debug-llava-timeout 2025-03-21T20:17:57.4257825Z * [new branch] debug-xnnpack-test -> origin/debug-xnnpack-test 2025-03-21T20:17:57.4258724Z * [new branch] deconv_pyre -> origin/deconv_pyre 2025-03-21T20:17:57.4259503Z * [new branch] decouple_qnn_model_export -> origin/decouple_qnn_model_export 2025-03-21T20:17:57.4260505Z * [new branch] dependabot/pip/torchfix-0.6.0 -> origin/dependabot/pip/torchfix-0.6.0 2025-03-21T20:17:57.4261547Z * [new branch] dependabot/pip/torchfix-0.7.0 -> origin/dependabot/pip/torchfix-0.7.0 2025-03-21T20:17:57.4262729Z * [new branch] dequantize-schema-compatibility -> origin/dequantize-schema-compatibility 2025-03-21T20:17:57.4263692Z * [new branch] dictconfig -> origin/dictconfig 2025-03-21T20:17:57.4264596Z * [new branch] digantdesai-abd-example-fix -> origin/digantdesai-abd-example-fix 2025-03-21T20:17:57.4265434Z * [new branch] digantdesai-patch-1 -> origin/digantdesai-patch-1 2025-03-21T20:17:57.4266367Z * [new branch] digantdesai-patch-2 -> origin/digantdesai-patch-2 2025-03-21T20:17:57.4267182Z * [new branch] dim_order_revert -> origin/dim_order_revert 2025-03-21T20:17:57.4268213Z * [new branch] disable-android-aws-job-for-forked-pr -> origin/disable-android-aws-job-for-forked-pr 2025-03-21T20:17:57.4269368Z * [new branch] do_amb_exmaple -> origin/do_amb_exmaple 2025-03-21T20:17:57.4270092Z * [new branch] doc-revamp -> origin/doc-revamp 2025-03-21T20:17:57.4271047Z * [new branch] doc_link_to_benchmark_dashboard -> origin/doc_link_to_benchmark_dashboard 2025-03-21T20:17:57.4272005Z * [new branch] docker-build-force-push -> origin/docker-build-force-push 2025-03-21T20:17:57.4272854Z * [new branch] dvorjackz-patch-1 -> origin/dvorjackz-patch-1 2025-03-21T20:17:57.4273916Z * [new branch] dynamic_kv_cache_example -> origin/dynamic_kv_cache_example 2025-03-21T20:17:57.4274841Z * [new branch] eager -> origin/eager 2025-03-21T20:17:57.4275560Z * [new branch] enable-third-level-in-nav -> origin/enable-third-level-in-nav 2025-03-21T20:17:57.4276424Z * [new branch] enable_mps_pip -> origin/enable_mps_pip 2025-03-21T20:17:57.4277327Z * [new branch] enumerated-shape -> origin/enumerated-shape 2025-03-21T20:17:57.4278237Z * [new branch] error_msg_for_secrets -> origin/error_msg_for_secrets 2025-03-21T20:17:57.4279159Z * [new branch] ethos-u-runtime-digant -> origin/ethos-u-runtime-digant 2025-03-21T20:17:57.4280055Z * [new branch] eval -> origin/eval 2025-03-21T20:17:57.4281320Z * [new branch] executorch-241002 -> origin/executorch-241002 2025-03-21T20:17:57.4282343Z * [new branch] export-D49742389 -> origin/export-D49742389 2025-03-21T20:17:57.4283452Z * [new branch] export-D50076192 -> origin/export-D50076192 2025-03-21T20:17:57.4284497Z * [new branch] export-D51966963 -> origin/export-D51966963 2025-03-21T20:17:57.4285555Z * [new branch] export-D52221914 -> origin/export-D52221914 2025-03-21T20:17:57.4286624Z * [new branch] export-D52341722 -> origin/export-D52341722 2025-03-21T20:17:57.4287746Z * [new branch] export-D53095510 -> origin/export-D53095510 2025-03-21T20:17:57.4288872Z * [new branch] export-D53239380 -> origin/export-D53239380 2025-03-21T20:17:57.4290024Z * [new branch] export-D53252678 -> origin/export-D53252678 2025-03-21T20:17:57.4291213Z * [new branch] export-D53256808 -> origin/export-D53256808 2025-03-21T20:17:57.4292553Z * [new branch] export-D53290986 -> origin/export-D53290986 2025-03-21T20:17:57.4293413Z * [new branch] export-D53335087 -> origin/export-D53335087 2025-03-21T20:17:57.4294421Z * [new branch] export-D53338235 -> origin/export-D53338235 2025-03-21T20:17:57.4295509Z * [new branch] export-D53339795 -> origin/export-D53339795 2025-03-21T20:17:57.4296741Z * [new branch] export-D53340041 -> origin/export-D53340041 2025-03-21T20:17:57.4297787Z * [new branch] export-D53365959 -> origin/export-D53365959 2025-03-21T20:17:57.4298960Z * [new branch] export-D53436364 -> origin/export-D53436364 2025-03-21T20:17:57.4300068Z * [new branch] export-D53540645 -> origin/export-D53540645 2025-03-21T20:17:57.4301251Z * [new branch] export-D53584903 -> origin/export-D53584903 2025-03-21T20:17:57.4302403Z * [new branch] export-D53590328 -> origin/export-D53590328 2025-03-21T20:17:57.4303488Z * [new branch] export-D53677277 -> origin/export-D53677277 2025-03-21T20:17:57.4304750Z * [new branch] export-D53681935 -> origin/export-D53681935 2025-03-21T20:17:57.4305914Z * [new branch] export-D53687784 -> origin/export-D53687784 2025-03-21T20:17:57.4307075Z * [new branch] export-D53713471 -> origin/export-D53713471 2025-03-21T20:17:57.4308162Z * [new branch] export-D53725154 -> origin/export-D53725154 2025-03-21T20:17:57.4309335Z * [new branch] export-D53838962 -> origin/export-D53838962 2025-03-21T20:17:57.4310334Z * [new branch] export-D53839467 -> origin/export-D53839467 2025-03-21T20:17:57.4311467Z * [new branch] export-D53960228 -> origin/export-D53960228 2025-03-21T20:17:57.4312530Z * [new branch] export-D53985792 -> origin/export-D53985792 2025-03-21T20:17:57.4313646Z * [new branch] export-D53990647 -> origin/export-D53990647 2025-03-21T20:17:57.4314809Z * [new branch] export-D53995591 -> origin/export-D53995591 2025-03-21T20:17:57.4315997Z * [new branch] export-D54034581 -> origin/export-D54034581 2025-03-21T20:17:57.4316963Z * [new branch] export-D54047417 -> origin/export-D54047417 2025-03-21T20:17:57.4318237Z * [new branch] export-D54074479 -> origin/export-D54074479 2025-03-21T20:17:57.4319591Z * [new branch] export-D54074895 -> origin/export-D54074895 2025-03-21T20:17:57.4320742Z * [new branch] export-D54091494 -> origin/export-D54091494 2025-03-21T20:17:57.4321829Z * [new branch] export-D54142779 -> origin/export-D54142779 2025-03-21T20:17:57.4322934Z * [new branch] export-D54159472 -> origin/export-D54159472 2025-03-21T20:17:57.4324045Z * [new branch] export-D54167581 -> origin/export-D54167581 2025-03-21T20:17:57.4325167Z * [new branch] export-D54180116 -> origin/export-D54180116 2025-03-21T20:17:57.4326360Z * [new branch] export-D54209318 -> origin/export-D54209318 2025-03-21T20:17:57.4327404Z * [new branch] export-D54300827 -> origin/export-D54300827 2025-03-21T20:17:57.4328599Z * [new branch] export-D54314206 -> origin/export-D54314206 2025-03-21T20:17:57.4329737Z * [new branch] export-D54318979 -> origin/export-D54318979 2025-03-21T20:17:57.4330777Z * [new branch] export-D54349640 -> origin/export-D54349640 2025-03-21T20:17:57.4331812Z * [new branch] export-D54349853 -> origin/export-D54349853 2025-03-21T20:17:57.4332895Z * [new branch] export-D54350128 -> origin/export-D54350128 2025-03-21T20:17:57.4334146Z * [new branch] export-D54350318 -> origin/export-D54350318 2025-03-21T20:17:57.4335106Z * [new branch] export-D54377916 -> origin/export-D54377916 2025-03-21T20:17:57.4336163Z * [new branch] export-D54401567 -> origin/export-D54401567 2025-03-21T20:17:57.4337115Z * [new branch] export-D54447524 -> origin/export-D54447524 2025-03-21T20:17:57.4338737Z * [new branch] export-D54448184 -> origin/export-D54448184 2025-03-21T20:17:57.4339698Z * [new branch] export-D54454162 -> origin/export-D54454162 2025-03-21T20:17:57.4340809Z * [new branch] export-D54473147 -> origin/export-D54473147 2025-03-21T20:17:57.4341998Z * [new branch] export-D54525365 -> origin/export-D54525365 2025-03-21T20:17:57.4343135Z * [new branch] export-D54538932 -> origin/export-D54538932 2025-03-21T20:17:57.4344246Z * [new branch] export-D54543323 -> origin/export-D54543323 2025-03-21T20:17:57.4345426Z * [new branch] export-D54549436 -> origin/export-D54549436 2025-03-21T20:17:57.4346605Z * [new branch] export-D54549727 -> origin/export-D54549727 2025-03-21T20:17:57.4347697Z * [new branch] export-D54550265 -> origin/export-D54550265 2025-03-21T20:17:57.4348750Z * [new branch] export-D54553809 -> origin/export-D54553809 2025-03-21T20:17:57.4349852Z * [new branch] export-D54555495 -> origin/export-D54555495 2025-03-21T20:17:57.4350928Z * [new branch] export-D54588001 -> origin/export-D54588001 2025-03-21T20:17:57.4352016Z * [new branch] export-D54687725 -> origin/export-D54687725 2025-03-21T20:17:57.4353169Z * [new branch] export-D54806721 -> origin/export-D54806721 2025-03-21T20:17:57.4354314Z * [new branch] export-D54831762 -> origin/export-D54831762 2025-03-21T20:17:57.4355516Z * [new branch] export-D54836802 -> origin/export-D54836802 2025-03-21T20:17:57.4356738Z * [new branch] export-D54902249 -> origin/export-D54902249 2025-03-21T20:17:57.4357848Z * [new branch] export-D54989240 -> origin/export-D54989240 2025-03-21T20:17:57.4358861Z * [new branch] export-D55024249 -> origin/export-D55024249 2025-03-21T20:17:57.4359984Z * [new branch] export-D55039873 -> origin/export-D55039873 2025-03-21T20:17:57.4361160Z * [new branch] export-D55042867 -> origin/export-D55042867 2025-03-21T20:17:57.4362254Z * [new branch] export-D55056265 -> origin/export-D55056265 2025-03-21T20:17:57.4363321Z * [new branch] export-D55162409 -> origin/export-D55162409 2025-03-21T20:17:57.4364419Z * [new branch] export-D55175415 -> origin/export-D55175415 2025-03-21T20:17:57.4365673Z * [new branch] export-D55258223 -> origin/export-D55258223 2025-03-21T20:17:57.4366719Z * [new branch] export-D55259028 -> origin/export-D55259028 2025-03-21T20:17:57.4367836Z * [new branch] export-D55263008 -> origin/export-D55263008 2025-03-21T20:17:57.4368970Z * [new branch] export-D55298701 -> origin/export-D55298701 2025-03-21T20:17:57.4370009Z * [new branch] export-D55300249 -> origin/export-D55300249 2025-03-21T20:17:57.4371131Z * [new branch] export-D55320548 -> origin/export-D55320548 2025-03-21T20:17:57.4372264Z * [new branch] export-D55344873 -> origin/export-D55344873 2025-03-21T20:17:57.4373654Z * [new branch] export-D55373341 -> origin/export-D55373341 2025-03-21T20:17:57.4374981Z * [new branch] export-D55374748 -> origin/export-D55374748 2025-03-21T20:17:57.4376150Z * [new branch] export-D55395844 -> origin/export-D55395844 2025-03-21T20:17:57.4377447Z * [new branch] export-D55409487 -> origin/export-D55409487 2025-03-21T20:17:57.4378471Z * [new branch] export-D55521379 -> origin/export-D55521379 2025-03-21T20:17:57.4379640Z * [new branch] export-D55548573 -> origin/export-D55548573 2025-03-21T20:17:57.4380671Z * [new branch] export-D55565485 -> origin/export-D55565485 2025-03-21T20:17:57.4381835Z * [new branch] export-D55577025 -> origin/export-D55577025 2025-03-21T20:17:57.4382964Z * [new branch] export-D55577026 -> origin/export-D55577026 2025-03-21T20:17:57.4384045Z * [new branch] export-D55597428 -> origin/export-D55597428 2025-03-21T20:17:57.4385169Z * [new branch] export-D55669235 -> origin/export-D55669235 2025-03-21T20:17:57.4386409Z * [new branch] export-D55714642 -> origin/export-D55714642 2025-03-21T20:17:57.4387523Z * [new branch] export-D55856491 -> origin/export-D55856491 2025-03-21T20:17:57.4388783Z * [new branch] export-D55907749 -> origin/export-D55907749 2025-03-21T20:17:57.4389932Z * [new branch] export-D55907750 -> origin/export-D55907750 2025-03-21T20:17:57.4391013Z * [new branch] export-D55907751 -> origin/export-D55907751 2025-03-21T20:17:57.4392161Z * [new branch] export-D55907752 -> origin/export-D55907752 2025-03-21T20:17:57.4393382Z * [new branch] export-D55941565 -> origin/export-D55941565 2025-03-21T20:17:57.4394458Z * [new branch] export-D55944780 -> origin/export-D55944780 2025-03-21T20:17:57.4395591Z * [new branch] export-D55950023 -> origin/export-D55950023 2025-03-21T20:17:57.4396765Z * [new branch] export-D55974439 -> origin/export-D55974439 2025-03-21T20:17:57.4397930Z * [new branch] export-D55996735 -> origin/export-D55996735 2025-03-21T20:17:57.4399037Z * [new branch] export-D55997048 -> origin/export-D55997048 2025-03-21T20:17:57.4400157Z * [new branch] export-D55998135 -> origin/export-D55998135 2025-03-21T20:17:57.4401323Z * [new branch] export-D56001227 -> origin/export-D56001227 2025-03-21T20:17:57.4402378Z * [new branch] export-D56037593 -> origin/export-D56037593 2025-03-21T20:17:57.4403527Z * [new branch] export-D56052583 -> origin/export-D56052583 2025-03-21T20:17:57.4404701Z * [new branch] export-D56053255 -> origin/export-D56053255 2025-03-21T20:17:57.4405795Z * [new branch] export-D56212419 -> origin/export-D56212419 2025-03-21T20:17:57.4406928Z * [new branch] export-D56220174 -> origin/export-D56220174 2025-03-21T20:17:57.4408009Z * [new branch] export-D56224054 -> origin/export-D56224054 2025-03-21T20:17:57.4409110Z * [new branch] export-D56229021 -> origin/export-D56229021 2025-03-21T20:17:57.4410201Z * [new branch] export-D56230678 -> origin/export-D56230678 2025-03-21T20:17:57.4411927Z * [new branch] export-D56251563 -> origin/export-D56251563 2025-03-21T20:17:57.4412910Z * [new branch] export-D56251975 -> origin/export-D56251975 2025-03-21T20:17:57.4414000Z * [new branch] export-D56305088 -> origin/export-D56305088 2025-03-21T20:17:57.4415129Z * [new branch] export-D56310569 -> origin/export-D56310569 2025-03-21T20:17:57.4416400Z * [new branch] export-D56357762 -> origin/export-D56357762 2025-03-21T20:17:57.4417485Z * [new branch] export-D56372411 -> origin/export-D56372411 2025-03-21T20:17:57.4418564Z * [new branch] export-D56377662 -> origin/export-D56377662 2025-03-21T20:17:57.4419876Z * [new branch] export-D56401086 -> origin/export-D56401086 2025-03-21T20:17:57.4420863Z * [new branch] export-D56401457 -> origin/export-D56401457 2025-03-21T20:17:57.4422022Z * [new branch] export-D56424633 -> origin/export-D56424633 2025-03-21T20:17:57.4423104Z * [new branch] export-D56426044 -> origin/export-D56426044 2025-03-21T20:17:57.4424297Z * [new branch] export-D56499598 -> origin/export-D56499598 2025-03-21T20:17:57.4425535Z * [new branch] export-D56524303 -> origin/export-D56524303 2025-03-21T20:17:57.4426749Z * [new branch] export-D56532035 -> origin/export-D56532035 2025-03-21T20:17:57.4427887Z * [new branch] export-D56560549 -> origin/export-D56560549 2025-03-21T20:17:57.4429117Z * [new branch] export-D56577399 -> origin/export-D56577399 2025-03-21T20:17:57.4430215Z * [new branch] export-D56594373 -> origin/export-D56594373 2025-03-21T20:17:57.4431806Z * [new branch] export-D56740679 -> origin/export-D56740679 2025-03-21T20:17:57.4432798Z * [new branch] export-D56765969 -> origin/export-D56765969 2025-03-21T20:17:57.4433905Z * [new branch] export-D56766826 -> origin/export-D56766826 2025-03-21T20:17:57.4435021Z * [new branch] export-D56954147 -> origin/export-D56954147 2025-03-21T20:17:57.4436121Z * [new branch] export-D56959071 -> origin/export-D56959071 2025-03-21T20:17:57.4437449Z * [new branch] export-D57006939 -> origin/export-D57006939 2025-03-21T20:17:57.4438501Z * [new branch] export-D57071033 -> origin/export-D57071033 2025-03-21T20:17:57.4439814Z * [new branch] export-D57082021 -> origin/export-D57082021 2025-03-21T20:17:57.4440949Z * [new branch] export-D57084231 -> origin/export-D57084231 2025-03-21T20:17:57.4442126Z * [new branch] export-D57132664 -> origin/export-D57132664 2025-03-21T20:17:57.4443220Z * [new branch] export-D57225749 -> origin/export-D57225749 2025-03-21T20:17:57.4444418Z * [new branch] export-D57383968 -> origin/export-D57383968 2025-03-21T20:17:57.4445553Z * [new branch] export-D57491621 -> origin/export-D57491621 2025-03-21T20:17:57.4446744Z * [new branch] export-D57517927 -> origin/export-D57517927 2025-03-21T20:17:57.4447801Z * [new branch] export-D57554527 -> origin/export-D57554527 2025-03-21T20:17:57.4448889Z * [new branch] export-D57579738 -> origin/export-D57579738 2025-03-21T20:17:57.4449996Z * [new branch] export-D57617809 -> origin/export-D57617809 2025-03-21T20:17:57.4451183Z * [new branch] export-D57629182 -> origin/export-D57629182 2025-03-21T20:17:57.4452272Z * [new branch] export-D57679641 -> origin/export-D57679641 2025-03-21T20:17:57.4453465Z * [new branch] export-D57746640 -> origin/export-D57746640 2025-03-21T20:17:57.4454558Z * [new branch] export-D57748099 -> origin/export-D57748099 2025-03-21T20:17:57.4455670Z * [new branch] export-D57925542 -> origin/export-D57925542 2025-03-21T20:17:57.4456825Z * [new branch] export-D57936031 -> origin/export-D57936031 2025-03-21T20:17:57.4457977Z * [new branch] export-D57970255 -> origin/export-D57970255 2025-03-21T20:17:57.4459316Z * [new branch] export-D58101124 -> origin/export-D58101124 2025-03-21T20:17:57.4460498Z * [new branch] export-D58112226 -> origin/export-D58112226 2025-03-21T20:17:57.4461645Z * [new branch] export-D58149278 -> origin/export-D58149278 2025-03-21T20:17:57.4462829Z * [new branch] export-D58207691 -> origin/export-D58207691 2025-03-21T20:17:57.4464143Z * [new branch] export-D58221156 -> origin/export-D58221156 2025-03-21T20:17:57.4465038Z * [new branch] export-D58271588 -> origin/export-D58271588 2025-03-21T20:17:57.4466454Z * [new branch] export-D58394154 -> origin/export-D58394154 2025-03-21T20:17:57.4467555Z * [new branch] export-D58399313 -> origin/export-D58399313 2025-03-21T20:17:57.4468707Z * [new branch] export-D58465158 -> origin/export-D58465158 2025-03-21T20:17:57.4469795Z * [new branch] export-D58469500 -> origin/export-D58469500 2025-03-21T20:17:57.4470978Z * [new branch] export-D58560545 -> origin/export-D58560545 2025-03-21T20:17:57.4472095Z * [new branch] export-D58680953 -> origin/export-D58680953 2025-03-21T20:17:57.4473261Z * [new branch] export-D58710825 -> origin/export-D58710825 2025-03-21T20:17:57.4474617Z * [new branch] export-D58712012 -> origin/export-D58712012 2025-03-21T20:17:57.4476166Z * [new branch] export-D58833609 -> origin/export-D58833609 2025-03-21T20:17:57.4477598Z * [new branch] export-D58959269 -> origin/export-D58959269 2025-03-21T20:17:57.4479089Z * [new branch] export-D58973824 -> origin/export-D58973824 2025-03-21T20:17:57.4480591Z * [new branch] export-D58974035 -> origin/export-D58974035 2025-03-21T20:17:57.4482078Z * [new branch] export-D59097944 -> origin/export-D59097944 2025-03-21T20:17:57.4483615Z * [new branch] export-D59140916 -> origin/export-D59140916 2025-03-21T20:17:57.4485084Z * [new branch] export-D59238748 -> origin/export-D59238748 2025-03-21T20:17:57.4486468Z * [new branch] export-D59294438 -> origin/export-D59294438 2025-03-21T20:17:57.4487869Z * [new branch] export-D59294462 -> origin/export-D59294462 2025-03-21T20:17:57.4489822Z * [new branch] export-D59345251 -> origin/export-D59345251 2025-03-21T20:17:57.4491332Z * [new branch] export-D59438228 -> origin/export-D59438228 2025-03-21T20:17:57.4492762Z * [new branch] export-D59500061 -> origin/export-D59500061 2025-03-21T20:17:57.4494208Z * [new branch] export-D59503355 -> origin/export-D59503355 2025-03-21T20:17:57.4495708Z * [new branch] export-D59536657 -> origin/export-D59536657 2025-03-21T20:17:57.4497273Z * [new branch] export-D59552606 -> origin/export-D59552606 2025-03-21T20:17:57.4498747Z * [new branch] export-D59600486 -> origin/export-D59600486 2025-03-21T20:17:57.4500240Z * [new branch] export-D59641404 -> origin/export-D59641404 2025-03-21T20:17:57.4501727Z * [new branch] export-D59647685 -> origin/export-D59647685 2025-03-21T20:17:57.4503242Z * [new branch] export-D59693205 -> origin/export-D59693205 2025-03-21T20:17:57.4504776Z * [new branch] export-D60050087 -> origin/export-D60050087 2025-03-21T20:17:57.4506404Z * [new branch] export-D60070844 -> origin/export-D60070844 2025-03-21T20:17:57.4507883Z * [new branch] export-D60071019 -> origin/export-D60071019 2025-03-21T20:17:57.4509367Z * [new branch] export-D60073137 -> origin/export-D60073137 2025-03-21T20:17:57.4510801Z * [new branch] export-D60083871 -> origin/export-D60083871 2025-03-21T20:17:57.4512260Z * [new branch] export-D60125952 -> origin/export-D60125952 2025-03-21T20:17:57.4513728Z * [new branch] export-D60314979 -> origin/export-D60314979 2025-03-21T20:17:57.4515180Z * [new branch] export-D60319977 -> origin/export-D60319977 2025-03-21T20:17:57.4516709Z * [new branch] export-D60485375 -> origin/export-D60485375 2025-03-21T20:17:57.4518367Z * [new branch] export-D60544102 -> origin/export-D60544102 2025-03-21T20:17:57.4519658Z * [new branch] export-D60619295 -> origin/export-D60619295 2025-03-21T20:17:57.4521090Z * [new branch] export-D60696710 -> origin/export-D60696710 2025-03-21T20:17:57.4522547Z * [new branch] export-D61048254 -> origin/export-D61048254 2025-03-21T20:17:57.4523993Z * [new branch] export-D61080956 -> origin/export-D61080956 2025-03-21T20:17:57.4525385Z * [new branch] export-D61141396 -> origin/export-D61141396 2025-03-21T20:17:57.4527210Z * [new branch] export-D61146432 -> origin/export-D61146432 2025-03-21T20:17:57.4528639Z * [new branch] export-D61251233 -> origin/export-D61251233 2025-03-21T20:17:57.4530124Z * [new branch] export-D61343892 -> origin/export-D61343892 2025-03-21T20:17:57.4531511Z * [new branch] export-D61407442 -> origin/export-D61407442 2025-03-21T20:17:57.4532891Z * [new branch] export-D61509079 -> origin/export-D61509079 2025-03-21T20:17:57.4534303Z * [new branch] export-D61511514 -> origin/export-D61511514 2025-03-21T20:17:57.4535745Z * [new branch] export-D61568605 -> origin/export-D61568605 2025-03-21T20:17:57.4537267Z * [new branch] export-D61605316 -> origin/export-D61605316 2025-03-21T20:17:57.4538678Z * [new branch] export-D61612538 -> origin/export-D61612538 2025-03-21T20:17:57.4540132Z * [new branch] export-D61639074 -> origin/export-D61639074 2025-03-21T20:17:57.4541599Z * [new branch] export-D61686559 -> origin/export-D61686559 2025-03-21T20:17:57.4543090Z * [new branch] export-D61883224 -> origin/export-D61883224 2025-03-21T20:17:57.4544536Z * [new branch] export-D62148466 -> origin/export-D62148466 2025-03-21T20:17:57.4546168Z * [new branch] export-D62409715 -> origin/export-D62409715 2025-03-21T20:17:57.4547577Z * [new branch] export-D62427911 -> origin/export-D62427911 2025-03-21T20:17:57.4549153Z * [new branch] export-D62479584 -> origin/export-D62479584 2025-03-21T20:17:57.4550638Z * [new branch] export-D62512275 -> origin/export-D62512275 2025-03-21T20:17:57.4552069Z * [new branch] export-D62539799 -> origin/export-D62539799 2025-03-21T20:17:57.4553567Z * [new branch] export-D62546152 -> origin/export-D62546152 2025-03-21T20:17:57.4555000Z * [new branch] export-D62634206 -> origin/export-D62634206 2025-03-21T20:17:57.4556448Z * [new branch] export-D62648101 -> origin/export-D62648101 2025-03-21T20:17:57.4557917Z * [new branch] export-D62652832 -> origin/export-D62652832 2025-03-21T20:17:57.4559407Z * [new branch] export-D62761977 -> origin/export-D62761977 2025-03-21T20:17:57.4560800Z * [new branch] export-D62786631 -> origin/export-D62786631 2025-03-21T20:17:57.4562277Z * [new branch] export-D62898666 -> origin/export-D62898666 2025-03-21T20:17:57.4563724Z * [new branch] export-D62906375 -> origin/export-D62906375 2025-03-21T20:17:57.4565131Z * [new branch] export-D62910149 -> origin/export-D62910149 2025-03-21T20:17:57.4566855Z * [new branch] export-D63204927 -> origin/export-D63204927 2025-03-21T20:17:57.4568394Z * [new branch] export-D63264488 -> origin/export-D63264488 2025-03-21T20:17:57.4569806Z * [new branch] export-D63281705 -> origin/export-D63281705 2025-03-21T20:17:57.4571261Z * [new branch] export-D63344194 -> origin/export-D63344194 2025-03-21T20:17:57.4572812Z * [new branch] export-D63400245 -> origin/export-D63400245 2025-03-21T20:17:57.4574390Z * [new branch] export-D63430960 -> origin/export-D63430960 2025-03-21T20:17:57.4575858Z * [new branch] export-D63477936 -> origin/export-D63477936 2025-03-21T20:17:57.4577322Z * [new branch] export-D63518182 -> origin/export-D63518182 2025-03-21T20:17:57.4578877Z * [new branch] export-D63541800 -> origin/export-D63541800 2025-03-21T20:17:57.4580636Z * [new branch] export-D63646220 -> origin/export-D63646220 2025-03-21T20:17:57.4581993Z * [new branch] export-D63651681 -> origin/export-D63651681 2025-03-21T20:17:57.4583311Z * [new branch] export-D63656566 -> origin/export-D63656566 2025-03-21T20:17:57.4585252Z * [new branch] export-D63659947 -> origin/export-D63659947 2025-03-21T20:17:57.4586912Z * [new branch] export-D63659948 -> origin/export-D63659948 2025-03-21T20:17:57.4588182Z * [new branch] export-D63659950 -> origin/export-D63659950 2025-03-21T20:17:57.4589537Z * [new branch] export-D63738950 -> origin/export-D63738950 2025-03-21T20:17:57.4591058Z * [new branch] export-D63738952 -> origin/export-D63738952 2025-03-21T20:17:57.4592470Z * [new branch] export-D63741034 -> origin/export-D63741034 2025-03-21T20:17:57.4593935Z * [new branch] export-D63771297 -> origin/export-D63771297 2025-03-21T20:17:57.4595470Z * [new branch] export-D63779522 -> origin/export-D63779522 2025-03-21T20:17:57.4596950Z * [new branch] export-D63795843 -> origin/export-D63795843 2025-03-21T20:17:57.4599449Z * [new branch] export-D63842548 -> origin/export-D63842548 2025-03-21T20:17:57.4600285Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-03-21T20:17:57.4601065Z * [new branch] export-D63913905 -> origin/export-D63913905 2025-03-21T20:17:57.4602671Z * [new branch] export-D63925008 -> origin/export-D63925008 2025-03-21T20:17:57.4604172Z * [new branch] export-D63926055 -> origin/export-D63926055 2025-03-21T20:17:57.4605599Z * [new branch] export-D63926845 -> origin/export-D63926845 2025-03-21T20:17:57.4606992Z * [new branch] export-D63926846 -> origin/export-D63926846 2025-03-21T20:17:57.4608519Z * [new branch] export-D63926847 -> origin/export-D63926847 2025-03-21T20:17:57.4609889Z * [new branch] export-D63926849 -> origin/export-D63926849 2025-03-21T20:17:57.4611292Z * [new branch] export-D63950962 -> origin/export-D63950962 2025-03-21T20:17:57.4612715Z * [new branch] export-D63951201 -> origin/export-D63951201 2025-03-21T20:17:57.4614230Z * [new branch] export-D63994058 -> origin/export-D63994058 2025-03-21T20:17:57.4615629Z * [new branch] export-D64004508 -> origin/export-D64004508 2025-03-21T20:17:57.4617116Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-03-21T20:17:57.4618524Z * [new branch] export-D64063682 -> origin/export-D64063682 2025-03-21T20:17:57.4619999Z * [new branch] export-D64072692 -> origin/export-D64072692 2025-03-21T20:17:57.4621479Z * [new branch] export-D64074891 -> origin/export-D64074891 2025-03-21T20:17:57.4623063Z * [new branch] export-D64151426 -> origin/export-D64151426 2025-03-21T20:17:57.4624534Z * [new branch] export-D64209639 -> origin/export-D64209639 2025-03-21T20:17:57.4626120Z * [new branch] export-D64210644 -> origin/export-D64210644 2025-03-21T20:17:57.4627596Z * [new branch] export-D64309046 -> origin/export-D64309046 2025-03-21T20:17:57.4629117Z * [new branch] export-D64404190 -> origin/export-D64404190 2025-03-21T20:17:57.4630377Z * [new branch] export-D64407042 -> origin/export-D64407042 2025-03-21T20:17:57.4631795Z * [new branch] export-D64413153 -> origin/export-D64413153 2025-03-21T20:17:57.4633231Z * [new branch] export-D64436241 -> origin/export-D64436241 2025-03-21T20:17:57.4634769Z * [new branch] export-D64481537 -> origin/export-D64481537 2025-03-21T20:17:57.4636144Z * [new branch] export-D64485281 -> origin/export-D64485281 2025-03-21T20:17:57.4637579Z * [new branch] export-D64507094 -> origin/export-D64507094 2025-03-21T20:17:57.4638941Z * [new branch] export-D64541740 -> origin/export-D64541740 2025-03-21T20:17:57.4640431Z * [new branch] export-D64696334 -> origin/export-D64696334 2025-03-21T20:17:57.4641878Z * [new branch] export-D65393407 -> origin/export-D65393407 2025-03-21T20:17:57.4643309Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-03-21T20:17:57.4644773Z * [new branch] export-D65766012 -> origin/export-D65766012 2025-03-21T20:17:57.4646137Z * [new branch] export-D66392647 -> origin/export-D66392647 2025-03-21T20:17:57.4647556Z * [new branch] export-D67436429 -> origin/export-D67436429 2025-03-21T20:17:57.4649411Z * [new branch] export-D67646596 -> origin/export-D67646596 2025-03-21T20:17:57.4650862Z * [new branch] export-D67810710 -> origin/export-D67810710 2025-03-21T20:17:57.4652381Z * [new branch] export-D69058862 -> origin/export-D69058862 2025-03-21T20:17:57.4653880Z * [new branch] export-D69515056 -> origin/export-D69515056 2025-03-21T20:17:57.4655349Z * [new branch] export-D69541729 -> origin/export-D69541729 2025-03-21T20:17:57.4656873Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-21T20:17:57.4658462Z * [new branch] export-D70204407 -> origin/export-D70204407 2025-03-21T20:17:57.4659916Z * [new branch] export-D70529392 -> origin/export-D70529392 2025-03-21T20:17:57.4661324Z * [new branch] export-D70593177 -> origin/export-D70593177 2025-03-21T20:17:57.4662827Z * [new branch] export-D70704202 -> origin/export-D70704202 2025-03-21T20:17:57.4664216Z * [new branch] export-D70938715 -> origin/export-D70938715 2025-03-21T20:17:57.4665863Z * [new branch] export-D71506180 -> origin/export-D71506180 2025-03-21T20:17:57.4667313Z * [new branch] export-D71601647 -> origin/export-D71601647 2025-03-21T20:17:57.4669235Z * [new branch] export-benchmark-metrics-ios -> origin/export-benchmark-metrics-ios 2025-03-21T20:17:57.4670635Z * [new branch] export-phi-3-with-kv-cache -> origin/export-phi-3-with-kv-cache 2025-03-21T20:17:57.4671974Z * [new branch] export_changes -> origin/export_changes 2025-03-21T20:17:57.4673408Z * [new branch] export_llama_3_2_mm -> origin/export_llama_3_2_mm 2025-03-21T20:17:57.4678243Z * [new branch] export_phi-3-mini_wrapper -> origin/export_phi-3-mini_wrapper 2025-03-21T20:17:57.4679632Z * [new branch] export_phi_3_mini -> origin/export_phi_3_mini 2025-03-21T20:17:57.4681201Z * [new branch] extension-module-static -> origin/extension-module-static 2025-03-21T20:17:57.4683080Z * [new branch] find_pybind -> origin/find_pybind 2025-03-21T20:17:57.4684761Z * [new branch] fix-android-perf-periodic-default-spec -> origin/fix-android-perf-periodic-default-spec 2025-03-21T20:17:57.4685946Z * [new branch] fix-broken-android-app -> origin/fix-broken-android-app 2025-03-21T20:17:57.4687672Z * [new branch] fix-broken-trunk-jobs -> origin/fix-broken-trunk-jobs 2025-03-21T20:17:57.4688932Z * [new branch] fix-build-apple -> origin/fix-build-apple 2025-03-21T20:17:57.4690508Z * [new branch] fix-cherry-pick-script -> origin/fix-cherry-pick-script 2025-03-21T20:17:57.4691987Z * [new branch] fix-ci-workflow-syntax-error -> origin/fix-ci-workflow-syntax-error 2025-03-21T20:17:57.4693317Z * [new branch] fix-cmake -> origin/fix-cmake 2025-03-21T20:17:57.4694746Z * [new branch] fix-doc-build -> origin/fix-doc-build 2025-03-21T20:17:57.4696114Z * [new branch] fix-edge-menu -> origin/fix-edge-menu 2025-03-21T20:17:57.4697796Z * [new branch] fix-extract-android-benchmark-results-error -> origin/fix-extract-android-benchmark-results-error 2025-03-21T20:17:57.4699011Z * [new branch] fix-flake8-lint -> origin/fix-flake8-lint 2025-03-21T20:17:57.4700647Z * [new branch] fix-flaky-ci-issue-doc-buck2-macos -> origin/fix-flaky-ci-issue-doc-buck2-macos 2025-03-21T20:17:57.4701899Z * [new branch] fix-flaky-missing-libzstd-macos -> origin/fix-flaky-missing-libzstd-macos 2025-03-21T20:17:57.4703265Z * [new branch] fix-gptq -> origin/fix-gptq 2025-03-21T20:17:57.4704672Z * [new branch] fix-images -> origin/fix-images 2025-03-21T20:17:57.4706145Z * [new branch] fix-llava-export-oom -> origin/fix-llava-export-oom 2025-03-21T20:17:57.4707738Z * [new branch] fix-missing-extra-data-package-device-farm -> origin/fix-missing-extra-data-package-device-farm 2025-03-21T20:17:57.4708949Z * [new branch] fix-missing-flatc-doc-build -> origin/fix-missing-flatc-doc-build 2025-03-21T20:17:57.4710432Z * [new branch] fix-mobilebert-llama2-ci-failure -> origin/fix-mobilebert-llama2-ci-failure 2025-03-21T20:17:57.4711713Z * [new branch] fix-nightly-build-after-6538 -> origin/fix-nightly-build-after-6538 2025-03-21T20:17:57.4713237Z * [new branch] fix-update-commit-hash-env-condition -> origin/fix-update-commit-hash-env-condition 2025-03-21T20:17:57.4714492Z * [new branch] fix-warnings -> origin/fix-warnings 2025-03-21T20:17:57.4716068Z * [new branch] fix-wrong-test-infra-branch-release-0.2 -> origin/fix-wrong-test-infra-branch-release-0.2 2025-03-21T20:17:57.4717184Z * [new branch] fix-xnn-executor-runner -> origin/fix-xnn-executor-runner 2025-03-21T20:17:57.4718589Z * [new branch] fix-xnn_executor-cmake -> origin/fix-xnn_executor-cmake 2025-03-21T20:17:57.4720021Z * [new branch] fixSKIPbug -> origin/fixSKIPbug 2025-03-21T20:17:57.4721506Z * [new branch] fix_ManagedTensor -> origin/fix_ManagedTensor 2025-03-21T20:17:57.4722841Z * [new branch] fix_data_loader -> origin/fix_data_loader 2025-03-21T20:17:57.4724231Z * [new branch] fix_eval -> origin/fix_eval 2025-03-21T20:17:57.4725619Z * [new branch] fix_export_hf_script -> origin/fix_export_hf_script 2025-03-21T20:17:57.4727100Z * [new branch] fix_flatc -> origin/fix_flatc 2025-03-21T20:17:57.4728478Z * [new branch] fix_framework -> origin/fix_framework 2025-03-21T20:17:57.4729868Z * [new branch] fix_framework2 -> origin/fix_framework2 2025-03-21T20:17:57.4731292Z * [new branch] fix_hard_coded_mps_model_names -> origin/fix_hard_coded_mps_model_names 2025-03-21T20:17:57.4732740Z * [new branch] fix_licenses_mediatek_dual -> origin/fix_licenses_mediatek_dual 2025-03-21T20:17:57.4734130Z * [new branch] fix_lint -> origin/fix_lint 2025-03-21T20:17:57.4735489Z * [new branch] fix_llama -> origin/fix_llama 2025-03-21T20:17:57.4736972Z * [new branch] fix_llava_eager -> origin/fix_llava_eager 2025-03-21T20:17:57.4738179Z * [new branch] fix_llava_test -> origin/fix_llava_test 2025-03-21T20:17:57.4739520Z * [new branch] fix_mac_ci -> origin/fix_mac_ci 2025-03-21T20:17:57.4740942Z * [new branch] fix_memory_opt_comment -> origin/fix_memory_opt_comment 2025-03-21T20:17:57.4742281Z * [new branch] fix_quantized_ops -> origin/fix_quantized_ops 2025-03-21T20:17:57.4743714Z * [new branch] fix_release_wheels_v -> origin/fix_release_wheels_v 2025-03-21T20:17:57.4745152Z * [new branch] fix_runner -> origin/fix_runner 2025-03-21T20:17:57.4746642Z * [new branch] fix_sdk_cmake -> origin/fix_sdk_cmake 2025-03-21T20:17:57.4748001Z * [new branch] fix_xnnpack_pybind -> origin/fix_xnnpack_pybind 2025-03-21T20:17:57.4749422Z * [new branch] fixup-T160292471-main -> origin/fixup-T160292471-main 2025-03-21T20:17:57.4750773Z * [new branch] fixup-T160518348-main -> origin/fixup-T160518348-main 2025-03-21T20:17:57.4752152Z * [new branch] fixup-T162252006-main -> origin/fixup-T162252006-main 2025-03-21T20:17:57.4753401Z * [new branch] fixup-T162438489-main -> origin/fixup-T162438489-main 2025-03-21T20:17:57.4754966Z * [new branch] fixup-T166549363-main -> origin/fixup-T166549363-main 2025-03-21T20:17:57.4756390Z * [new branch] fixup-T168811555-main -> origin/fixup-T168811555-main 2025-03-21T20:17:57.4757820Z * [new branch] fixup-T183138819-main -> origin/fixup-T183138819-main 2025-03-21T20:17:57.4759157Z * [new branch] fixup-T192279899-main -> origin/fixup-T192279899-main 2025-03-21T20:17:57.4760518Z * [new branch] flamingo_e2e -> origin/flamingo_e2e 2025-03-21T20:17:57.4761844Z * [new branch] flamingo_export -> origin/flamingo_export 2025-03-21T20:17:57.4763186Z * [new branch] flatbuffers_fix -> origin/flatbuffers_fix 2025-03-21T20:17:57.4764555Z * [new branch] fp16 -> origin/fp16 2025-03-21T20:17:57.4766018Z * [new branch] fp16_bf16_xnnpack -> origin/fp16_bf16_xnnpack 2025-03-21T20:17:57.4767397Z * [new branch] gc_sections_Apple -> origin/gc_sections_Apple 2025-03-21T20:17:57.4768710Z * [new branch] gemma_executorch -> origin/gemma_executorch 2025-03-21T20:17:57.4770028Z * [new branch] get_python_lib -> origin/get_python_lib 2025-03-21T20:17:57.4771392Z * [new branch] gh-pages -> origin/gh-pages 2025-03-21T20:17:57.4773289Z * [new branch] gh-pages-v0.2.1-rc1 -> origin/gh-pages-v0.2.1-rc1 2025-03-21T20:17:57.4776220Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-21T20:17:57.4778083Z * [new branch] gh/Gasoonjia/2/base -> origin/gh/Gasoonjia/2/base 2025-03-21T20:17:57.4779890Z * [new branch] gh/Gasoonjia/3/base -> origin/gh/Gasoonjia/3/base 2025-03-21T20:17:57.4781798Z * [new branch] gh/Gasoonjia/4/base -> origin/gh/Gasoonjia/4/base 2025-03-21T20:17:57.4783705Z * [new branch] gh/Gasoonjia/5/base -> origin/gh/Gasoonjia/5/base 2025-03-21T20:17:57.4785648Z * [new branch] gh/Gasoonjia/6/base -> origin/gh/Gasoonjia/6/base 2025-03-21T20:17:57.4787723Z * [new branch] gh/PaliC/7/base -> origin/gh/PaliC/7/base 2025-03-21T20:17:57.4789187Z * [new branch] gh/PaliC/7/orig -> origin/gh/PaliC/7/orig 2025-03-21T20:17:57.4791451Z * [new branch] gh/PaliC/8/base -> origin/gh/PaliC/8/base 2025-03-21T20:17:57.4792833Z * [new branch] gh/PaliC/8/head -> origin/gh/PaliC/8/head 2025-03-21T20:17:57.4794340Z * [new branch] gh/PaliC/8/orig -> origin/gh/PaliC/8/orig 2025-03-21T20:17:57.4795999Z * [new branch] gh/PaliC/9/base -> origin/gh/PaliC/9/base 2025-03-21T20:17:57.4797327Z * [new branch] gh/PaliC/9/head -> origin/gh/PaliC/9/head 2025-03-21T20:17:57.4798655Z * [new branch] gh/PaliC/9/orig -> origin/gh/PaliC/9/orig 2025-03-21T20:17:57.4800859Z * [new branch] gh/SS-JIA/193/base -> origin/gh/SS-JIA/193/base 2025-03-21T20:17:57.4802696Z * [new branch] gh/SS-JIA/194/base -> origin/gh/SS-JIA/194/base 2025-03-21T20:17:57.4804531Z * [new branch] gh/SS-JIA/195/base -> origin/gh/SS-JIA/195/base 2025-03-21T20:17:57.4805924Z * [new branch] gh/SS-JIA/195/head -> origin/gh/SS-JIA/195/head 2025-03-21T20:17:57.4807290Z * [new branch] gh/SS-JIA/195/orig -> origin/gh/SS-JIA/195/orig 2025-03-21T20:17:57.4809125Z * [new branch] gh/SS-JIA/196/base -> origin/gh/SS-JIA/196/base 2025-03-21T20:17:57.4811049Z * [new branch] gh/SS-JIA/197/base -> origin/gh/SS-JIA/197/base 2025-03-21T20:17:57.4812878Z * [new branch] gh/SS-JIA/198/base -> origin/gh/SS-JIA/198/base 2025-03-21T20:17:57.4814691Z * [new branch] gh/SS-JIA/199/base -> origin/gh/SS-JIA/199/base 2025-03-21T20:17:57.4816115Z * [new branch] gh/SS-JIA/199/head -> origin/gh/SS-JIA/199/head 2025-03-21T20:17:57.4817535Z * [new branch] gh/SS-JIA/199/orig -> origin/gh/SS-JIA/199/orig 2025-03-21T20:17:57.4819634Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-03-21T20:17:57.4820941Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-03-21T20:17:57.4822280Z * [new branch] gh/bigfootjon/1/orig -> origin/gh/bigfootjon/1/orig 2025-03-21T20:17:57.4824249Z * [new branch] gh/cccclai/1/base -> origin/gh/cccclai/1/base 2025-03-21T20:17:57.4825690Z * [new branch] gh/cccclai/1/head -> origin/gh/cccclai/1/head 2025-03-21T20:17:57.4827156Z * [new branch] gh/cccclai/1/orig -> origin/gh/cccclai/1/orig 2025-03-21T20:17:57.4828966Z * [new branch] gh/cccclai/10/base -> origin/gh/cccclai/10/base 2025-03-21T20:17:57.4830310Z * [new branch] gh/cccclai/10/head -> origin/gh/cccclai/10/head 2025-03-21T20:17:57.4831671Z * [new branch] gh/cccclai/10/orig -> origin/gh/cccclai/10/orig 2025-03-21T20:17:57.4833549Z * [new branch] gh/cccclai/11/base -> origin/gh/cccclai/11/base 2025-03-21T20:17:57.4834965Z * [new branch] gh/cccclai/11/head -> origin/gh/cccclai/11/head 2025-03-21T20:17:57.4836375Z * [new branch] gh/cccclai/11/orig -> origin/gh/cccclai/11/orig 2025-03-21T20:17:57.4838162Z * [new branch] gh/cccclai/12/base -> origin/gh/cccclai/12/base 2025-03-21T20:17:57.4839534Z * [new branch] gh/cccclai/12/head -> origin/gh/cccclai/12/head 2025-03-21T20:17:57.4840932Z * [new branch] gh/cccclai/12/orig -> origin/gh/cccclai/12/orig 2025-03-21T20:17:57.4843002Z * [new branch] gh/cccclai/13/base -> origin/gh/cccclai/13/base 2025-03-21T20:17:57.4844687Z * [new branch] gh/cccclai/13/head -> origin/gh/cccclai/13/head 2025-03-21T20:17:57.4846349Z * [new branch] gh/cccclai/13/orig -> origin/gh/cccclai/13/orig 2025-03-21T20:17:57.4848113Z * [new branch] gh/cccclai/14/base -> origin/gh/cccclai/14/base 2025-03-21T20:17:57.4849496Z * [new branch] gh/cccclai/14/head -> origin/gh/cccclai/14/head 2025-03-21T20:17:57.4850857Z * [new branch] gh/cccclai/14/orig -> origin/gh/cccclai/14/orig 2025-03-21T20:17:57.4852543Z * [new branch] gh/cccclai/15/base -> origin/gh/cccclai/15/base 2025-03-21T20:17:57.4853975Z * [new branch] gh/cccclai/15/head -> origin/gh/cccclai/15/head 2025-03-21T20:17:57.4856123Z * [new branch] gh/cccclai/15/orig -> origin/gh/cccclai/15/orig 2025-03-21T20:17:57.4857240Z * [new branch] gh/cccclai/16/base -> origin/gh/cccclai/16/base 2025-03-21T20:17:57.4858801Z * [new branch] gh/cccclai/16/head -> origin/gh/cccclai/16/head 2025-03-21T20:17:57.4860419Z * [new branch] gh/cccclai/16/orig -> origin/gh/cccclai/16/orig 2025-03-21T20:17:57.4862899Z * [new branch] gh/cccclai/17/base -> origin/gh/cccclai/17/base 2025-03-21T20:17:57.4864248Z * [new branch] gh/cccclai/17/head -> origin/gh/cccclai/17/head 2025-03-21T20:17:57.4865919Z * [new branch] gh/cccclai/17/orig -> origin/gh/cccclai/17/orig 2025-03-21T20:17:57.4868381Z * [new branch] gh/cccclai/18/base -> origin/gh/cccclai/18/base 2025-03-21T20:17:57.4870887Z * [new branch] gh/cccclai/18/head -> origin/gh/cccclai/18/head 2025-03-21T20:17:57.4873672Z * [new branch] gh/cccclai/18/orig -> origin/gh/cccclai/18/orig 2025-03-21T20:17:57.4875772Z * [new branch] gh/cccclai/19/base -> origin/gh/cccclai/19/base 2025-03-21T20:17:57.4877188Z * [new branch] gh/cccclai/19/head -> origin/gh/cccclai/19/head 2025-03-21T20:17:57.4878781Z * [new branch] gh/cccclai/19/orig -> origin/gh/cccclai/19/orig 2025-03-21T20:17:57.4881169Z * [new branch] gh/cccclai/2/base -> origin/gh/cccclai/2/base 2025-03-21T20:17:57.4882540Z * [new branch] gh/cccclai/2/head -> origin/gh/cccclai/2/head 2025-03-21T20:17:57.4884121Z * [new branch] gh/cccclai/2/orig -> origin/gh/cccclai/2/orig 2025-03-21T20:17:57.4886584Z * [new branch] gh/cccclai/20/base -> origin/gh/cccclai/20/base 2025-03-21T20:17:57.4887821Z * [new branch] gh/cccclai/20/head -> origin/gh/cccclai/20/head 2025-03-21T20:17:57.4889415Z * [new branch] gh/cccclai/20/orig -> origin/gh/cccclai/20/orig 2025-03-21T20:17:57.4891869Z * [new branch] gh/cccclai/3/base -> origin/gh/cccclai/3/base 2025-03-21T20:17:57.4893142Z * [new branch] gh/cccclai/3/head -> origin/gh/cccclai/3/head 2025-03-21T20:17:57.4894805Z * [new branch] gh/cccclai/3/orig -> origin/gh/cccclai/3/orig 2025-03-21T20:17:57.4897682Z * [new branch] gh/cccclai/4/base -> origin/gh/cccclai/4/base 2025-03-21T20:17:57.4899194Z * [new branch] gh/cccclai/4/head -> origin/gh/cccclai/4/head 2025-03-21T20:17:57.4901723Z * [new branch] gh/cccclai/4/orig -> origin/gh/cccclai/4/orig 2025-03-21T20:17:57.4904117Z * [new branch] gh/cccclai/5/base -> origin/gh/cccclai/5/base 2025-03-21T20:17:57.4905562Z * [new branch] gh/cccclai/5/head -> origin/gh/cccclai/5/head 2025-03-21T20:17:57.4907905Z * [new branch] gh/cccclai/5/orig -> origin/gh/cccclai/5/orig 2025-03-21T20:17:57.4910218Z * [new branch] gh/cccclai/6/base -> origin/gh/cccclai/6/base 2025-03-21T20:17:57.4911516Z * [new branch] gh/cccclai/6/head -> origin/gh/cccclai/6/head 2025-03-21T20:17:57.4913066Z * [new branch] gh/cccclai/6/orig -> origin/gh/cccclai/6/orig 2025-03-21T20:17:57.4915656Z * [new branch] gh/cccclai/7/base -> origin/gh/cccclai/7/base 2025-03-21T20:17:57.4916907Z * [new branch] gh/cccclai/7/head -> origin/gh/cccclai/7/head 2025-03-21T20:17:57.4918352Z * [new branch] gh/cccclai/7/orig -> origin/gh/cccclai/7/orig 2025-03-21T20:17:57.4920561Z * [new branch] gh/cccclai/8/base -> origin/gh/cccclai/8/base 2025-03-21T20:17:57.4921948Z * [new branch] gh/cccclai/8/head -> origin/gh/cccclai/8/head 2025-03-21T20:17:57.4923701Z * [new branch] gh/cccclai/8/orig -> origin/gh/cccclai/8/orig 2025-03-21T20:17:57.4926691Z * [new branch] gh/cccclai/9/base -> origin/gh/cccclai/9/base 2025-03-21T20:17:57.4928275Z * [new branch] gh/cccclai/9/head -> origin/gh/cccclai/9/head 2025-03-21T20:17:57.4929617Z * [new branch] gh/cccclai/9/orig -> origin/gh/cccclai/9/orig 2025-03-21T20:17:57.4932309Z * [new branch] gh/davidlin54/1/next -> origin/gh/davidlin54/1/next 2025-03-21T20:17:57.4933596Z * [new branch] gh/davidlin54/1/orig -> origin/gh/davidlin54/1/orig 2025-03-21T20:17:57.4936024Z * [new branch] gh/davidlin54/2/next -> origin/gh/davidlin54/2/next 2025-03-21T20:17:57.4937206Z * [new branch] gh/davidlin54/2/orig -> origin/gh/davidlin54/2/orig 2025-03-21T20:17:57.4939636Z * [new branch] gh/davidlin54/3/next -> origin/gh/davidlin54/3/next 2025-03-21T20:17:57.4940859Z * [new branch] gh/davidlin54/3/orig -> origin/gh/davidlin54/3/orig 2025-03-21T20:17:57.4943109Z * [new branch] gh/davidlin54/4/next -> origin/gh/davidlin54/4/next 2025-03-21T20:17:57.4944411Z * [new branch] gh/davidlin54/4/orig -> origin/gh/davidlin54/4/orig 2025-03-21T20:17:57.4946874Z * [new branch] gh/davidlin54/5/next -> origin/gh/davidlin54/5/next 2025-03-21T20:17:57.4948098Z * [new branch] gh/davidlin54/5/orig -> origin/gh/davidlin54/5/orig 2025-03-21T20:17:57.4950929Z * [new branch] gh/digantdesai/1/base -> origin/gh/digantdesai/1/base 2025-03-21T20:17:57.4952202Z * [new branch] gh/digantdesai/1/head -> origin/gh/digantdesai/1/head 2025-03-21T20:17:57.4954481Z * [new branch] gh/digantdesai/10/base -> origin/gh/digantdesai/10/base 2025-03-21T20:17:57.4956909Z * [new branch] gh/digantdesai/11/base -> origin/gh/digantdesai/11/base 2025-03-21T20:17:57.4958336Z * [new branch] gh/digantdesai/11/head -> origin/gh/digantdesai/11/head 2025-03-21T20:17:57.4959928Z * [new branch] gh/digantdesai/11/orig -> origin/gh/digantdesai/11/orig 2025-03-21T20:17:57.4962362Z * [new branch] gh/digantdesai/12/base -> origin/gh/digantdesai/12/base 2025-03-21T20:17:57.4963798Z * [new branch] gh/digantdesai/12/head -> origin/gh/digantdesai/12/head 2025-03-21T20:17:57.4966140Z * [new branch] gh/digantdesai/13/base -> origin/gh/digantdesai/13/base 2025-03-21T20:17:57.4967562Z * [new branch] gh/digantdesai/13/head -> origin/gh/digantdesai/13/head 2025-03-21T20:17:57.4969314Z * [new branch] gh/digantdesai/13/orig -> origin/gh/digantdesai/13/orig 2025-03-21T20:17:57.4971761Z * [new branch] gh/digantdesai/14/base -> origin/gh/digantdesai/14/base 2025-03-21T20:17:57.4973148Z * [new branch] gh/digantdesai/14/head -> origin/gh/digantdesai/14/head 2025-03-21T20:17:57.4975717Z * [new branch] gh/digantdesai/14/orig -> origin/gh/digantdesai/14/orig 2025-03-21T20:17:57.4977829Z * [new branch] gh/digantdesai/15/base -> origin/gh/digantdesai/15/base 2025-03-21T20:17:57.4979165Z * [new branch] gh/digantdesai/15/head -> origin/gh/digantdesai/15/head 2025-03-21T20:17:57.4980605Z * [new branch] gh/digantdesai/15/orig -> origin/gh/digantdesai/15/orig 2025-03-21T20:17:57.4982882Z * [new branch] gh/digantdesai/16/base -> origin/gh/digantdesai/16/base 2025-03-21T20:17:57.4984019Z * [new branch] gh/digantdesai/16/head -> origin/gh/digantdesai/16/head 2025-03-21T20:17:57.4985618Z * [new branch] gh/digantdesai/16/orig -> origin/gh/digantdesai/16/orig 2025-03-21T20:17:57.4988045Z * [new branch] gh/digantdesai/17/base -> origin/gh/digantdesai/17/base 2025-03-21T20:17:57.4989427Z * [new branch] gh/digantdesai/17/head -> origin/gh/digantdesai/17/head 2025-03-21T20:17:57.4990968Z * [new branch] gh/digantdesai/17/orig -> origin/gh/digantdesai/17/orig 2025-03-21T20:17:57.4993154Z * [new branch] gh/digantdesai/18/base -> origin/gh/digantdesai/18/base 2025-03-21T20:17:57.4994612Z * [new branch] gh/digantdesai/18/head -> origin/gh/digantdesai/18/head 2025-03-21T20:17:57.4996231Z * [new branch] gh/digantdesai/18/orig -> origin/gh/digantdesai/18/orig 2025-03-21T20:17:57.4998716Z * [new branch] gh/digantdesai/19/base -> origin/gh/digantdesai/19/base 2025-03-21T20:17:57.5000607Z * [new branch] gh/digantdesai/2/base -> origin/gh/digantdesai/2/base 2025-03-21T20:17:57.5003079Z * [new branch] gh/digantdesai/20/base -> origin/gh/digantdesai/20/base 2025-03-21T20:17:57.5005453Z * [new branch] gh/digantdesai/21/base -> origin/gh/digantdesai/21/base 2025-03-21T20:17:57.5006547Z * [new branch] gh/digantdesai/21/head -> origin/gh/digantdesai/21/head 2025-03-21T20:17:57.5007706Z * [new branch] gh/digantdesai/21/orig -> origin/gh/digantdesai/21/orig 2025-03-21T20:17:57.5009376Z * [new branch] gh/digantdesai/22/base -> origin/gh/digantdesai/22/base 2025-03-21T20:17:57.5010723Z * [new branch] gh/digantdesai/22/head -> origin/gh/digantdesai/22/head 2025-03-21T20:17:57.5012078Z * [new branch] gh/digantdesai/22/orig -> origin/gh/digantdesai/22/orig 2025-03-21T20:17:57.5013676Z * [new branch] gh/digantdesai/23/base -> origin/gh/digantdesai/23/base 2025-03-21T20:17:57.5015028Z * [new branch] gh/digantdesai/23/head -> origin/gh/digantdesai/23/head 2025-03-21T20:17:57.5016381Z * [new branch] gh/digantdesai/23/orig -> origin/gh/digantdesai/23/orig 2025-03-21T20:17:57.5018118Z * [new branch] gh/digantdesai/24/base -> origin/gh/digantdesai/24/base 2025-03-21T20:17:57.5019514Z * [new branch] gh/digantdesai/24/orig -> origin/gh/digantdesai/24/orig 2025-03-21T20:17:57.5021299Z * [new branch] gh/digantdesai/25/base -> origin/gh/digantdesai/25/base 2025-03-21T20:17:57.5022729Z * [new branch] gh/digantdesai/25/orig -> origin/gh/digantdesai/25/orig 2025-03-21T20:17:57.5024986Z * [new branch] gh/digantdesai/26/base -> origin/gh/digantdesai/26/base 2025-03-21T20:17:57.5026445Z * [new branch] gh/digantdesai/26/orig -> origin/gh/digantdesai/26/orig 2025-03-21T20:17:57.5028297Z * [new branch] gh/digantdesai/27/base -> origin/gh/digantdesai/27/base 2025-03-21T20:17:57.5029717Z * [new branch] gh/digantdesai/27/head -> origin/gh/digantdesai/27/head 2025-03-21T20:17:57.5030887Z * [new branch] gh/digantdesai/27/orig -> origin/gh/digantdesai/27/orig 2025-03-21T20:17:57.5032825Z * [new branch] gh/digantdesai/28/base -> origin/gh/digantdesai/28/base 2025-03-21T20:17:57.5034644Z * [new branch] gh/digantdesai/29/base -> origin/gh/digantdesai/29/base 2025-03-21T20:17:57.5036519Z * [new branch] gh/digantdesai/3/base -> origin/gh/digantdesai/3/base 2025-03-21T20:17:57.5038326Z * [new branch] gh/digantdesai/30/base -> origin/gh/digantdesai/30/base 2025-03-21T20:17:57.5040186Z * [new branch] gh/digantdesai/4/base -> origin/gh/digantdesai/4/base 2025-03-21T20:17:57.5042083Z * [new branch] gh/digantdesai/5/base -> origin/gh/digantdesai/5/base 2025-03-21T20:17:57.5043902Z * [new branch] gh/digantdesai/6/base -> origin/gh/digantdesai/6/base 2025-03-21T20:17:57.5045710Z * [new branch] gh/digantdesai/7/base -> origin/gh/digantdesai/7/base 2025-03-21T20:17:57.5048454Z * [new branch] gh/digantdesai/8/base -> origin/gh/digantdesai/8/base 2025-03-21T20:17:57.5050250Z * [new branch] gh/digantdesai/9/base -> origin/gh/digantdesai/9/base 2025-03-21T20:17:57.5051621Z * [new branch] gh/digantdesai/9/head -> origin/gh/digantdesai/9/head 2025-03-21T20:17:57.5053034Z * [new branch] gh/digantdesai/9/orig -> origin/gh/digantdesai/9/orig 2025-03-21T20:17:57.5054952Z * [new branch] gh/dvorjackz/1/head -> origin/gh/dvorjackz/1/head 2025-03-21T20:17:57.5056201Z * [new branch] gh/dvorjackz/1/next -> origin/gh/dvorjackz/1/next 2025-03-21T20:17:57.5057983Z * [new branch] gh/fredrikk/test -> origin/gh/fredrikk/test 2025-03-21T20:17:57.5059986Z * [new branch] gh/gasoonjia/1/base -> origin/gh/gasoonjia/1/base 2025-03-21T20:17:57.5061781Z * [new branch] gh/gasoonjia/10/base -> origin/gh/gasoonjia/10/base 2025-03-21T20:17:57.5063098Z * [new branch] gh/gasoonjia/10/head -> origin/gh/gasoonjia/10/head 2025-03-21T20:17:57.5064459Z * [new branch] gh/gasoonjia/10/orig -> origin/gh/gasoonjia/10/orig 2025-03-21T20:17:57.5066276Z * [new branch] gh/gasoonjia/11/base -> origin/gh/gasoonjia/11/base 2025-03-21T20:17:57.5067660Z * [new branch] gh/gasoonjia/11/head -> origin/gh/gasoonjia/11/head 2025-03-21T20:17:57.5068996Z * [new branch] gh/gasoonjia/11/orig -> origin/gh/gasoonjia/11/orig 2025-03-21T20:17:57.5071101Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-03-21T20:17:57.5072414Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-03-21T20:17:57.5074538Z * [new branch] gh/gasoonjia/3/base -> origin/gh/gasoonjia/3/base 2025-03-21T20:17:57.5075736Z * [new branch] gh/gasoonjia/3/head -> origin/gh/gasoonjia/3/head 2025-03-21T20:17:57.5077182Z * [new branch] gh/gasoonjia/3/orig -> origin/gh/gasoonjia/3/orig 2025-03-21T20:17:57.5078933Z * [new branch] gh/gasoonjia/4/base -> origin/gh/gasoonjia/4/base 2025-03-21T20:17:57.5080241Z * [new branch] gh/gasoonjia/4/head -> origin/gh/gasoonjia/4/head 2025-03-21T20:17:57.5081597Z * [new branch] gh/gasoonjia/4/orig -> origin/gh/gasoonjia/4/orig 2025-03-21T20:17:57.5083434Z * [new branch] gh/gasoonjia/5/base -> origin/gh/gasoonjia/5/base 2025-03-21T20:17:57.5084797Z * [new branch] gh/gasoonjia/5/head -> origin/gh/gasoonjia/5/head 2025-03-21T20:17:57.5086136Z * [new branch] gh/gasoonjia/5/orig -> origin/gh/gasoonjia/5/orig 2025-03-21T20:17:57.5087944Z * [new branch] gh/gasoonjia/6/base -> origin/gh/gasoonjia/6/base 2025-03-21T20:17:57.5089310Z * [new branch] gh/gasoonjia/6/head -> origin/gh/gasoonjia/6/head 2025-03-21T20:17:57.5090860Z * [new branch] gh/gasoonjia/7/base -> origin/gh/gasoonjia/7/base 2025-03-21T20:17:57.5092150Z * [new branch] gh/gasoonjia/7/head -> origin/gh/gasoonjia/7/head 2025-03-21T20:17:57.5093753Z * [new branch] gh/gasoonjia/8/base -> origin/gh/gasoonjia/8/base 2025-03-21T20:17:57.5094955Z * [new branch] gh/gasoonjia/8/head -> origin/gh/gasoonjia/8/head 2025-03-21T20:17:57.5096745Z * [new branch] gh/gasoonjia/9/base -> origin/gh/gasoonjia/9/base 2025-03-21T20:17:57.5098127Z * [new branch] gh/gasoonjia/9/head -> origin/gh/gasoonjia/9/head 2025-03-21T20:17:57.5099472Z * [new branch] gh/gasoonjia/9/orig -> origin/gh/gasoonjia/9/orig 2025-03-21T20:17:57.5101499Z * [new branch] gh/guangy10/1/base -> origin/gh/guangy10/1/base 2025-03-21T20:17:57.5102811Z * [new branch] gh/guangy10/1/head -> origin/gh/guangy10/1/head 2025-03-21T20:17:57.5104272Z * [new branch] gh/guangy10/1/orig -> origin/gh/guangy10/1/orig 2025-03-21T20:17:57.5106082Z * [new branch] gh/guangy10/10/base -> origin/gh/guangy10/10/base 2025-03-21T20:17:57.5107381Z * [new branch] gh/guangy10/10/head -> origin/gh/guangy10/10/head 2025-03-21T20:17:57.5108714Z * [new branch] gh/guangy10/10/orig -> origin/gh/guangy10/10/orig 2025-03-21T20:17:57.5110612Z * [new branch] gh/guangy10/11/base -> origin/gh/guangy10/11/base 2025-03-21T20:17:57.5111728Z * [new branch] gh/guangy10/11/head -> origin/gh/guangy10/11/head 2025-03-21T20:17:57.5113094Z * [new branch] gh/guangy10/11/orig -> origin/gh/guangy10/11/orig 2025-03-21T20:17:57.5114645Z * [new branch] gh/guangy10/12/base -> origin/gh/guangy10/12/base 2025-03-21T20:17:57.5115979Z * [new branch] gh/guangy10/12/orig -> origin/gh/guangy10/12/orig 2025-03-21T20:17:57.5117732Z * [new branch] gh/guangy10/13/base -> origin/gh/guangy10/13/base 2025-03-21T20:17:57.5119020Z * [new branch] gh/guangy10/13/head -> origin/gh/guangy10/13/head 2025-03-21T20:17:57.5120339Z * [new branch] gh/guangy10/13/orig -> origin/gh/guangy10/13/orig 2025-03-21T20:17:57.5122059Z * [new branch] gh/guangy10/14/base -> origin/gh/guangy10/14/base 2025-03-21T20:17:57.5123374Z * [new branch] gh/guangy10/14/head -> origin/gh/guangy10/14/head 2025-03-21T20:17:57.5124678Z * [new branch] gh/guangy10/14/orig -> origin/gh/guangy10/14/orig 2025-03-21T20:17:57.5126308Z * [new branch] gh/guangy10/15/base -> origin/gh/guangy10/15/base 2025-03-21T20:17:57.5127599Z * [new branch] gh/guangy10/15/head -> origin/gh/guangy10/15/head 2025-03-21T20:17:57.5128893Z * [new branch] gh/guangy10/15/orig -> origin/gh/guangy10/15/orig 2025-03-21T20:17:57.5130655Z * [new branch] gh/guangy10/16/base -> origin/gh/guangy10/16/base 2025-03-21T20:17:57.5132027Z * [new branch] gh/guangy10/16/orig -> origin/gh/guangy10/16/orig 2025-03-21T20:17:57.5133763Z * [new branch] gh/guangy10/17/base -> origin/gh/guangy10/17/base 2025-03-21T20:17:57.5135102Z * [new branch] gh/guangy10/17/head -> origin/gh/guangy10/17/head 2025-03-21T20:17:57.5136432Z * [new branch] gh/guangy10/17/orig -> origin/gh/guangy10/17/orig 2025-03-21T20:17:57.5138169Z * [new branch] gh/guangy10/18/base -> origin/gh/guangy10/18/base 2025-03-21T20:17:57.5139496Z * [new branch] gh/guangy10/18/head -> origin/gh/guangy10/18/head 2025-03-21T20:17:57.5140823Z * [new branch] gh/guangy10/18/orig -> origin/gh/guangy10/18/orig 2025-03-21T20:17:57.5142602Z * [new branch] gh/guangy10/19/base -> origin/gh/guangy10/19/base 2025-03-21T20:17:57.5143893Z * [new branch] gh/guangy10/19/head -> origin/gh/guangy10/19/head 2025-03-21T20:17:57.5145206Z * [new branch] gh/guangy10/19/orig -> origin/gh/guangy10/19/orig 2025-03-21T20:17:57.5147133Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-03-21T20:17:57.5148486Z * [new branch] gh/guangy10/2/head -> origin/gh/guangy10/2/head 2025-03-21T20:17:57.5149885Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-03-21T20:17:57.5151686Z * [new branch] gh/guangy10/20/base -> origin/gh/guangy10/20/base 2025-03-21T20:17:57.5153033Z * [new branch] gh/guangy10/20/head -> origin/gh/guangy10/20/head 2025-03-21T20:17:57.5154303Z * [new branch] gh/guangy10/20/orig -> origin/gh/guangy10/20/orig 2025-03-21T20:17:57.5156193Z * [new branch] gh/guangy10/21/base -> origin/gh/guangy10/21/base 2025-03-21T20:17:57.5157537Z * [new branch] gh/guangy10/21/orig -> origin/gh/guangy10/21/orig 2025-03-21T20:17:57.5159301Z * [new branch] gh/guangy10/3/base -> origin/gh/guangy10/3/base 2025-03-21T20:17:57.5160632Z * [new branch] gh/guangy10/3/head -> origin/gh/guangy10/3/head 2025-03-21T20:17:57.5161915Z * [new branch] gh/guangy10/3/orig -> origin/gh/guangy10/3/orig 2025-03-21T20:17:57.5163726Z * [new branch] gh/guangy10/4/base -> origin/gh/guangy10/4/base 2025-03-21T20:17:57.5164962Z * [new branch] gh/guangy10/4/head -> origin/gh/guangy10/4/head 2025-03-21T20:17:57.5166303Z * [new branch] gh/guangy10/4/orig -> origin/gh/guangy10/4/orig 2025-03-21T20:17:57.5168074Z * [new branch] gh/guangy10/5/base -> origin/gh/guangy10/5/base 2025-03-21T20:17:57.5169391Z * [new branch] gh/guangy10/5/head -> origin/gh/guangy10/5/head 2025-03-21T20:17:57.5170783Z * [new branch] gh/guangy10/5/orig -> origin/gh/guangy10/5/orig 2025-03-21T20:17:57.5172596Z * [new branch] gh/guangy10/6/base -> origin/gh/guangy10/6/base 2025-03-21T20:17:57.5174147Z * [new branch] gh/guangy10/6/head -> origin/gh/guangy10/6/head 2025-03-21T20:17:57.5176839Z * [new branch] gh/guangy10/6/orig -> origin/gh/guangy10/6/orig 2025-03-21T20:17:57.5178316Z * [new branch] gh/guangy10/7/base -> origin/gh/guangy10/7/base 2025-03-21T20:17:57.5179270Z * [new branch] gh/guangy10/7/head -> origin/gh/guangy10/7/head 2025-03-21T20:17:57.5180299Z * [new branch] gh/guangy10/7/orig -> origin/gh/guangy10/7/orig 2025-03-21T20:17:57.5182241Z * [new branch] gh/guangy10/8/base -> origin/gh/guangy10/8/base 2025-03-21T20:17:57.5183199Z * [new branch] gh/guangy10/8/head -> origin/gh/guangy10/8/head 2025-03-21T20:17:57.5184197Z * [new branch] gh/guangy10/8/orig -> origin/gh/guangy10/8/orig 2025-03-21T20:17:57.5185861Z * [new branch] gh/guangy10/9/base -> origin/gh/guangy10/9/base 2025-03-21T20:17:57.5186688Z * [new branch] gh/guangy10/9/head -> origin/gh/guangy10/9/head 2025-03-21T20:17:57.5187719Z * [new branch] gh/guangy10/9/orig -> origin/gh/guangy10/9/orig 2025-03-21T20:17:57.5189868Z * [new branch] gh/helunwencser/1/base -> origin/gh/helunwencser/1/base 2025-03-21T20:17:57.5191098Z * [new branch] gh/helunwencser/1/head -> origin/gh/helunwencser/1/head 2025-03-21T20:17:57.5192067Z * [new branch] gh/helunwencser/1/orig -> origin/gh/helunwencser/1/orig 2025-03-21T20:17:57.5193712Z * [new branch] gh/helunwencser/10/base -> origin/gh/helunwencser/10/base 2025-03-21T20:17:57.5195055Z * [new branch] gh/helunwencser/10/head -> origin/gh/helunwencser/10/head 2025-03-21T20:17:57.5195889Z * [new branch] gh/helunwencser/10/orig -> origin/gh/helunwencser/10/orig 2025-03-21T20:17:57.5197407Z * [new branch] gh/helunwencser/11/base -> origin/gh/helunwencser/11/base 2025-03-21T20:17:57.5198411Z * [new branch] gh/helunwencser/11/head -> origin/gh/helunwencser/11/head 2025-03-21T20:17:57.5199793Z * [new branch] gh/helunwencser/11/orig -> origin/gh/helunwencser/11/orig 2025-03-21T20:17:57.5200873Z * [new branch] gh/helunwencser/12/base -> origin/gh/helunwencser/12/base 2025-03-21T20:17:57.5201910Z * [new branch] gh/helunwencser/12/head -> origin/gh/helunwencser/12/head 2025-03-21T20:17:57.5202978Z * [new branch] gh/helunwencser/12/orig -> origin/gh/helunwencser/12/orig 2025-03-21T20:17:57.5204408Z * [new branch] gh/helunwencser/13/base -> origin/gh/helunwencser/13/base 2025-03-21T20:17:57.5205457Z * [new branch] gh/helunwencser/13/head -> origin/gh/helunwencser/13/head 2025-03-21T20:17:57.5206522Z * [new branch] gh/helunwencser/13/orig -> origin/gh/helunwencser/13/orig 2025-03-21T20:17:57.5208766Z * [new branch] gh/helunwencser/14/base -> origin/gh/helunwencser/14/base 2025-03-21T20:17:57.5210418Z * [new branch] gh/helunwencser/14/head -> origin/gh/helunwencser/14/head 2025-03-21T20:17:57.5212437Z * [new branch] gh/helunwencser/14/orig -> origin/gh/helunwencser/14/orig 2025-03-21T20:17:57.5214675Z * [new branch] gh/helunwencser/15/base -> origin/gh/helunwencser/15/base 2025-03-21T20:17:57.5216067Z * [new branch] gh/helunwencser/15/head -> origin/gh/helunwencser/15/head 2025-03-21T20:17:57.5217615Z * [new branch] gh/helunwencser/15/orig -> origin/gh/helunwencser/15/orig 2025-03-21T20:17:57.5220259Z * [new branch] gh/helunwencser/16/base -> origin/gh/helunwencser/16/base 2025-03-21T20:17:57.5221343Z * [new branch] gh/helunwencser/16/head -> origin/gh/helunwencser/16/head 2025-03-21T20:17:57.5222371Z * [new branch] gh/helunwencser/16/orig -> origin/gh/helunwencser/16/orig 2025-03-21T20:17:57.5223346Z * [new branch] gh/helunwencser/17/base -> origin/gh/helunwencser/17/base 2025-03-21T20:17:57.5224402Z * [new branch] gh/helunwencser/17/head -> origin/gh/helunwencser/17/head 2025-03-21T20:17:57.5225633Z * [new branch] gh/helunwencser/17/orig -> origin/gh/helunwencser/17/orig 2025-03-21T20:17:57.5227341Z * [new branch] gh/helunwencser/18/base -> origin/gh/helunwencser/18/base 2025-03-21T20:17:57.5228506Z * [new branch] gh/helunwencser/18/head -> origin/gh/helunwencser/18/head 2025-03-21T20:17:57.5229582Z * [new branch] gh/helunwencser/18/orig -> origin/gh/helunwencser/18/orig 2025-03-21T20:17:57.5230976Z * [new branch] gh/helunwencser/19/base -> origin/gh/helunwencser/19/base 2025-03-21T20:17:57.5232122Z * [new branch] gh/helunwencser/19/head -> origin/gh/helunwencser/19/head 2025-03-21T20:17:57.5233303Z * [new branch] gh/helunwencser/19/orig -> origin/gh/helunwencser/19/orig 2025-03-21T20:17:57.5234371Z * [new branch] gh/helunwencser/2/base -> origin/gh/helunwencser/2/base 2025-03-21T20:17:57.5235453Z * [new branch] gh/helunwencser/2/head -> origin/gh/helunwencser/2/head 2025-03-21T20:17:57.5236405Z * [new branch] gh/helunwencser/2/orig -> origin/gh/helunwencser/2/orig 2025-03-21T20:17:57.5237879Z * [new branch] gh/helunwencser/20/base -> origin/gh/helunwencser/20/base 2025-03-21T20:17:57.5238854Z * [new branch] gh/helunwencser/20/head -> origin/gh/helunwencser/20/head 2025-03-21T20:17:57.5240654Z * [new branch] gh/helunwencser/21/base -> origin/gh/helunwencser/21/base 2025-03-21T20:17:57.5241741Z * [new branch] gh/helunwencser/21/head -> origin/gh/helunwencser/21/head 2025-03-21T20:17:57.5242782Z * [new branch] gh/helunwencser/21/orig -> origin/gh/helunwencser/21/orig 2025-03-21T20:17:57.5244084Z * [new branch] gh/helunwencser/22/base -> origin/gh/helunwencser/22/base 2025-03-21T20:17:57.5245184Z * [new branch] gh/helunwencser/22/head -> origin/gh/helunwencser/22/head 2025-03-21T20:17:57.5246224Z * [new branch] gh/helunwencser/22/orig -> origin/gh/helunwencser/22/orig 2025-03-21T20:17:57.5247243Z * [new branch] gh/helunwencser/23/base -> origin/gh/helunwencser/23/base 2025-03-21T20:17:57.5248224Z * [new branch] gh/helunwencser/23/head -> origin/gh/helunwencser/23/head 2025-03-21T20:17:57.5249195Z * [new branch] gh/helunwencser/23/orig -> origin/gh/helunwencser/23/orig 2025-03-21T20:17:57.5250518Z * [new branch] gh/helunwencser/24/base -> origin/gh/helunwencser/24/base 2025-03-21T20:17:57.5251541Z * [new branch] gh/helunwencser/24/head -> origin/gh/helunwencser/24/head 2025-03-21T20:17:57.5252552Z * [new branch] gh/helunwencser/24/orig -> origin/gh/helunwencser/24/orig 2025-03-21T20:17:57.5253939Z * [new branch] gh/helunwencser/25/base -> origin/gh/helunwencser/25/base 2025-03-21T20:17:57.5254890Z * [new branch] gh/helunwencser/25/head -> origin/gh/helunwencser/25/head 2025-03-21T20:17:57.5255900Z * [new branch] gh/helunwencser/25/orig -> origin/gh/helunwencser/25/orig 2025-03-21T20:17:57.5257966Z * [new branch] gh/helunwencser/26/base -> origin/gh/helunwencser/26/base 2025-03-21T20:17:57.5259192Z * [new branch] gh/helunwencser/26/head -> origin/gh/helunwencser/26/head 2025-03-21T20:17:57.5260182Z * [new branch] gh/helunwencser/26/orig -> origin/gh/helunwencser/26/orig 2025-03-21T20:17:57.5261478Z * [new branch] gh/helunwencser/27/base -> origin/gh/helunwencser/27/base 2025-03-21T20:17:57.5262458Z * [new branch] gh/helunwencser/27/head -> origin/gh/helunwencser/27/head 2025-03-21T20:17:57.5263455Z * [new branch] gh/helunwencser/27/orig -> origin/gh/helunwencser/27/orig 2025-03-21T20:17:57.5264895Z * [new branch] gh/helunwencser/28/base -> origin/gh/helunwencser/28/base 2025-03-21T20:17:57.5265957Z * [new branch] gh/helunwencser/28/head -> origin/gh/helunwencser/28/head 2025-03-21T20:17:57.5267129Z * [new branch] gh/helunwencser/28/orig -> origin/gh/helunwencser/28/orig 2025-03-21T20:17:57.5269201Z * [new branch] gh/helunwencser/29/base -> origin/gh/helunwencser/29/base 2025-03-21T20:17:57.5270175Z * [new branch] gh/helunwencser/29/head -> origin/gh/helunwencser/29/head 2025-03-21T20:17:57.5271188Z * [new branch] gh/helunwencser/29/orig -> origin/gh/helunwencser/29/orig 2025-03-21T20:17:57.5272353Z * [new branch] gh/helunwencser/3/base -> origin/gh/helunwencser/3/base 2025-03-21T20:17:57.5273476Z * [new branch] gh/helunwencser/3/head -> origin/gh/helunwencser/3/head 2025-03-21T20:17:57.5274729Z * [new branch] gh/helunwencser/3/orig -> origin/gh/helunwencser/3/orig 2025-03-21T20:17:57.5276277Z * [new branch] gh/helunwencser/30/head -> origin/gh/helunwencser/30/head 2025-03-21T20:17:57.5277255Z * [new branch] gh/helunwencser/30/next -> origin/gh/helunwencser/30/next 2025-03-21T20:17:57.5278220Z * [new branch] gh/helunwencser/30/orig -> origin/gh/helunwencser/30/orig 2025-03-21T20:17:57.5279719Z * [new branch] gh/helunwencser/31/base -> origin/gh/helunwencser/31/base 2025-03-21T20:17:57.5280663Z * [new branch] gh/helunwencser/31/head -> origin/gh/helunwencser/31/head 2025-03-21T20:17:57.5281800Z * [new branch] gh/helunwencser/31/orig -> origin/gh/helunwencser/31/orig 2025-03-21T20:17:57.5283090Z * [new branch] gh/helunwencser/32/head -> origin/gh/helunwencser/32/head 2025-03-21T20:17:57.5284104Z * [new branch] gh/helunwencser/32/next -> origin/gh/helunwencser/32/next 2025-03-21T20:17:57.5285101Z * [new branch] gh/helunwencser/32/orig -> origin/gh/helunwencser/32/orig 2025-03-21T20:17:57.5286539Z * [new branch] gh/helunwencser/33/head -> origin/gh/helunwencser/33/head 2025-03-21T20:17:57.5287496Z * [new branch] gh/helunwencser/33/next -> origin/gh/helunwencser/33/next 2025-03-21T20:17:57.5288570Z * [new branch] gh/helunwencser/33/orig -> origin/gh/helunwencser/33/orig 2025-03-21T20:17:57.5290045Z * [new branch] gh/helunwencser/34/next -> origin/gh/helunwencser/34/next 2025-03-21T20:17:57.5291095Z * [new branch] gh/helunwencser/34/orig -> origin/gh/helunwencser/34/orig 2025-03-21T20:17:57.5292464Z * [new branch] gh/helunwencser/35/head -> origin/gh/helunwencser/35/head 2025-03-21T20:17:57.5293458Z * [new branch] gh/helunwencser/35/next -> origin/gh/helunwencser/35/next 2025-03-21T20:17:57.5294480Z * [new branch] gh/helunwencser/35/orig -> origin/gh/helunwencser/35/orig 2025-03-21T20:17:57.5295949Z * [new branch] gh/helunwencser/36/head -> origin/gh/helunwencser/36/head 2025-03-21T20:17:57.5296929Z * [new branch] gh/helunwencser/36/next -> origin/gh/helunwencser/36/next 2025-03-21T20:17:57.5297908Z * [new branch] gh/helunwencser/36/orig -> origin/gh/helunwencser/36/orig 2025-03-21T20:17:57.5299338Z * [new branch] gh/helunwencser/37/head -> origin/gh/helunwencser/37/head 2025-03-21T20:17:57.5300624Z * [new branch] gh/helunwencser/37/next -> origin/gh/helunwencser/37/next 2025-03-21T20:17:57.5301564Z * [new branch] gh/helunwencser/37/orig -> origin/gh/helunwencser/37/orig 2025-03-21T20:17:57.5302909Z * [new branch] gh/helunwencser/38/base -> origin/gh/helunwencser/38/base 2025-03-21T20:17:57.5303967Z * [new branch] gh/helunwencser/38/head -> origin/gh/helunwencser/38/head 2025-03-21T20:17:57.5305035Z * [new branch] gh/helunwencser/38/orig -> origin/gh/helunwencser/38/orig 2025-03-21T20:17:57.5306762Z * [new branch] gh/helunwencser/39/base -> origin/gh/helunwencser/39/base 2025-03-21T20:17:57.5307887Z * [new branch] gh/helunwencser/39/head -> origin/gh/helunwencser/39/head 2025-03-21T20:17:57.5308733Z * [new branch] gh/helunwencser/39/orig -> origin/gh/helunwencser/39/orig 2025-03-21T20:17:57.5310325Z * [new branch] gh/helunwencser/4/base -> origin/gh/helunwencser/4/base 2025-03-21T20:17:57.5311354Z * [new branch] gh/helunwencser/4/head -> origin/gh/helunwencser/4/head 2025-03-21T20:17:57.5312421Z * [new branch] gh/helunwencser/4/orig -> origin/gh/helunwencser/4/orig 2025-03-21T20:17:57.5313829Z * [new branch] gh/helunwencser/40/base -> origin/gh/helunwencser/40/base 2025-03-21T20:17:57.5314888Z * [new branch] gh/helunwencser/40/head -> origin/gh/helunwencser/40/head 2025-03-21T20:17:57.5315943Z * [new branch] gh/helunwencser/40/orig -> origin/gh/helunwencser/40/orig 2025-03-21T20:17:57.5317414Z * [new branch] gh/helunwencser/41/base -> origin/gh/helunwencser/41/base 2025-03-21T20:17:57.5318521Z * [new branch] gh/helunwencser/41/head -> origin/gh/helunwencser/41/head 2025-03-21T20:17:57.5319466Z * [new branch] gh/helunwencser/41/orig -> origin/gh/helunwencser/41/orig 2025-03-21T20:17:57.5321131Z * [new branch] gh/helunwencser/42/base -> origin/gh/helunwencser/42/base 2025-03-21T20:17:57.5322181Z * [new branch] gh/helunwencser/42/head -> origin/gh/helunwencser/42/head 2025-03-21T20:17:57.5337043Z * [new branch] gh/helunwencser/42/orig -> origin/gh/helunwencser/42/orig 2025-03-21T20:17:57.5338081Z * [new branch] gh/helunwencser/43/base -> origin/gh/helunwencser/43/base 2025-03-21T20:17:57.5339013Z * [new branch] gh/helunwencser/43/head -> origin/gh/helunwencser/43/head 2025-03-21T20:17:57.5340106Z * [new branch] gh/helunwencser/43/orig -> origin/gh/helunwencser/43/orig 2025-03-21T20:17:57.5341092Z * [new branch] gh/helunwencser/44/base -> origin/gh/helunwencser/44/base 2025-03-21T20:17:57.5341756Z * [new branch] gh/helunwencser/44/head -> origin/gh/helunwencser/44/head 2025-03-21T20:17:57.5342710Z * [new branch] gh/helunwencser/44/orig -> origin/gh/helunwencser/44/orig 2025-03-21T20:17:57.5343713Z * [new branch] gh/helunwencser/45/base -> origin/gh/helunwencser/45/base 2025-03-21T20:17:57.5344557Z * [new branch] gh/helunwencser/45/head -> origin/gh/helunwencser/45/head 2025-03-21T20:17:57.5345684Z * [new branch] gh/helunwencser/45/orig -> origin/gh/helunwencser/45/orig 2025-03-21T20:17:57.5346416Z * [new branch] gh/helunwencser/46/head -> origin/gh/helunwencser/46/head 2025-03-21T20:17:57.5347417Z * [new branch] gh/helunwencser/46/next -> origin/gh/helunwencser/46/next 2025-03-21T20:17:57.5348425Z * [new branch] gh/helunwencser/46/orig -> origin/gh/helunwencser/46/orig 2025-03-21T20:17:57.5349418Z * [new branch] gh/helunwencser/47/head -> origin/gh/helunwencser/47/head 2025-03-21T20:17:57.5350176Z * [new branch] gh/helunwencser/47/next -> origin/gh/helunwencser/47/next 2025-03-21T20:17:57.5351295Z * [new branch] gh/helunwencser/47/orig -> origin/gh/helunwencser/47/orig 2025-03-21T20:17:57.5352226Z * [new branch] gh/helunwencser/48/base -> origin/gh/helunwencser/48/base 2025-03-21T20:17:57.5353195Z * [new branch] gh/helunwencser/48/head -> origin/gh/helunwencser/48/head 2025-03-21T20:17:57.5354194Z * [new branch] gh/helunwencser/49/base -> origin/gh/helunwencser/49/base 2025-03-21T20:17:57.5354821Z * [new branch] gh/helunwencser/49/head -> origin/gh/helunwencser/49/head 2025-03-21T20:17:57.5355905Z * [new branch] gh/helunwencser/5/base -> origin/gh/helunwencser/5/base 2025-03-21T20:17:57.5356731Z * [new branch] gh/helunwencser/5/head -> origin/gh/helunwencser/5/head 2025-03-21T20:17:57.5357697Z * [new branch] gh/helunwencser/5/orig -> origin/gh/helunwencser/5/orig 2025-03-21T20:17:57.5358704Z * [new branch] gh/helunwencser/50/base -> origin/gh/helunwencser/50/base 2025-03-21T20:17:57.5359345Z * [new branch] gh/helunwencser/50/head -> origin/gh/helunwencser/50/head 2025-03-21T20:17:57.5360333Z * [new branch] gh/helunwencser/51/base -> origin/gh/helunwencser/51/base 2025-03-21T20:17:57.5361320Z * [new branch] gh/helunwencser/51/head -> origin/gh/helunwencser/51/head 2025-03-21T20:17:57.5362179Z * [new branch] gh/helunwencser/52/base -> origin/gh/helunwencser/52/base 2025-03-21T20:17:57.5363161Z * [new branch] gh/helunwencser/52/head -> origin/gh/helunwencser/52/head 2025-03-21T20:17:57.5364090Z * [new branch] gh/helunwencser/53/base -> origin/gh/helunwencser/53/base 2025-03-21T20:17:57.5365035Z * [new branch] gh/helunwencser/53/head -> origin/gh/helunwencser/53/head 2025-03-21T20:17:57.5365981Z * [new branch] gh/helunwencser/54/base -> origin/gh/helunwencser/54/base 2025-03-21T20:17:57.5366795Z * [new branch] gh/helunwencser/54/head -> origin/gh/helunwencser/54/head 2025-03-21T20:17:57.5367814Z * [new branch] gh/helunwencser/54/orig -> origin/gh/helunwencser/54/orig 2025-03-21T20:17:57.5368838Z * [new branch] gh/helunwencser/55/base -> origin/gh/helunwencser/55/base 2025-03-21T20:17:57.5369607Z * [new branch] gh/helunwencser/55/head -> origin/gh/helunwencser/55/head 2025-03-21T20:17:57.5370598Z * [new branch] gh/helunwencser/55/orig -> origin/gh/helunwencser/55/orig 2025-03-21T20:17:57.5371608Z * [new branch] gh/helunwencser/56/base -> origin/gh/helunwencser/56/base 2025-03-21T20:17:57.5372609Z * [new branch] gh/helunwencser/56/head -> origin/gh/helunwencser/56/head 2025-03-21T20:17:57.5373482Z * [new branch] gh/helunwencser/56/orig -> origin/gh/helunwencser/56/orig 2025-03-21T20:17:57.5374579Z * [new branch] gh/helunwencser/57/base -> origin/gh/helunwencser/57/base 2025-03-21T20:17:57.5375436Z * [new branch] gh/helunwencser/57/head -> origin/gh/helunwencser/57/head 2025-03-21T20:17:57.5376417Z * [new branch] gh/helunwencser/57/orig -> origin/gh/helunwencser/57/orig 2025-03-21T20:17:57.5377154Z * [new branch] gh/helunwencser/58/base -> origin/gh/helunwencser/58/base 2025-03-21T20:17:57.5378037Z * [new branch] gh/helunwencser/58/head -> origin/gh/helunwencser/58/head 2025-03-21T20:17:57.5378869Z * [new branch] gh/helunwencser/58/orig -> origin/gh/helunwencser/58/orig 2025-03-21T20:17:57.5379846Z * [new branch] gh/helunwencser/59/base -> origin/gh/helunwencser/59/base 2025-03-21T20:17:57.5380717Z * [new branch] gh/helunwencser/6/base -> origin/gh/helunwencser/6/base 2025-03-21T20:17:57.5381658Z * [new branch] gh/helunwencser/6/head -> origin/gh/helunwencser/6/head 2025-03-21T20:17:57.5382385Z * [new branch] gh/helunwencser/6/orig -> origin/gh/helunwencser/6/orig 2025-03-21T20:17:57.5383420Z * [new branch] gh/helunwencser/60/base -> origin/gh/helunwencser/60/base 2025-03-21T20:17:57.5384416Z * [new branch] gh/helunwencser/60/head -> origin/gh/helunwencser/60/head 2025-03-21T20:17:57.5385479Z * [new branch] gh/helunwencser/60/orig -> origin/gh/helunwencser/60/orig 2025-03-21T20:17:57.5386497Z * [new branch] gh/helunwencser/61/next -> origin/gh/helunwencser/61/next 2025-03-21T20:17:57.5387493Z * [new branch] gh/helunwencser/61/orig -> origin/gh/helunwencser/61/orig 2025-03-21T20:17:57.5388670Z * [new branch] gh/helunwencser/62/head -> origin/gh/helunwencser/62/head 2025-03-21T20:17:57.5389756Z * [new branch] gh/helunwencser/62/next -> origin/gh/helunwencser/62/next 2025-03-21T20:17:57.5390715Z * [new branch] gh/helunwencser/62/orig -> origin/gh/helunwencser/62/orig 2025-03-21T20:17:57.5392255Z * [new branch] gh/helunwencser/63/base -> origin/gh/helunwencser/63/base 2025-03-21T20:17:57.5393415Z * [new branch] gh/helunwencser/63/head -> origin/gh/helunwencser/63/head 2025-03-21T20:17:57.5394390Z * [new branch] gh/helunwencser/63/orig -> origin/gh/helunwencser/63/orig 2025-03-21T20:17:57.5395732Z * [new branch] gh/helunwencser/64/base -> origin/gh/helunwencser/64/base 2025-03-21T20:17:57.5397047Z * [new branch] gh/helunwencser/65/head -> origin/gh/helunwencser/65/head 2025-03-21T20:17:57.5398053Z * [new branch] gh/helunwencser/65/next -> origin/gh/helunwencser/65/next 2025-03-21T20:17:57.5399073Z * [new branch] gh/helunwencser/65/orig -> origin/gh/helunwencser/65/orig 2025-03-21T20:17:57.5400308Z * [new branch] gh/helunwencser/66/head -> origin/gh/helunwencser/66/head 2025-03-21T20:17:57.5401333Z * [new branch] gh/helunwencser/66/next -> origin/gh/helunwencser/66/next 2025-03-21T20:17:57.5402315Z * [new branch] gh/helunwencser/66/orig -> origin/gh/helunwencser/66/orig 2025-03-21T20:17:57.5403671Z * [new branch] gh/helunwencser/67/base -> origin/gh/helunwencser/67/base 2025-03-21T20:17:57.5404761Z * [new branch] gh/helunwencser/67/head -> origin/gh/helunwencser/67/head 2025-03-21T20:17:57.5405807Z * [new branch] gh/helunwencser/67/orig -> origin/gh/helunwencser/67/orig 2025-03-21T20:17:57.5407327Z * [new branch] gh/helunwencser/68/base -> origin/gh/helunwencser/68/base 2025-03-21T20:17:57.5408605Z * [new branch] gh/helunwencser/69/base -> origin/gh/helunwencser/69/base 2025-03-21T20:17:57.5409626Z * [new branch] gh/helunwencser/69/head -> origin/gh/helunwencser/69/head 2025-03-21T20:17:57.5410656Z * [new branch] gh/helunwencser/69/orig -> origin/gh/helunwencser/69/orig 2025-03-21T20:17:57.5412125Z * [new branch] gh/helunwencser/7/base -> origin/gh/helunwencser/7/base 2025-03-21T20:17:57.5413175Z * [new branch] gh/helunwencser/7/head -> origin/gh/helunwencser/7/head 2025-03-21T20:17:57.5414219Z * [new branch] gh/helunwencser/7/orig -> origin/gh/helunwencser/7/orig 2025-03-21T20:17:57.5415738Z * [new branch] gh/helunwencser/70/base -> origin/gh/helunwencser/70/base 2025-03-21T20:17:57.5417186Z * [new branch] gh/helunwencser/71/base -> origin/gh/helunwencser/71/base 2025-03-21T20:17:57.5418677Z * [new branch] gh/helunwencser/72/base -> origin/gh/helunwencser/72/base 2025-03-21T20:17:57.5420196Z * [new branch] gh/helunwencser/73/base -> origin/gh/helunwencser/73/base 2025-03-21T20:17:57.5421721Z * [new branch] gh/helunwencser/74/base -> origin/gh/helunwencser/74/base 2025-03-21T20:17:57.5423241Z * [new branch] gh/helunwencser/75/base -> origin/gh/helunwencser/75/base 2025-03-21T20:17:57.5424655Z * [new branch] gh/helunwencser/76/base -> origin/gh/helunwencser/76/base 2025-03-21T20:17:57.5426244Z * [new branch] gh/helunwencser/77/base -> origin/gh/helunwencser/77/base 2025-03-21T20:17:57.5427748Z * [new branch] gh/helunwencser/78/base -> origin/gh/helunwencser/78/base 2025-03-21T20:17:57.5429296Z * [new branch] gh/helunwencser/79/base -> origin/gh/helunwencser/79/base 2025-03-21T20:17:57.5430364Z * [new branch] gh/helunwencser/79/head -> origin/gh/helunwencser/79/head 2025-03-21T20:17:57.5431328Z * [new branch] gh/helunwencser/79/orig -> origin/gh/helunwencser/79/orig 2025-03-21T20:17:57.5432648Z * [new branch] gh/helunwencser/8/base -> origin/gh/helunwencser/8/base 2025-03-21T20:17:57.5433636Z * [new branch] gh/helunwencser/8/head -> origin/gh/helunwencser/8/head 2025-03-21T20:17:57.5434621Z * [new branch] gh/helunwencser/8/orig -> origin/gh/helunwencser/8/orig 2025-03-21T20:17:57.5436166Z * [new branch] gh/helunwencser/80/base -> origin/gh/helunwencser/80/base 2025-03-21T20:17:57.5437629Z * [new branch] gh/helunwencser/81/base -> origin/gh/helunwencser/81/base 2025-03-21T20:17:57.5439104Z * [new branch] gh/helunwencser/9/base -> origin/gh/helunwencser/9/base 2025-03-21T20:17:57.5440170Z * [new branch] gh/helunwencser/9/head -> origin/gh/helunwencser/9/head 2025-03-21T20:17:57.5441266Z * [new branch] gh/helunwencser/9/orig -> origin/gh/helunwencser/9/orig 2025-03-21T20:17:57.5442878Z * [new branch] gh/iseeyuan/1/base -> origin/gh/iseeyuan/1/base 2025-03-21T20:17:57.5443808Z * [new branch] gh/iseeyuan/1/head -> origin/gh/iseeyuan/1/head 2025-03-21T20:17:57.5444802Z * [new branch] gh/iseeyuan/1/orig -> origin/gh/iseeyuan/1/orig 2025-03-21T20:17:57.5446205Z * [new branch] gh/iseeyuan/2/base -> origin/gh/iseeyuan/2/base 2025-03-21T20:17:57.5447205Z * [new branch] gh/iseeyuan/2/head -> origin/gh/iseeyuan/2/head 2025-03-21T20:17:57.5448192Z * [new branch] gh/iseeyuan/2/orig -> origin/gh/iseeyuan/2/orig 2025-03-21T20:17:57.5449595Z * [new branch] gh/iseeyuan/3/base -> origin/gh/iseeyuan/3/base 2025-03-21T20:17:57.5450576Z * [new branch] gh/iseeyuan/3/head -> origin/gh/iseeyuan/3/head 2025-03-21T20:17:57.5451588Z * [new branch] gh/iseeyuan/3/orig -> origin/gh/iseeyuan/3/orig 2025-03-21T20:17:57.5452820Z * [new branch] gh/iseeyuan/4/base -> origin/gh/iseeyuan/4/base 2025-03-21T20:17:57.5453810Z * [new branch] gh/iseeyuan/4/head -> origin/gh/iseeyuan/4/head 2025-03-21T20:17:57.5454812Z * [new branch] gh/iseeyuan/4/orig -> origin/gh/iseeyuan/4/orig 2025-03-21T20:17:57.5456189Z * [new branch] gh/iseeyuan/5/base -> origin/gh/iseeyuan/5/base 2025-03-21T20:17:57.5457186Z * [new branch] gh/iseeyuan/5/head -> origin/gh/iseeyuan/5/head 2025-03-21T20:17:57.5458194Z * [new branch] gh/iseeyuan/5/orig -> origin/gh/iseeyuan/5/orig 2025-03-21T20:17:57.5459556Z * [new branch] gh/iseeyuan/6/base -> origin/gh/iseeyuan/6/base 2025-03-21T20:17:57.5460590Z * [new branch] gh/iseeyuan/6/head -> origin/gh/iseeyuan/6/head 2025-03-21T20:17:57.5461576Z * [new branch] gh/iseeyuan/6/orig -> origin/gh/iseeyuan/6/orig 2025-03-21T20:17:57.5463014Z * [new branch] gh/iseeyuan/7/base -> origin/gh/iseeyuan/7/base 2025-03-21T20:17:57.5464089Z * [new branch] gh/iseeyuan/7/orig -> origin/gh/iseeyuan/7/orig 2025-03-21T20:17:57.5465567Z * [new branch] gh/iseeyuan/8/base -> origin/gh/iseeyuan/8/base 2025-03-21T20:17:57.5466607Z * [new branch] gh/iseeyuan/8/head -> origin/gh/iseeyuan/8/head 2025-03-21T20:17:57.5467556Z * [new branch] gh/iseeyuan/8/orig -> origin/gh/iseeyuan/8/orig 2025-03-21T20:17:57.5469444Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-03-21T20:17:57.5470474Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-03-21T20:17:57.5471451Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-03-21T20:17:57.5472852Z * [new branch] gh/jerryzh168/2/base -> origin/gh/jerryzh168/2/base 2025-03-21T20:17:57.5473991Z * [new branch] gh/jerryzh168/2/head -> origin/gh/jerryzh168/2/head 2025-03-21T20:17:57.5475119Z * [new branch] gh/jerryzh168/2/orig -> origin/gh/jerryzh168/2/orig 2025-03-21T20:17:57.5476507Z * [new branch] gh/jerryzh168/3/base -> origin/gh/jerryzh168/3/base 2025-03-21T20:17:57.5477561Z * [new branch] gh/jerryzh168/3/head -> origin/gh/jerryzh168/3/head 2025-03-21T20:17:57.5478554Z * [new branch] gh/jerryzh168/3/orig -> origin/gh/jerryzh168/3/orig 2025-03-21T20:17:57.5479936Z * [new branch] gh/jerryzh168/4/base -> origin/gh/jerryzh168/4/base 2025-03-21T20:17:57.5480946Z * [new branch] gh/jerryzh168/4/head -> origin/gh/jerryzh168/4/head 2025-03-21T20:17:57.5481946Z * [new branch] gh/jerryzh168/4/orig -> origin/gh/jerryzh168/4/orig 2025-03-21T20:17:57.5483356Z * [new branch] gh/jerryzh168/5/base -> origin/gh/jerryzh168/5/base 2025-03-21T20:17:57.5484394Z * [new branch] gh/jerryzh168/5/head -> origin/gh/jerryzh168/5/head 2025-03-21T20:17:57.5485405Z * [new branch] gh/jerryzh168/5/orig -> origin/gh/jerryzh168/5/orig 2025-03-21T20:17:57.5486873Z * [new branch] gh/jerryzh168/6/base -> origin/gh/jerryzh168/6/base 2025-03-21T20:17:57.5488051Z * [new branch] gh/jerryzh168/6/head -> origin/gh/jerryzh168/6/head 2025-03-21T20:17:57.5489142Z * [new branch] gh/jerryzh168/6/orig -> origin/gh/jerryzh168/6/orig 2025-03-21T20:17:57.5490563Z * [new branch] gh/jerryzh168/7/base -> origin/gh/jerryzh168/7/base 2025-03-21T20:17:57.5491560Z * [new branch] gh/jerryzh168/7/head -> origin/gh/jerryzh168/7/head 2025-03-21T20:17:57.5492586Z * [new branch] gh/jerryzh168/7/orig -> origin/gh/jerryzh168/7/orig 2025-03-21T20:17:57.5494367Z * [new branch] gh/jorgep31415/1/base -> origin/gh/jorgep31415/1/base 2025-03-21T20:17:57.5495322Z * [new branch] gh/jorgep31415/1/head -> origin/gh/jorgep31415/1/head 2025-03-21T20:17:57.5496411Z * [new branch] gh/jorgep31415/1/orig -> origin/gh/jorgep31415/1/orig 2025-03-21T20:17:57.5500634Z * [new branch] gh/jorgep31415/10/base -> origin/gh/jorgep31415/10/base 2025-03-21T20:17:57.5501766Z * [new branch] gh/jorgep31415/10/head -> origin/gh/jorgep31415/10/head 2025-03-21T20:17:57.5502878Z * [new branch] gh/jorgep31415/10/orig -> origin/gh/jorgep31415/10/orig 2025-03-21T20:17:57.5503995Z * [new branch] gh/jorgep31415/100/base -> origin/gh/jorgep31415/100/base 2025-03-21T20:17:57.5505112Z * [new branch] gh/jorgep31415/100/head -> origin/gh/jorgep31415/100/head 2025-03-21T20:17:57.5506306Z * [new branch] gh/jorgep31415/100/orig -> origin/gh/jorgep31415/100/orig 2025-03-21T20:17:57.5507647Z * [new branch] gh/jorgep31415/101/base -> origin/gh/jorgep31415/101/base 2025-03-21T20:17:57.5509126Z * [new branch] gh/jorgep31415/101/head -> origin/gh/jorgep31415/101/head 2025-03-21T20:17:57.5510701Z * [new branch] gh/jorgep31415/101/orig -> origin/gh/jorgep31415/101/orig 2025-03-21T20:17:57.5512902Z * [new branch] gh/jorgep31415/102/base -> origin/gh/jorgep31415/102/base 2025-03-21T20:17:57.5514395Z * [new branch] gh/jorgep31415/102/head -> origin/gh/jorgep31415/102/head 2025-03-21T20:17:57.5516014Z * [new branch] gh/jorgep31415/102/orig -> origin/gh/jorgep31415/102/orig 2025-03-21T20:17:57.5518601Z * [new branch] gh/jorgep31415/103/base -> origin/gh/jorgep31415/103/base 2025-03-21T20:17:57.5519870Z * [new branch] gh/jorgep31415/103/head -> origin/gh/jorgep31415/103/head 2025-03-21T20:17:57.5521598Z * [new branch] gh/jorgep31415/103/orig -> origin/gh/jorgep31415/103/orig 2025-03-21T20:17:57.5523869Z * [new branch] gh/jorgep31415/104/base -> origin/gh/jorgep31415/104/base 2025-03-21T20:17:57.5525684Z * [new branch] gh/jorgep31415/104/orig -> origin/gh/jorgep31415/104/orig 2025-03-21T20:17:57.5527698Z * [new branch] gh/jorgep31415/105/base -> origin/gh/jorgep31415/105/base 2025-03-21T20:17:57.5529212Z * [new branch] gh/jorgep31415/105/orig -> origin/gh/jorgep31415/105/orig 2025-03-21T20:17:57.5531713Z * [new branch] gh/jorgep31415/106/base -> origin/gh/jorgep31415/106/base 2025-03-21T20:17:57.5533073Z * [new branch] gh/jorgep31415/106/orig -> origin/gh/jorgep31415/106/orig 2025-03-21T20:17:57.5535319Z * [new branch] gh/jorgep31415/107/base -> origin/gh/jorgep31415/107/base 2025-03-21T20:17:57.5536814Z * [new branch] gh/jorgep31415/107/orig -> origin/gh/jorgep31415/107/orig 2025-03-21T20:17:57.5539277Z * [new branch] gh/jorgep31415/108/base -> origin/gh/jorgep31415/108/base 2025-03-21T20:17:57.5540382Z * [new branch] gh/jorgep31415/108/orig -> origin/gh/jorgep31415/108/orig 2025-03-21T20:17:57.5542849Z * [new branch] gh/jorgep31415/109/base -> origin/gh/jorgep31415/109/base 2025-03-21T20:17:57.5544171Z * [new branch] gh/jorgep31415/109/orig -> origin/gh/jorgep31415/109/orig 2025-03-21T20:17:57.5546153Z * [new branch] gh/jorgep31415/11/base -> origin/gh/jorgep31415/11/base 2025-03-21T20:17:57.5547716Z * [new branch] gh/jorgep31415/11/head -> origin/gh/jorgep31415/11/head 2025-03-21T20:17:57.5549259Z * [new branch] gh/jorgep31415/11/orig -> origin/gh/jorgep31415/11/orig 2025-03-21T20:17:57.5551767Z * [new branch] gh/jorgep31415/110/base -> origin/gh/jorgep31415/110/base 2025-03-21T20:17:57.5552977Z * [new branch] gh/jorgep31415/110/orig -> origin/gh/jorgep31415/110/orig 2025-03-21T20:17:57.5555312Z * [new branch] gh/jorgep31415/111/orig -> origin/gh/jorgep31415/111/orig 2025-03-21T20:17:57.5557437Z * [new branch] gh/jorgep31415/112/base -> origin/gh/jorgep31415/112/base 2025-03-21T20:17:57.5558892Z * [new branch] gh/jorgep31415/112/head -> origin/gh/jorgep31415/112/head 2025-03-21T20:17:57.5560561Z * [new branch] gh/jorgep31415/112/orig -> origin/gh/jorgep31415/112/orig 2025-03-21T20:17:57.5562959Z * [new branch] gh/jorgep31415/113/base -> origin/gh/jorgep31415/113/base 2025-03-21T20:17:57.5564267Z * [new branch] gh/jorgep31415/113/head -> origin/gh/jorgep31415/113/head 2025-03-21T20:17:57.5565944Z * [new branch] gh/jorgep31415/113/orig -> origin/gh/jorgep31415/113/orig 2025-03-21T20:17:57.5568715Z * [new branch] gh/jorgep31415/114/base -> origin/gh/jorgep31415/114/base 2025-03-21T20:17:57.5569919Z * [new branch] gh/jorgep31415/114/head -> origin/gh/jorgep31415/114/head 2025-03-21T20:17:57.5571261Z * [new branch] gh/jorgep31415/114/orig -> origin/gh/jorgep31415/114/orig 2025-03-21T20:17:57.5574041Z * [new branch] gh/jorgep31415/115/base -> origin/gh/jorgep31415/115/base 2025-03-21T20:17:57.5575310Z * [new branch] gh/jorgep31415/115/head -> origin/gh/jorgep31415/115/head 2025-03-21T20:17:57.5576693Z * [new branch] gh/jorgep31415/115/orig -> origin/gh/jorgep31415/115/orig 2025-03-21T20:17:57.5579325Z * [new branch] gh/jorgep31415/116/base -> origin/gh/jorgep31415/116/base 2025-03-21T20:17:57.5580484Z * [new branch] gh/jorgep31415/116/head -> origin/gh/jorgep31415/116/head 2025-03-21T20:17:57.5581918Z * [new branch] gh/jorgep31415/116/orig -> origin/gh/jorgep31415/116/orig 2025-03-21T20:17:57.5584397Z * [new branch] gh/jorgep31415/117/base -> origin/gh/jorgep31415/117/base 2025-03-21T20:17:57.5585766Z * [new branch] gh/jorgep31415/117/head -> origin/gh/jorgep31415/117/head 2025-03-21T20:17:57.5587618Z * [new branch] gh/jorgep31415/117/orig -> origin/gh/jorgep31415/117/orig 2025-03-21T20:17:57.5589978Z * [new branch] gh/jorgep31415/118/base -> origin/gh/jorgep31415/118/base 2025-03-21T20:17:57.5591104Z * [new branch] gh/jorgep31415/118/head -> origin/gh/jorgep31415/118/head 2025-03-21T20:17:57.5592715Z * [new branch] gh/jorgep31415/118/orig -> origin/gh/jorgep31415/118/orig 2025-03-21T20:17:57.5595314Z * [new branch] gh/jorgep31415/119/base -> origin/gh/jorgep31415/119/base 2025-03-21T20:17:57.5596441Z * [new branch] gh/jorgep31415/119/head -> origin/gh/jorgep31415/119/head 2025-03-21T20:17:57.5598081Z * [new branch] gh/jorgep31415/119/orig -> origin/gh/jorgep31415/119/orig 2025-03-21T20:17:57.5600249Z * [new branch] gh/jorgep31415/12/base -> origin/gh/jorgep31415/12/base 2025-03-21T20:17:57.5601823Z * [new branch] gh/jorgep31415/12/head -> origin/gh/jorgep31415/12/head 2025-03-21T20:17:57.5603638Z * [new branch] gh/jorgep31415/12/orig -> origin/gh/jorgep31415/12/orig 2025-03-21T20:17:57.5606546Z * [new branch] gh/jorgep31415/120/base -> origin/gh/jorgep31415/120/base 2025-03-21T20:17:57.5607638Z * [new branch] gh/jorgep31415/120/head -> origin/gh/jorgep31415/120/head 2025-03-21T20:17:57.5609075Z * [new branch] gh/jorgep31415/120/orig -> origin/gh/jorgep31415/120/orig 2025-03-21T20:17:57.5611605Z * [new branch] gh/jorgep31415/121/base -> origin/gh/jorgep31415/121/base 2025-03-21T20:17:57.5612732Z * [new branch] gh/jorgep31415/121/head -> origin/gh/jorgep31415/121/head 2025-03-21T20:17:57.5614328Z * [new branch] gh/jorgep31415/121/orig -> origin/gh/jorgep31415/121/orig 2025-03-21T20:17:57.5616965Z * [new branch] gh/jorgep31415/122/base -> origin/gh/jorgep31415/122/base 2025-03-21T20:17:57.5618078Z * [new branch] gh/jorgep31415/122/head -> origin/gh/jorgep31415/122/head 2025-03-21T20:17:57.5620110Z * [new branch] gh/jorgep31415/122/orig -> origin/gh/jorgep31415/122/orig 2025-03-21T20:17:57.5621585Z * [new branch] gh/jorgep31415/123/base -> origin/gh/jorgep31415/123/base 2025-03-21T20:17:57.5623230Z * [new branch] gh/jorgep31415/123/head -> origin/gh/jorgep31415/123/head 2025-03-21T20:17:57.5624321Z * [new branch] gh/jorgep31415/123/orig -> origin/gh/jorgep31415/123/orig 2025-03-21T20:17:57.5626935Z * [new branch] gh/jorgep31415/124/base -> origin/gh/jorgep31415/124/base 2025-03-21T20:17:57.5629200Z * [new branch] gh/jorgep31415/125/base -> origin/gh/jorgep31415/125/base 2025-03-21T20:17:57.5631623Z * [new branch] gh/jorgep31415/126/base -> origin/gh/jorgep31415/126/base 2025-03-21T20:17:57.5633928Z * [new branch] gh/jorgep31415/127/base -> origin/gh/jorgep31415/127/base 2025-03-21T20:17:57.5636377Z * [new branch] gh/jorgep31415/128/base -> origin/gh/jorgep31415/128/base 2025-03-21T20:17:57.5638713Z * [new branch] gh/jorgep31415/129/base -> origin/gh/jorgep31415/129/base 2025-03-21T20:17:57.5640711Z * [new branch] gh/jorgep31415/13/base -> origin/gh/jorgep31415/13/base 2025-03-21T20:17:57.5642406Z * [new branch] gh/jorgep31415/13/head -> origin/gh/jorgep31415/13/head 2025-03-21T20:17:57.5644129Z * [new branch] gh/jorgep31415/13/orig -> origin/gh/jorgep31415/13/orig 2025-03-21T20:17:57.5646494Z * [new branch] gh/jorgep31415/130/base -> origin/gh/jorgep31415/130/base 2025-03-21T20:17:57.5648963Z * [new branch] gh/jorgep31415/131/base -> origin/gh/jorgep31415/131/base 2025-03-21T20:17:57.5651297Z * [new branch] gh/jorgep31415/132/base -> origin/gh/jorgep31415/132/base 2025-03-21T20:17:57.5653617Z * [new branch] gh/jorgep31415/133/base -> origin/gh/jorgep31415/133/base 2025-03-21T20:17:57.5656577Z * [new branch] gh/jorgep31415/134/base -> origin/gh/jorgep31415/134/base 2025-03-21T20:17:57.5657421Z * [new branch] gh/jorgep31415/14/base -> origin/gh/jorgep31415/14/base 2025-03-21T20:17:57.5658499Z * [new branch] gh/jorgep31415/14/head -> origin/gh/jorgep31415/14/head 2025-03-21T20:17:57.5659590Z * [new branch] gh/jorgep31415/14/orig -> origin/gh/jorgep31415/14/orig 2025-03-21T20:17:57.5660991Z * [new branch] gh/jorgep31415/15/base -> origin/gh/jorgep31415/15/base 2025-03-21T20:17:57.5662005Z * [new branch] gh/jorgep31415/15/head -> origin/gh/jorgep31415/15/head 2025-03-21T20:17:57.5663088Z * [new branch] gh/jorgep31415/15/orig -> origin/gh/jorgep31415/15/orig 2025-03-21T20:17:57.5664820Z * [new branch] gh/jorgep31415/16/base -> origin/gh/jorgep31415/16/base 2025-03-21T20:17:57.5665842Z * [new branch] gh/jorgep31415/16/head -> origin/gh/jorgep31415/16/head 2025-03-21T20:17:57.5667161Z * [new branch] gh/jorgep31415/16/orig -> origin/gh/jorgep31415/16/orig 2025-03-21T20:17:57.5668775Z * [new branch] gh/jorgep31415/17/base -> origin/gh/jorgep31415/17/base 2025-03-21T20:17:57.5669628Z * [new branch] gh/jorgep31415/17/head -> origin/gh/jorgep31415/17/head 2025-03-21T20:17:57.5670646Z * [new branch] gh/jorgep31415/17/orig -> origin/gh/jorgep31415/17/orig 2025-03-21T20:17:57.5672318Z * [new branch] gh/jorgep31415/18/base -> origin/gh/jorgep31415/18/base 2025-03-21T20:17:57.5673385Z * [new branch] gh/jorgep31415/18/head -> origin/gh/jorgep31415/18/head 2025-03-21T20:17:57.5675044Z * [new branch] gh/jorgep31415/18/orig -> origin/gh/jorgep31415/18/orig 2025-03-21T20:17:57.5676512Z * [new branch] gh/jorgep31415/19/base -> origin/gh/jorgep31415/19/base 2025-03-21T20:17:57.5677506Z * [new branch] gh/jorgep31415/19/head -> origin/gh/jorgep31415/19/head 2025-03-21T20:17:57.5678550Z * [new branch] gh/jorgep31415/19/orig -> origin/gh/jorgep31415/19/orig 2025-03-21T20:17:57.5679917Z * [new branch] gh/jorgep31415/2/base -> origin/gh/jorgep31415/2/base 2025-03-21T20:17:57.5680951Z * [new branch] gh/jorgep31415/2/head -> origin/gh/jorgep31415/2/head 2025-03-21T20:17:57.5682072Z * [new branch] gh/jorgep31415/2/orig -> origin/gh/jorgep31415/2/orig 2025-03-21T20:17:57.5683434Z * [new branch] gh/jorgep31415/20/base -> origin/gh/jorgep31415/20/base 2025-03-21T20:17:57.5684512Z * [new branch] gh/jorgep31415/20/head -> origin/gh/jorgep31415/20/head 2025-03-21T20:17:57.5685659Z * [new branch] gh/jorgep31415/20/orig -> origin/gh/jorgep31415/20/orig 2025-03-21T20:17:57.5686995Z * [new branch] gh/jorgep31415/21/base -> origin/gh/jorgep31415/21/base 2025-03-21T20:17:57.5688036Z * [new branch] gh/jorgep31415/21/head -> origin/gh/jorgep31415/21/head 2025-03-21T20:17:57.5689072Z * [new branch] gh/jorgep31415/21/orig -> origin/gh/jorgep31415/21/orig 2025-03-21T20:17:57.5690566Z * [new branch] gh/jorgep31415/22/base -> origin/gh/jorgep31415/22/base 2025-03-21T20:17:57.5691494Z * [new branch] gh/jorgep31415/22/head -> origin/gh/jorgep31415/22/head 2025-03-21T20:17:57.5692511Z * [new branch] gh/jorgep31415/22/orig -> origin/gh/jorgep31415/22/orig 2025-03-21T20:17:57.5693855Z * [new branch] gh/jorgep31415/23/base -> origin/gh/jorgep31415/23/base 2025-03-21T20:17:57.5694975Z * [new branch] gh/jorgep31415/23/head -> origin/gh/jorgep31415/23/head 2025-03-21T20:17:57.5696073Z * [new branch] gh/jorgep31415/23/orig -> origin/gh/jorgep31415/23/orig 2025-03-21T20:17:57.5697422Z * [new branch] gh/jorgep31415/24/base -> origin/gh/jorgep31415/24/base 2025-03-21T20:17:57.5698482Z * [new branch] gh/jorgep31415/24/head -> origin/gh/jorgep31415/24/head 2025-03-21T20:17:57.5699857Z * [new branch] gh/jorgep31415/24/orig -> origin/gh/jorgep31415/24/orig 2025-03-21T20:17:57.5700936Z * [new branch] gh/jorgep31415/25/base -> origin/gh/jorgep31415/25/base 2025-03-21T20:17:57.5701928Z * [new branch] gh/jorgep31415/25/head -> origin/gh/jorgep31415/25/head 2025-03-21T20:17:57.5703220Z * [new branch] gh/jorgep31415/25/orig -> origin/gh/jorgep31415/25/orig 2025-03-21T20:17:57.5704589Z * [new branch] gh/jorgep31415/26/base -> origin/gh/jorgep31415/26/base 2025-03-21T20:17:57.5705603Z * [new branch] gh/jorgep31415/26/head -> origin/gh/jorgep31415/26/head 2025-03-21T20:17:57.5706701Z * [new branch] gh/jorgep31415/26/orig -> origin/gh/jorgep31415/26/orig 2025-03-21T20:17:57.5708063Z * [new branch] gh/jorgep31415/27/base -> origin/gh/jorgep31415/27/base 2025-03-21T20:17:57.5709150Z * [new branch] gh/jorgep31415/27/head -> origin/gh/jorgep31415/27/head 2025-03-21T20:17:57.5710524Z * [new branch] gh/jorgep31415/28/base -> origin/gh/jorgep31415/28/base 2025-03-21T20:17:57.5711621Z * [new branch] gh/jorgep31415/28/head -> origin/gh/jorgep31415/28/head 2025-03-21T20:17:57.5713080Z * [new branch] gh/jorgep31415/29/base -> origin/gh/jorgep31415/29/base 2025-03-21T20:17:57.5714118Z * [new branch] gh/jorgep31415/29/head -> origin/gh/jorgep31415/29/head 2025-03-21T20:17:57.5715291Z * [new branch] gh/jorgep31415/29/orig -> origin/gh/jorgep31415/29/orig 2025-03-21T20:17:57.5716641Z * [new branch] gh/jorgep31415/3/base -> origin/gh/jorgep31415/3/base 2025-03-21T20:17:57.5717597Z * [new branch] gh/jorgep31415/3/head -> origin/gh/jorgep31415/3/head 2025-03-21T20:17:57.5718629Z * [new branch] gh/jorgep31415/3/orig -> origin/gh/jorgep31415/3/orig 2025-03-21T20:17:57.5720111Z * [new branch] gh/jorgep31415/30/base -> origin/gh/jorgep31415/30/base 2025-03-21T20:17:57.5721156Z * [new branch] gh/jorgep31415/30/head -> origin/gh/jorgep31415/30/head 2025-03-21T20:17:57.5722274Z * [new branch] gh/jorgep31415/30/orig -> origin/gh/jorgep31415/30/orig 2025-03-21T20:17:57.5723787Z * [new branch] gh/jorgep31415/31/base -> origin/gh/jorgep31415/31/base 2025-03-21T20:17:57.5724789Z * [new branch] gh/jorgep31415/31/head -> origin/gh/jorgep31415/31/head 2025-03-21T20:17:57.5725876Z * [new branch] gh/jorgep31415/31/orig -> origin/gh/jorgep31415/31/orig 2025-03-21T20:17:57.5727387Z * [new branch] gh/jorgep31415/32/base -> origin/gh/jorgep31415/32/base 2025-03-21T20:17:57.5728500Z * [new branch] gh/jorgep31415/32/head -> origin/gh/jorgep31415/32/head 2025-03-21T20:17:57.5729560Z * [new branch] gh/jorgep31415/32/orig -> origin/gh/jorgep31415/32/orig 2025-03-21T20:17:57.5731161Z * [new branch] gh/jorgep31415/33/base -> origin/gh/jorgep31415/33/base 2025-03-21T20:17:57.5732297Z * [new branch] gh/jorgep31415/33/head -> origin/gh/jorgep31415/33/head 2025-03-21T20:17:57.5733577Z * [new branch] gh/jorgep31415/33/orig -> origin/gh/jorgep31415/33/orig 2025-03-21T20:17:57.5735174Z * [new branch] gh/jorgep31415/34/base -> origin/gh/jorgep31415/34/base 2025-03-21T20:17:57.5736167Z * [new branch] gh/jorgep31415/34/head -> origin/gh/jorgep31415/34/head 2025-03-21T20:17:57.5737565Z * [new branch] gh/jorgep31415/34/orig -> origin/gh/jorgep31415/34/orig 2025-03-21T20:17:57.5739121Z * [new branch] gh/jorgep31415/35/base -> origin/gh/jorgep31415/35/base 2025-03-21T20:17:57.5740166Z * [new branch] gh/jorgep31415/35/head -> origin/gh/jorgep31415/35/head 2025-03-21T20:17:57.5741233Z * [new branch] gh/jorgep31415/35/orig -> origin/gh/jorgep31415/35/orig 2025-03-21T20:17:57.5742725Z * [new branch] gh/jorgep31415/36/base -> origin/gh/jorgep31415/36/base 2025-03-21T20:17:57.5743773Z * [new branch] gh/jorgep31415/36/head -> origin/gh/jorgep31415/36/head 2025-03-21T20:17:57.5744794Z * [new branch] gh/jorgep31415/36/orig -> origin/gh/jorgep31415/36/orig 2025-03-21T20:17:57.5746779Z * [new branch] gh/jorgep31415/37/base -> origin/gh/jorgep31415/37/base 2025-03-21T20:17:57.5747894Z * [new branch] gh/jorgep31415/37/head -> origin/gh/jorgep31415/37/head 2025-03-21T20:17:57.5749215Z * [new branch] gh/jorgep31415/37/orig -> origin/gh/jorgep31415/37/orig 2025-03-21T20:17:57.5750782Z * [new branch] gh/jorgep31415/38/base -> origin/gh/jorgep31415/38/base 2025-03-21T20:17:57.5751752Z * [new branch] gh/jorgep31415/38/head -> origin/gh/jorgep31415/38/head 2025-03-21T20:17:57.5752855Z * [new branch] gh/jorgep31415/38/orig -> origin/gh/jorgep31415/38/orig 2025-03-21T20:17:57.5754423Z * [new branch] gh/jorgep31415/39/base -> origin/gh/jorgep31415/39/base 2025-03-21T20:17:57.5755847Z * [new branch] gh/jorgep31415/39/head -> origin/gh/jorgep31415/39/head 2025-03-21T20:17:57.5756907Z * [new branch] gh/jorgep31415/39/orig -> origin/gh/jorgep31415/39/orig 2025-03-21T20:17:57.5758263Z * [new branch] gh/jorgep31415/4/base -> origin/gh/jorgep31415/4/base 2025-03-21T20:17:57.5759329Z * [new branch] gh/jorgep31415/4/head -> origin/gh/jorgep31415/4/head 2025-03-21T20:17:57.5760432Z * [new branch] gh/jorgep31415/4/orig -> origin/gh/jorgep31415/4/orig 2025-03-21T20:17:57.5762080Z * [new branch] gh/jorgep31415/40/base -> origin/gh/jorgep31415/40/base 2025-03-21T20:17:57.5763163Z * [new branch] gh/jorgep31415/40/head -> origin/gh/jorgep31415/40/head 2025-03-21T20:17:57.5764171Z * [new branch] gh/jorgep31415/40/orig -> origin/gh/jorgep31415/40/orig 2025-03-21T20:17:57.5765764Z * [new branch] gh/jorgep31415/41/base -> origin/gh/jorgep31415/41/base 2025-03-21T20:17:57.5766715Z * [new branch] gh/jorgep31415/41/head -> origin/gh/jorgep31415/41/head 2025-03-21T20:17:57.5767791Z * [new branch] gh/jorgep31415/41/orig -> origin/gh/jorgep31415/41/orig 2025-03-21T20:17:57.5769339Z * [new branch] gh/jorgep31415/42/base -> origin/gh/jorgep31415/42/base 2025-03-21T20:17:57.5770337Z * [new branch] gh/jorgep31415/42/head -> origin/gh/jorgep31415/42/head 2025-03-21T20:17:57.5771483Z * [new branch] gh/jorgep31415/42/orig -> origin/gh/jorgep31415/42/orig 2025-03-21T20:17:57.5773061Z * [new branch] gh/jorgep31415/43/base -> origin/gh/jorgep31415/43/base 2025-03-21T20:17:57.5774377Z * [new branch] gh/jorgep31415/43/head -> origin/gh/jorgep31415/43/head 2025-03-21T20:17:57.5775837Z * [new branch] gh/jorgep31415/43/orig -> origin/gh/jorgep31415/43/orig 2025-03-21T20:17:57.5777774Z * [new branch] gh/jorgep31415/44/base -> origin/gh/jorgep31415/44/base 2025-03-21T20:17:57.5778918Z * [new branch] gh/jorgep31415/44/head -> origin/gh/jorgep31415/44/head 2025-03-21T20:17:57.5780059Z * [new branch] gh/jorgep31415/44/orig -> origin/gh/jorgep31415/44/orig 2025-03-21T20:17:57.5781681Z * [new branch] gh/jorgep31415/45/base -> origin/gh/jorgep31415/45/base 2025-03-21T20:17:57.5782581Z * [new branch] gh/jorgep31415/45/head -> origin/gh/jorgep31415/45/head 2025-03-21T20:17:57.5783627Z * [new branch] gh/jorgep31415/45/orig -> origin/gh/jorgep31415/45/orig 2025-03-21T20:17:57.5785182Z * [new branch] gh/jorgep31415/46/base -> origin/gh/jorgep31415/46/base 2025-03-21T20:17:57.5786241Z * [new branch] gh/jorgep31415/46/head -> origin/gh/jorgep31415/46/head 2025-03-21T20:17:57.5787306Z * [new branch] gh/jorgep31415/46/orig -> origin/gh/jorgep31415/46/orig 2025-03-21T20:17:57.5789042Z * [new branch] gh/jorgep31415/47/base -> origin/gh/jorgep31415/47/base 2025-03-21T20:17:57.5789940Z * [new branch] gh/jorgep31415/47/head -> origin/gh/jorgep31415/47/head 2025-03-21T20:17:57.5791050Z * [new branch] gh/jorgep31415/47/orig -> origin/gh/jorgep31415/47/orig 2025-03-21T20:17:57.5792565Z * [new branch] gh/jorgep31415/48/base -> origin/gh/jorgep31415/48/base 2025-03-21T20:17:57.5793587Z * [new branch] gh/jorgep31415/48/head -> origin/gh/jorgep31415/48/head 2025-03-21T20:17:57.5794650Z * [new branch] gh/jorgep31415/48/orig -> origin/gh/jorgep31415/48/orig 2025-03-21T20:17:57.5796246Z * [new branch] gh/jorgep31415/49/base -> origin/gh/jorgep31415/49/base 2025-03-21T20:17:57.5797239Z * [new branch] gh/jorgep31415/49/head -> origin/gh/jorgep31415/49/head 2025-03-21T20:17:57.5798342Z * [new branch] gh/jorgep31415/49/orig -> origin/gh/jorgep31415/49/orig 2025-03-21T20:17:57.5799739Z * [new branch] gh/jorgep31415/5/base -> origin/gh/jorgep31415/5/base 2025-03-21T20:17:57.5800666Z * [new branch] gh/jorgep31415/5/head -> origin/gh/jorgep31415/5/head 2025-03-21T20:17:57.5802341Z * [new branch] gh/jorgep31415/50/base -> origin/gh/jorgep31415/50/base 2025-03-21T20:17:57.5803297Z * [new branch] gh/jorgep31415/50/head -> origin/gh/jorgep31415/50/head 2025-03-21T20:17:57.5804337Z * [new branch] gh/jorgep31415/50/orig -> origin/gh/jorgep31415/50/orig 2025-03-21T20:17:57.5806044Z * [new branch] gh/jorgep31415/51/base -> origin/gh/jorgep31415/51/base 2025-03-21T20:17:57.5807106Z * [new branch] gh/jorgep31415/51/head -> origin/gh/jorgep31415/51/head 2025-03-21T20:17:57.5808416Z * [new branch] gh/jorgep31415/51/orig -> origin/gh/jorgep31415/51/orig 2025-03-21T20:17:57.5809714Z * [new branch] gh/jorgep31415/52/base -> origin/gh/jorgep31415/52/base 2025-03-21T20:17:57.5810765Z * [new branch] gh/jorgep31415/52/head -> origin/gh/jorgep31415/52/head 2025-03-21T20:17:57.5811831Z * [new branch] gh/jorgep31415/52/orig -> origin/gh/jorgep31415/52/orig 2025-03-21T20:17:57.5813301Z * [new branch] gh/jorgep31415/53/base -> origin/gh/jorgep31415/53/base 2025-03-21T20:17:57.5814258Z * [new branch] gh/jorgep31415/53/head -> origin/gh/jorgep31415/53/head 2025-03-21T20:17:57.5815361Z * [new branch] gh/jorgep31415/53/orig -> origin/gh/jorgep31415/53/orig 2025-03-21T20:17:57.5816898Z * [new branch] gh/jorgep31415/54/base -> origin/gh/jorgep31415/54/base 2025-03-21T20:17:57.5817854Z * [new branch] gh/jorgep31415/54/head -> origin/gh/jorgep31415/54/head 2025-03-21T20:17:57.5818881Z * [new branch] gh/jorgep31415/54/orig -> origin/gh/jorgep31415/54/orig 2025-03-21T20:17:57.5820652Z * [new branch] gh/jorgep31415/55/base -> origin/gh/jorgep31415/55/base 2025-03-21T20:17:57.5821544Z * [new branch] gh/jorgep31415/55/head -> origin/gh/jorgep31415/55/head 2025-03-21T20:17:57.5822837Z * [new branch] gh/jorgep31415/55/orig -> origin/gh/jorgep31415/55/orig 2025-03-21T20:17:57.5824136Z * [new branch] gh/jorgep31415/56/base -> origin/gh/jorgep31415/56/base 2025-03-21T20:17:57.5825130Z * [new branch] gh/jorgep31415/56/head -> origin/gh/jorgep31415/56/head 2025-03-21T20:17:57.5826430Z * [new branch] gh/jorgep31415/56/orig -> origin/gh/jorgep31415/56/orig 2025-03-21T20:17:57.5827658Z * [new branch] gh/jorgep31415/57/base -> origin/gh/jorgep31415/57/base 2025-03-21T20:17:57.5828696Z * [new branch] gh/jorgep31415/57/head -> origin/gh/jorgep31415/57/head 2025-03-21T20:17:57.5829739Z * [new branch] gh/jorgep31415/57/orig -> origin/gh/jorgep31415/57/orig 2025-03-21T20:17:57.5831311Z * [new branch] gh/jorgep31415/58/base -> origin/gh/jorgep31415/58/base 2025-03-21T20:17:57.5832271Z * [new branch] gh/jorgep31415/58/head -> origin/gh/jorgep31415/58/head 2025-03-21T20:17:57.5833321Z * [new branch] gh/jorgep31415/58/orig -> origin/gh/jorgep31415/58/orig 2025-03-21T20:17:57.5834883Z * [new branch] gh/jorgep31415/59/base -> origin/gh/jorgep31415/59/base 2025-03-21T20:17:57.5835717Z * [new branch] gh/jorgep31415/59/head -> origin/gh/jorgep31415/59/head 2025-03-21T20:17:57.5836835Z * [new branch] gh/jorgep31415/59/orig -> origin/gh/jorgep31415/59/orig 2025-03-21T20:17:57.5838194Z * [new branch] gh/jorgep31415/6/base -> origin/gh/jorgep31415/6/base 2025-03-21T20:17:57.5839190Z * [new branch] gh/jorgep31415/6/head -> origin/gh/jorgep31415/6/head 2025-03-21T20:17:57.5840858Z * [new branch] gh/jorgep31415/60/base -> origin/gh/jorgep31415/60/base 2025-03-21T20:17:57.5841979Z * [new branch] gh/jorgep31415/60/head -> origin/gh/jorgep31415/60/head 2025-03-21T20:17:57.5843323Z * [new branch] gh/jorgep31415/60/orig -> origin/gh/jorgep31415/60/orig 2025-03-21T20:17:57.5844783Z * [new branch] gh/jorgep31415/61/base -> origin/gh/jorgep31415/61/base 2025-03-21T20:17:57.5845799Z * [new branch] gh/jorgep31415/61/head -> origin/gh/jorgep31415/61/head 2025-03-21T20:17:57.5846926Z * [new branch] gh/jorgep31415/61/orig -> origin/gh/jorgep31415/61/orig 2025-03-21T20:17:57.5848630Z * [new branch] gh/jorgep31415/62/base -> origin/gh/jorgep31415/62/base 2025-03-21T20:17:57.5849653Z * [new branch] gh/jorgep31415/62/head -> origin/gh/jorgep31415/62/head 2025-03-21T20:17:57.5850923Z * [new branch] gh/jorgep31415/62/orig -> origin/gh/jorgep31415/62/orig 2025-03-21T20:17:57.5852506Z * [new branch] gh/jorgep31415/63/base -> origin/gh/jorgep31415/63/base 2025-03-21T20:17:57.5853583Z * [new branch] gh/jorgep31415/63/head -> origin/gh/jorgep31415/63/head 2025-03-21T20:17:57.5854862Z * [new branch] gh/jorgep31415/63/orig -> origin/gh/jorgep31415/63/orig 2025-03-21T20:17:57.5856642Z * [new branch] gh/jorgep31415/64/base -> origin/gh/jorgep31415/64/base 2025-03-21T20:17:57.5857564Z * [new branch] gh/jorgep31415/64/head -> origin/gh/jorgep31415/64/head 2025-03-21T20:17:57.5858644Z * [new branch] gh/jorgep31415/64/orig -> origin/gh/jorgep31415/64/orig 2025-03-21T20:17:57.5860307Z * [new branch] gh/jorgep31415/65/base -> origin/gh/jorgep31415/65/base 2025-03-21T20:17:57.5861212Z * [new branch] gh/jorgep31415/65/head -> origin/gh/jorgep31415/65/head 2025-03-21T20:17:57.5862356Z * [new branch] gh/jorgep31415/65/orig -> origin/gh/jorgep31415/65/orig 2025-03-21T20:17:57.5863979Z * [new branch] gh/jorgep31415/66/base -> origin/gh/jorgep31415/66/base 2025-03-21T20:17:57.5865730Z * [new branch] gh/jorgep31415/66/head -> origin/gh/jorgep31415/66/head 2025-03-21T20:17:57.5866760Z * [new branch] gh/jorgep31415/66/orig -> origin/gh/jorgep31415/66/orig 2025-03-21T20:17:57.5868109Z * [new branch] gh/jorgep31415/67/base -> origin/gh/jorgep31415/67/base 2025-03-21T20:17:57.5869055Z * [new branch] gh/jorgep31415/67/head -> origin/gh/jorgep31415/67/head 2025-03-21T20:17:57.5870276Z * [new branch] gh/jorgep31415/67/orig -> origin/gh/jorgep31415/67/orig 2025-03-21T20:17:57.5871737Z * [new branch] gh/jorgep31415/68/base -> origin/gh/jorgep31415/68/base 2025-03-21T20:17:57.5874261Z * [new branch] gh/jorgep31415/68/head -> origin/gh/jorgep31415/68/head 2025-03-21T20:17:57.5875426Z * [new branch] gh/jorgep31415/68/orig -> origin/gh/jorgep31415/68/orig 2025-03-21T20:17:57.5876837Z * [new branch] gh/jorgep31415/69/base -> origin/gh/jorgep31415/69/base 2025-03-21T20:17:57.5878691Z * [new branch] gh/jorgep31415/69/head -> origin/gh/jorgep31415/69/head 2025-03-21T20:17:57.5879878Z * [new branch] gh/jorgep31415/69/orig -> origin/gh/jorgep31415/69/orig 2025-03-21T20:17:57.5882398Z * [new branch] gh/jorgep31415/7/base -> origin/gh/jorgep31415/7/base 2025-03-21T20:17:57.5883513Z * [new branch] gh/jorgep31415/7/head -> origin/gh/jorgep31415/7/head 2025-03-21T20:17:57.5885832Z * [new branch] gh/jorgep31415/70/base -> origin/gh/jorgep31415/70/base 2025-03-21T20:17:57.5887206Z * [new branch] gh/jorgep31415/70/head -> origin/gh/jorgep31415/70/head 2025-03-21T20:17:57.5889716Z * [new branch] gh/jorgep31415/71/base -> origin/gh/jorgep31415/71/base 2025-03-21T20:17:57.5890940Z * [new branch] gh/jorgep31415/71/head -> origin/gh/jorgep31415/71/head 2025-03-21T20:17:57.5892216Z * [new branch] gh/jorgep31415/71/orig -> origin/gh/jorgep31415/71/orig 2025-03-21T20:17:57.5894022Z * [new branch] gh/jorgep31415/72/base -> origin/gh/jorgep31415/72/base 2025-03-21T20:17:57.5895790Z * [new branch] gh/jorgep31415/72/head -> origin/gh/jorgep31415/72/head 2025-03-21T20:17:57.5896927Z * [new branch] gh/jorgep31415/72/orig -> origin/gh/jorgep31415/72/orig 2025-03-21T20:17:57.5899572Z * [new branch] gh/jorgep31415/73/base -> origin/gh/jorgep31415/73/base 2025-03-21T20:17:57.5900696Z * [new branch] gh/jorgep31415/73/head -> origin/gh/jorgep31415/73/head 2025-03-21T20:17:57.5902325Z * [new branch] gh/jorgep31415/73/orig -> origin/gh/jorgep31415/73/orig 2025-03-21T20:17:57.5904902Z * [new branch] gh/jorgep31415/74/base -> origin/gh/jorgep31415/74/base 2025-03-21T20:17:57.5906298Z * [new branch] gh/jorgep31415/74/head -> origin/gh/jorgep31415/74/head 2025-03-21T20:17:57.5908102Z * [new branch] gh/jorgep31415/74/orig -> origin/gh/jorgep31415/74/orig 2025-03-21T20:17:57.5910749Z * [new branch] gh/jorgep31415/75/base -> origin/gh/jorgep31415/75/base 2025-03-21T20:17:57.5911850Z * [new branch] gh/jorgep31415/75/head -> origin/gh/jorgep31415/75/head 2025-03-21T20:17:57.5913595Z * [new branch] gh/jorgep31415/75/orig -> origin/gh/jorgep31415/75/orig 2025-03-21T20:17:57.5915898Z * [new branch] gh/jorgep31415/76/base -> origin/gh/jorgep31415/76/base 2025-03-21T20:17:57.5917469Z * [new branch] gh/jorgep31415/76/head -> origin/gh/jorgep31415/76/head 2025-03-21T20:17:57.5919104Z * [new branch] gh/jorgep31415/76/orig -> origin/gh/jorgep31415/76/orig 2025-03-21T20:17:57.5921268Z * [new branch] gh/jorgep31415/77/base -> origin/gh/jorgep31415/77/base 2025-03-21T20:17:57.5923051Z * [new branch] gh/jorgep31415/77/head -> origin/gh/jorgep31415/77/head 2025-03-21T20:17:57.5925264Z * [new branch] gh/jorgep31415/77/orig -> origin/gh/jorgep31415/77/orig 2025-03-21T20:17:57.5927091Z * [new branch] gh/jorgep31415/78/base -> origin/gh/jorgep31415/78/base 2025-03-21T20:17:57.5928827Z * [new branch] gh/jorgep31415/78/head -> origin/gh/jorgep31415/78/head 2025-03-21T20:17:57.5930496Z * [new branch] gh/jorgep31415/78/orig -> origin/gh/jorgep31415/78/orig 2025-03-21T20:17:57.5932976Z * [new branch] gh/jorgep31415/79/base -> origin/gh/jorgep31415/79/base 2025-03-21T20:17:57.5934076Z * [new branch] gh/jorgep31415/79/head -> origin/gh/jorgep31415/79/head 2025-03-21T20:17:57.5935759Z * [new branch] gh/jorgep31415/79/orig -> origin/gh/jorgep31415/79/orig 2025-03-21T20:17:57.5938003Z * [new branch] gh/jorgep31415/8/base -> origin/gh/jorgep31415/8/base 2025-03-21T20:17:57.5939406Z * [new branch] gh/jorgep31415/8/head -> origin/gh/jorgep31415/8/head 2025-03-21T20:17:57.5941581Z * [new branch] gh/jorgep31415/80/base -> origin/gh/jorgep31415/80/base 2025-03-21T20:17:57.5943039Z * [new branch] gh/jorgep31415/80/head -> origin/gh/jorgep31415/80/head 2025-03-21T20:17:57.5944489Z * [new branch] gh/jorgep31415/80/orig -> origin/gh/jorgep31415/80/orig 2025-03-21T20:17:57.5946801Z * [new branch] gh/jorgep31415/81/base -> origin/gh/jorgep31415/81/base 2025-03-21T20:17:57.5948102Z * [new branch] gh/jorgep31415/81/head -> origin/gh/jorgep31415/81/head 2025-03-21T20:17:57.5950448Z * [new branch] gh/jorgep31415/81/orig -> origin/gh/jorgep31415/81/orig 2025-03-21T20:17:57.5952286Z * [new branch] gh/jorgep31415/82/base -> origin/gh/jorgep31415/82/base 2025-03-21T20:17:57.5954101Z * [new branch] gh/jorgep31415/82/head -> origin/gh/jorgep31415/82/head 2025-03-21T20:17:57.5955629Z * [new branch] gh/jorgep31415/82/orig -> origin/gh/jorgep31415/82/orig 2025-03-21T20:17:57.5958208Z * [new branch] gh/jorgep31415/83/base -> origin/gh/jorgep31415/83/base 2025-03-21T20:17:57.5959972Z * [new branch] gh/jorgep31415/83/head -> origin/gh/jorgep31415/83/head 2025-03-21T20:17:57.5961075Z * [new branch] gh/jorgep31415/83/orig -> origin/gh/jorgep31415/83/orig 2025-03-21T20:17:57.5963238Z * [new branch] gh/jorgep31415/84/base -> origin/gh/jorgep31415/84/base 2025-03-21T20:17:57.5964675Z * [new branch] gh/jorgep31415/84/head -> origin/gh/jorgep31415/84/head 2025-03-21T20:17:57.5966129Z * [new branch] gh/jorgep31415/84/orig -> origin/gh/jorgep31415/84/orig 2025-03-21T20:17:57.5968193Z * [new branch] gh/jorgep31415/85/base -> origin/gh/jorgep31415/85/base 2025-03-21T20:17:57.5969585Z * [new branch] gh/jorgep31415/85/head -> origin/gh/jorgep31415/85/head 2025-03-21T20:17:57.5970910Z * [new branch] gh/jorgep31415/85/orig -> origin/gh/jorgep31415/85/orig 2025-03-21T20:17:57.5973026Z * [new branch] gh/jorgep31415/86/base -> origin/gh/jorgep31415/86/base 2025-03-21T20:17:57.5974846Z * [new branch] gh/jorgep31415/86/head -> origin/gh/jorgep31415/86/head 2025-03-21T20:17:57.5976210Z * [new branch] gh/jorgep31415/86/orig -> origin/gh/jorgep31415/86/orig 2025-03-21T20:17:57.5978426Z * [new branch] gh/jorgep31415/87/base -> origin/gh/jorgep31415/87/base 2025-03-21T20:17:57.5979740Z * [new branch] gh/jorgep31415/87/head -> origin/gh/jorgep31415/87/head 2025-03-21T20:17:57.5981282Z * [new branch] gh/jorgep31415/87/orig -> origin/gh/jorgep31415/87/orig 2025-03-21T20:17:57.5983439Z * [new branch] gh/jorgep31415/88/base -> origin/gh/jorgep31415/88/base 2025-03-21T20:17:57.5984824Z * [new branch] gh/jorgep31415/88/head -> origin/gh/jorgep31415/88/head 2025-03-21T20:17:57.5986671Z * [new branch] gh/jorgep31415/88/orig -> origin/gh/jorgep31415/88/orig 2025-03-21T20:17:57.5989275Z * [new branch] gh/jorgep31415/89/base -> origin/gh/jorgep31415/89/base 2025-03-21T20:17:57.5990386Z * [new branch] gh/jorgep31415/89/head -> origin/gh/jorgep31415/89/head 2025-03-21T20:17:57.5992437Z * [new branch] gh/jorgep31415/89/orig -> origin/gh/jorgep31415/89/orig 2025-03-21T20:17:57.5994630Z * [new branch] gh/jorgep31415/9/base -> origin/gh/jorgep31415/9/base 2025-03-21T20:17:57.5995820Z * [new branch] gh/jorgep31415/9/head -> origin/gh/jorgep31415/9/head 2025-03-21T20:17:57.5997560Z * [new branch] gh/jorgep31415/9/orig -> origin/gh/jorgep31415/9/orig 2025-03-21T20:17:57.5999905Z * [new branch] gh/jorgep31415/90/base -> origin/gh/jorgep31415/90/base 2025-03-21T20:17:57.6001108Z * [new branch] gh/jorgep31415/90/head -> origin/gh/jorgep31415/90/head 2025-03-21T20:17:57.6002506Z * [new branch] gh/jorgep31415/90/orig -> origin/gh/jorgep31415/90/orig 2025-03-21T20:17:57.6005057Z * [new branch] gh/jorgep31415/91/base -> origin/gh/jorgep31415/91/base 2025-03-21T20:17:57.6006323Z * [new branch] gh/jorgep31415/91/head -> origin/gh/jorgep31415/91/head 2025-03-21T20:17:57.6008040Z * [new branch] gh/jorgep31415/91/orig -> origin/gh/jorgep31415/91/orig 2025-03-21T20:17:57.6010575Z * [new branch] gh/jorgep31415/92/base -> origin/gh/jorgep31415/92/base 2025-03-21T20:17:57.6011696Z * [new branch] gh/jorgep31415/92/head -> origin/gh/jorgep31415/92/head 2025-03-21T20:17:57.6013334Z * [new branch] gh/jorgep31415/92/orig -> origin/gh/jorgep31415/92/orig 2025-03-21T20:17:57.6015895Z * [new branch] gh/jorgep31415/93/base -> origin/gh/jorgep31415/93/base 2025-03-21T20:17:57.6017333Z * [new branch] gh/jorgep31415/93/head -> origin/gh/jorgep31415/93/head 2025-03-21T20:17:57.6019067Z * [new branch] gh/jorgep31415/93/orig -> origin/gh/jorgep31415/93/orig 2025-03-21T20:17:57.6021531Z * [new branch] gh/jorgep31415/94/base -> origin/gh/jorgep31415/94/base 2025-03-21T20:17:57.6022953Z * [new branch] gh/jorgep31415/94/head -> origin/gh/jorgep31415/94/head 2025-03-21T20:17:57.6024632Z * [new branch] gh/jorgep31415/94/orig -> origin/gh/jorgep31415/94/orig 2025-03-21T20:17:57.6027299Z * [new branch] gh/jorgep31415/95/base -> origin/gh/jorgep31415/95/base 2025-03-21T20:17:57.6028589Z * [new branch] gh/jorgep31415/95/head -> origin/gh/jorgep31415/95/head 2025-03-21T20:17:57.6030285Z * [new branch] gh/jorgep31415/95/orig -> origin/gh/jorgep31415/95/orig 2025-03-21T20:17:57.6032871Z * [new branch] gh/jorgep31415/96/base -> origin/gh/jorgep31415/96/base 2025-03-21T20:17:57.6034191Z * [new branch] gh/jorgep31415/96/head -> origin/gh/jorgep31415/96/head 2025-03-21T20:17:57.6035917Z * [new branch] gh/jorgep31415/96/orig -> origin/gh/jorgep31415/96/orig 2025-03-21T20:17:57.6038337Z * [new branch] gh/jorgep31415/97/base -> origin/gh/jorgep31415/97/base 2025-03-21T20:17:57.6039863Z * [new branch] gh/jorgep31415/97/head -> origin/gh/jorgep31415/97/head 2025-03-21T20:17:57.6041460Z * [new branch] gh/jorgep31415/97/orig -> origin/gh/jorgep31415/97/orig 2025-03-21T20:17:57.6043895Z * [new branch] gh/jorgep31415/98/base -> origin/gh/jorgep31415/98/base 2025-03-21T20:17:57.6044996Z * [new branch] gh/jorgep31415/98/head -> origin/gh/jorgep31415/98/head 2025-03-21T20:17:57.6046802Z * [new branch] gh/jorgep31415/98/orig -> origin/gh/jorgep31415/98/orig 2025-03-21T20:17:57.6049034Z * [new branch] gh/jorgep31415/99/base -> origin/gh/jorgep31415/99/base 2025-03-21T20:17:57.6050146Z * [new branch] gh/jorgep31415/99/head -> origin/gh/jorgep31415/99/head 2025-03-21T20:17:57.6051809Z * [new branch] gh/jorgep31415/99/orig -> origin/gh/jorgep31415/99/orig 2025-03-21T20:17:57.6054667Z * [new branch] gh/kimishpatel/10/base -> origin/gh/kimishpatel/10/base 2025-03-21T20:17:57.6055805Z * [new branch] gh/kimishpatel/10/head -> origin/gh/kimishpatel/10/head 2025-03-21T20:17:57.6057535Z * [new branch] gh/kimishpatel/10/orig -> origin/gh/kimishpatel/10/orig 2025-03-21T20:17:57.6059900Z * [new branch] gh/kimishpatel/100/base -> origin/gh/kimishpatel/100/base 2025-03-21T20:17:57.6061118Z * [new branch] gh/kimishpatel/100/head -> origin/gh/kimishpatel/100/head 2025-03-21T20:17:57.6062577Z * [new branch] gh/kimishpatel/100/orig -> origin/gh/kimishpatel/100/orig 2025-03-21T20:17:57.6064350Z * [new branch] gh/kimishpatel/101/base -> origin/gh/kimishpatel/101/base 2025-03-21T20:17:57.6065630Z * [new branch] gh/kimishpatel/101/head -> origin/gh/kimishpatel/101/head 2025-03-21T20:17:57.6067131Z * [new branch] gh/kimishpatel/101/orig -> origin/gh/kimishpatel/101/orig 2025-03-21T20:17:57.6069045Z * [new branch] gh/kimishpatel/102/base -> origin/gh/kimishpatel/102/base 2025-03-21T20:17:57.6070154Z * [new branch] gh/kimishpatel/102/head -> origin/gh/kimishpatel/102/head 2025-03-21T20:17:57.6071651Z * [new branch] gh/kimishpatel/102/orig -> origin/gh/kimishpatel/102/orig 2025-03-21T20:17:57.6073434Z * [new branch] gh/kimishpatel/103/base -> origin/gh/kimishpatel/103/base 2025-03-21T20:17:57.6075081Z * [new branch] gh/kimishpatel/103/head -> origin/gh/kimishpatel/103/head 2025-03-21T20:17:57.6076548Z * [new branch] gh/kimishpatel/103/orig -> origin/gh/kimishpatel/103/orig 2025-03-21T20:17:57.6078319Z * [new branch] gh/kimishpatel/104/base -> origin/gh/kimishpatel/104/base 2025-03-21T20:17:57.6079561Z * [new branch] gh/kimishpatel/104/head -> origin/gh/kimishpatel/104/head 2025-03-21T20:17:57.6081067Z * [new branch] gh/kimishpatel/104/orig -> origin/gh/kimishpatel/104/orig 2025-03-21T20:17:57.6082887Z * [new branch] gh/kimishpatel/105/base -> origin/gh/kimishpatel/105/base 2025-03-21T20:17:57.6084098Z * [new branch] gh/kimishpatel/105/head -> origin/gh/kimishpatel/105/head 2025-03-21T20:17:57.6085569Z * [new branch] gh/kimishpatel/105/orig -> origin/gh/kimishpatel/105/orig 2025-03-21T20:17:57.6087357Z * [new branch] gh/kimishpatel/106/base -> origin/gh/kimishpatel/106/base 2025-03-21T20:17:57.6088720Z * [new branch] gh/kimishpatel/106/head -> origin/gh/kimishpatel/106/head 2025-03-21T20:17:57.6090086Z * [new branch] gh/kimishpatel/106/orig -> origin/gh/kimishpatel/106/orig 2025-03-21T20:17:57.6091757Z * [new branch] gh/kimishpatel/107/base -> origin/gh/kimishpatel/107/base 2025-03-21T20:17:57.6093227Z * [new branch] gh/kimishpatel/107/head -> origin/gh/kimishpatel/107/head 2025-03-21T20:17:57.6094612Z * [new branch] gh/kimishpatel/107/orig -> origin/gh/kimishpatel/107/orig 2025-03-21T20:17:57.6096340Z * [new branch] gh/kimishpatel/108/base -> origin/gh/kimishpatel/108/base 2025-03-21T20:17:57.6097884Z * [new branch] gh/kimishpatel/108/head -> origin/gh/kimishpatel/108/head 2025-03-21T20:17:57.6099139Z * [new branch] gh/kimishpatel/108/orig -> origin/gh/kimishpatel/108/orig 2025-03-21T20:17:57.6100915Z * [new branch] gh/kimishpatel/109/base -> origin/gh/kimishpatel/109/base 2025-03-21T20:17:57.6102542Z * [new branch] gh/kimishpatel/109/head -> origin/gh/kimishpatel/109/head 2025-03-21T20:17:57.6103326Z * [new branch] gh/kimishpatel/109/orig -> origin/gh/kimishpatel/109/orig 2025-03-21T20:17:57.6105178Z * [new branch] gh/kimishpatel/11/base -> origin/gh/kimishpatel/11/base 2025-03-21T20:17:57.6106749Z * [new branch] gh/kimishpatel/11/head -> origin/gh/kimishpatel/11/head 2025-03-21T20:17:57.6107906Z * [new branch] gh/kimishpatel/11/orig -> origin/gh/kimishpatel/11/orig 2025-03-21T20:17:57.6109754Z * [new branch] gh/kimishpatel/110/base -> origin/gh/kimishpatel/110/base 2025-03-21T20:17:57.6110970Z * [new branch] gh/kimishpatel/110/head -> origin/gh/kimishpatel/110/head 2025-03-21T20:17:57.6112357Z * [new branch] gh/kimishpatel/110/orig -> origin/gh/kimishpatel/110/orig 2025-03-21T20:17:57.6114034Z * [new branch] gh/kimishpatel/111/base -> origin/gh/kimishpatel/111/base 2025-03-21T20:17:57.6115275Z * [new branch] gh/kimishpatel/111/head -> origin/gh/kimishpatel/111/head 2025-03-21T20:17:57.6116704Z * [new branch] gh/kimishpatel/111/orig -> origin/gh/kimishpatel/111/orig 2025-03-21T20:17:57.6118471Z * [new branch] gh/kimishpatel/112/base -> origin/gh/kimishpatel/112/base 2025-03-21T20:17:57.6119719Z * [new branch] gh/kimishpatel/112/head -> origin/gh/kimishpatel/112/head 2025-03-21T20:17:57.6121316Z * [new branch] gh/kimishpatel/112/orig -> origin/gh/kimishpatel/112/orig 2025-03-21T20:17:57.6122975Z * [new branch] gh/kimishpatel/113/base -> origin/gh/kimishpatel/113/base 2025-03-21T20:17:57.6124687Z * [new branch] gh/kimishpatel/114/base -> origin/gh/kimishpatel/114/base 2025-03-21T20:17:57.6126924Z * [new branch] gh/kimishpatel/115/base -> origin/gh/kimishpatel/115/base 2025-03-21T20:17:57.6128414Z * [new branch] gh/kimishpatel/115/head -> origin/gh/kimishpatel/115/head 2025-03-21T20:17:57.6129919Z * [new branch] gh/kimishpatel/115/orig -> origin/gh/kimishpatel/115/orig 2025-03-21T20:17:57.6131665Z * [new branch] gh/kimishpatel/116/base -> origin/gh/kimishpatel/116/base 2025-03-21T20:17:57.6133127Z * [new branch] gh/kimishpatel/116/head -> origin/gh/kimishpatel/116/head 2025-03-21T20:17:57.6134483Z * [new branch] gh/kimishpatel/116/orig -> origin/gh/kimishpatel/116/orig 2025-03-21T20:17:57.6136080Z * [new branch] gh/kimishpatel/117/base -> origin/gh/kimishpatel/117/base 2025-03-21T20:17:57.6137449Z * [new branch] gh/kimishpatel/117/head -> origin/gh/kimishpatel/117/head 2025-03-21T20:17:57.6138805Z * [new branch] gh/kimishpatel/117/orig -> origin/gh/kimishpatel/117/orig 2025-03-21T20:17:57.6140372Z * [new branch] gh/kimishpatel/118/base -> origin/gh/kimishpatel/118/base 2025-03-21T20:17:57.6142102Z * [new branch] gh/kimishpatel/118/head -> origin/gh/kimishpatel/118/head 2025-03-21T20:17:57.6143433Z * [new branch] gh/kimishpatel/118/orig -> origin/gh/kimishpatel/118/orig 2025-03-21T20:17:57.6145002Z * [new branch] gh/kimishpatel/119/base -> origin/gh/kimishpatel/119/base 2025-03-21T20:17:57.6146527Z * [new branch] gh/kimishpatel/119/head -> origin/gh/kimishpatel/119/head 2025-03-21T20:17:57.6147892Z * [new branch] gh/kimishpatel/119/orig -> origin/gh/kimishpatel/119/orig 2025-03-21T20:17:57.6149778Z * [new branch] gh/kimishpatel/12/base -> origin/gh/kimishpatel/12/base 2025-03-21T20:17:57.6151016Z * [new branch] gh/kimishpatel/12/head -> origin/gh/kimishpatel/12/head 2025-03-21T20:17:57.6152407Z * [new branch] gh/kimishpatel/12/orig -> origin/gh/kimishpatel/12/orig 2025-03-21T20:17:57.6154201Z * [new branch] gh/kimishpatel/120/base -> origin/gh/kimishpatel/120/base 2025-03-21T20:17:57.6155553Z * [new branch] gh/kimishpatel/120/head -> origin/gh/kimishpatel/120/head 2025-03-21T20:17:57.6156886Z * [new branch] gh/kimishpatel/120/orig -> origin/gh/kimishpatel/120/orig 2025-03-21T20:17:57.6158526Z * [new branch] gh/kimishpatel/121/base -> origin/gh/kimishpatel/121/base 2025-03-21T20:17:57.6159850Z * [new branch] gh/kimishpatel/121/head -> origin/gh/kimishpatel/121/head 2025-03-21T20:17:57.6161202Z * [new branch] gh/kimishpatel/121/orig -> origin/gh/kimishpatel/121/orig 2025-03-21T20:17:57.6162816Z * [new branch] gh/kimishpatel/122/base -> origin/gh/kimishpatel/122/base 2025-03-21T20:17:57.6164140Z * [new branch] gh/kimishpatel/122/head -> origin/gh/kimishpatel/122/head 2025-03-21T20:17:57.6165474Z * [new branch] gh/kimishpatel/122/orig -> origin/gh/kimishpatel/122/orig 2025-03-21T20:17:57.6167056Z * [new branch] gh/kimishpatel/123/base -> origin/gh/kimishpatel/123/base 2025-03-21T20:17:57.6168543Z * [new branch] gh/kimishpatel/123/head -> origin/gh/kimishpatel/123/head 2025-03-21T20:17:57.6169816Z * [new branch] gh/kimishpatel/123/orig -> origin/gh/kimishpatel/123/orig 2025-03-21T20:17:57.6171669Z * [new branch] gh/kimishpatel/124/base -> origin/gh/kimishpatel/124/base 2025-03-21T20:17:57.6173465Z * [new branch] gh/kimishpatel/125/base -> origin/gh/kimishpatel/125/base 2025-03-21T20:17:57.6176760Z * [new branch] gh/kimishpatel/126/base -> origin/gh/kimishpatel/126/base 2025-03-21T20:17:57.6178630Z * [new branch] gh/kimishpatel/127/base -> origin/gh/kimishpatel/127/base 2025-03-21T20:17:57.6180112Z * [new branch] gh/kimishpatel/128/base -> origin/gh/kimishpatel/128/base 2025-03-21T20:17:57.6181605Z * [new branch] gh/kimishpatel/129/base -> origin/gh/kimishpatel/129/base 2025-03-21T20:17:57.6183209Z * [new branch] gh/kimishpatel/13/base -> origin/gh/kimishpatel/13/base 2025-03-21T20:17:57.6184205Z * [new branch] gh/kimishpatel/13/head -> origin/gh/kimishpatel/13/head 2025-03-21T20:17:57.6185393Z * [new branch] gh/kimishpatel/13/orig -> origin/gh/kimishpatel/13/orig 2025-03-21T20:17:57.6187035Z * [new branch] gh/kimishpatel/130/base -> origin/gh/kimishpatel/130/base 2025-03-21T20:17:57.6188526Z * [new branch] gh/kimishpatel/131/base -> origin/gh/kimishpatel/131/base 2025-03-21T20:17:57.6190008Z * [new branch] gh/kimishpatel/132/base -> origin/gh/kimishpatel/132/base 2025-03-21T20:17:57.6191551Z * [new branch] gh/kimishpatel/133/base -> origin/gh/kimishpatel/133/base 2025-03-21T20:17:57.6192658Z * [new branch] gh/kimishpatel/133/head -> origin/gh/kimishpatel/133/head 2025-03-21T20:17:57.6193779Z * [new branch] gh/kimishpatel/133/orig -> origin/gh/kimishpatel/133/orig 2025-03-21T20:17:57.6195089Z * [new branch] gh/kimishpatel/134/base -> origin/gh/kimishpatel/134/base 2025-03-21T20:17:57.6196143Z * [new branch] gh/kimishpatel/134/head -> origin/gh/kimishpatel/134/head 2025-03-21T20:17:57.6197192Z * [new branch] gh/kimishpatel/134/orig -> origin/gh/kimishpatel/134/orig 2025-03-21T20:17:57.6198568Z * [new branch] gh/kimishpatel/135/base -> origin/gh/kimishpatel/135/base 2025-03-21T20:17:57.6199695Z * [new branch] gh/kimishpatel/135/head -> origin/gh/kimishpatel/135/head 2025-03-21T20:17:57.6200788Z * [new branch] gh/kimishpatel/135/orig -> origin/gh/kimishpatel/135/orig 2025-03-21T20:17:57.6202196Z * [new branch] gh/kimishpatel/136/base -> origin/gh/kimishpatel/136/base 2025-03-21T20:17:57.6203352Z * [new branch] gh/kimishpatel/136/head -> origin/gh/kimishpatel/136/head 2025-03-21T20:17:57.6204458Z * [new branch] gh/kimishpatel/136/orig -> origin/gh/kimishpatel/136/orig 2025-03-21T20:17:57.6205877Z * [new branch] gh/kimishpatel/137/base -> origin/gh/kimishpatel/137/base 2025-03-21T20:17:57.6207004Z * [new branch] gh/kimishpatel/137/head -> origin/gh/kimishpatel/137/head 2025-03-21T20:17:57.6208054Z * [new branch] gh/kimishpatel/137/orig -> origin/gh/kimishpatel/137/orig 2025-03-21T20:17:57.6209474Z * [new branch] gh/kimishpatel/138/base -> origin/gh/kimishpatel/138/base 2025-03-21T20:17:57.6210587Z * [new branch] gh/kimishpatel/138/head -> origin/gh/kimishpatel/138/head 2025-03-21T20:17:57.6211703Z * [new branch] gh/kimishpatel/138/orig -> origin/gh/kimishpatel/138/orig 2025-03-21T20:17:57.6213142Z * [new branch] gh/kimishpatel/139/base -> origin/gh/kimishpatel/139/base 2025-03-21T20:17:57.6214274Z * [new branch] gh/kimishpatel/139/head -> origin/gh/kimishpatel/139/head 2025-03-21T20:17:57.6215307Z * [new branch] gh/kimishpatel/139/orig -> origin/gh/kimishpatel/139/orig 2025-03-21T20:17:57.6216825Z * [new branch] gh/kimishpatel/14/base -> origin/gh/kimishpatel/14/base 2025-03-21T20:17:57.6217895Z * [new branch] gh/kimishpatel/14/head -> origin/gh/kimishpatel/14/head 2025-03-21T20:17:57.6219122Z * [new branch] gh/kimishpatel/14/orig -> origin/gh/kimishpatel/14/orig 2025-03-21T20:17:57.6220518Z * [new branch] gh/kimishpatel/140/base -> origin/gh/kimishpatel/140/base 2025-03-21T20:17:57.6222403Z * [new branch] gh/kimishpatel/140/head -> origin/gh/kimishpatel/140/head 2025-03-21T20:17:57.6223374Z * [new branch] gh/kimishpatel/140/orig -> origin/gh/kimishpatel/140/orig 2025-03-21T20:17:57.6225984Z * [new branch] gh/kimishpatel/141/base -> origin/gh/kimishpatel/141/base 2025-03-21T20:17:57.6226696Z * [new branch] gh/kimishpatel/141/head -> origin/gh/kimishpatel/141/head 2025-03-21T20:17:57.6228416Z * [new branch] gh/kimishpatel/141/orig -> origin/gh/kimishpatel/141/orig 2025-03-21T20:17:57.6230569Z * [new branch] gh/kimishpatel/142/base -> origin/gh/kimishpatel/142/base 2025-03-21T20:17:57.6232618Z * [new branch] gh/kimishpatel/143/base -> origin/gh/kimishpatel/143/base 2025-03-21T20:17:57.6234726Z * [new branch] gh/kimishpatel/144/base -> origin/gh/kimishpatel/144/base 2025-03-21T20:17:57.6236782Z * [new branch] gh/kimishpatel/145/base -> origin/gh/kimishpatel/145/base 2025-03-21T20:17:57.6238857Z * [new branch] gh/kimishpatel/146/base -> origin/gh/kimishpatel/146/base 2025-03-21T20:17:57.6241122Z * [new branch] gh/kimishpatel/147/base -> origin/gh/kimishpatel/147/base 2025-03-21T20:17:57.6242360Z * [new branch] gh/kimishpatel/147/head -> origin/gh/kimishpatel/147/head 2025-03-21T20:17:57.6244166Z * [new branch] gh/kimishpatel/147/orig -> origin/gh/kimishpatel/147/orig 2025-03-21T20:17:57.6246283Z * [new branch] gh/kimishpatel/148/base -> origin/gh/kimishpatel/148/base 2025-03-21T20:17:57.6247800Z * [new branch] gh/kimishpatel/148/orig -> origin/gh/kimishpatel/148/orig 2025-03-21T20:17:57.6250444Z * [new branch] gh/kimishpatel/149/base -> origin/gh/kimishpatel/149/base 2025-03-21T20:17:57.6252161Z * [new branch] gh/kimishpatel/149/orig -> origin/gh/kimishpatel/149/orig 2025-03-21T20:17:57.6254407Z * [new branch] gh/kimishpatel/15/base -> origin/gh/kimishpatel/15/base 2025-03-21T20:17:57.6256047Z * [new branch] gh/kimishpatel/15/head -> origin/gh/kimishpatel/15/head 2025-03-21T20:17:57.6257594Z * [new branch] gh/kimishpatel/15/orig -> origin/gh/kimishpatel/15/orig 2025-03-21T20:17:57.6259785Z * [new branch] gh/kimishpatel/150/base -> origin/gh/kimishpatel/150/base 2025-03-21T20:17:57.6261849Z * [new branch] gh/kimishpatel/151/base -> origin/gh/kimishpatel/151/base 2025-03-21T20:17:57.6264107Z * [new branch] gh/kimishpatel/152/base -> origin/gh/kimishpatel/152/base 2025-03-21T20:17:57.6266203Z * [new branch] gh/kimishpatel/153/base -> origin/gh/kimishpatel/153/base 2025-03-21T20:17:57.6267811Z * [new branch] gh/kimishpatel/153/orig -> origin/gh/kimishpatel/153/orig 2025-03-21T20:17:57.6270137Z * [new branch] gh/kimishpatel/154/base -> origin/gh/kimishpatel/154/base 2025-03-21T20:17:57.6271543Z * [new branch] gh/kimishpatel/154/orig -> origin/gh/kimishpatel/154/orig 2025-03-21T20:17:57.6273937Z * [new branch] gh/kimishpatel/155/base -> origin/gh/kimishpatel/155/base 2025-03-21T20:17:57.6275825Z * [new branch] gh/kimishpatel/155/orig -> origin/gh/kimishpatel/155/orig 2025-03-21T20:17:57.6277496Z * [new branch] gh/kimishpatel/156/base -> origin/gh/kimishpatel/156/base 2025-03-21T20:17:57.6278698Z * [new branch] gh/kimishpatel/156/orig -> origin/gh/kimishpatel/156/orig 2025-03-21T20:17:57.6280290Z * [new branch] gh/kimishpatel/157/base -> origin/gh/kimishpatel/157/base 2025-03-21T20:17:57.6281829Z * [new branch] gh/kimishpatel/158/base -> origin/gh/kimishpatel/158/base 2025-03-21T20:17:57.6282922Z * [new branch] gh/kimishpatel/158/orig -> origin/gh/kimishpatel/158/orig 2025-03-21T20:17:57.6284537Z * [new branch] gh/kimishpatel/159/base -> origin/gh/kimishpatel/159/base 2025-03-21T20:17:57.6285843Z * [new branch] gh/kimishpatel/16/base -> origin/gh/kimishpatel/16/base 2025-03-21T20:17:57.6286811Z * [new branch] gh/kimishpatel/16/head -> origin/gh/kimishpatel/16/head 2025-03-21T20:17:57.6287958Z * [new branch] gh/kimishpatel/16/orig -> origin/gh/kimishpatel/16/orig 2025-03-21T20:17:57.6289342Z * [new branch] gh/kimishpatel/160/base -> origin/gh/kimishpatel/160/base 2025-03-21T20:17:57.6290456Z * [new branch] gh/kimishpatel/160/head -> origin/gh/kimishpatel/160/head 2025-03-21T20:17:57.6291482Z * [new branch] gh/kimishpatel/160/orig -> origin/gh/kimishpatel/160/orig 2025-03-21T20:17:57.6292872Z * [new branch] gh/kimishpatel/161/base -> origin/gh/kimishpatel/161/base 2025-03-21T20:17:57.6293921Z * [new branch] gh/kimishpatel/161/head -> origin/gh/kimishpatel/161/head 2025-03-21T20:17:57.6294939Z * [new branch] gh/kimishpatel/161/orig -> origin/gh/kimishpatel/161/orig 2025-03-21T20:17:57.6296510Z * [new branch] gh/kimishpatel/17/base -> origin/gh/kimishpatel/17/base 2025-03-21T20:17:57.6297494Z * [new branch] gh/kimishpatel/17/head -> origin/gh/kimishpatel/17/head 2025-03-21T20:17:57.6298523Z * [new branch] gh/kimishpatel/17/orig -> origin/gh/kimishpatel/17/orig 2025-03-21T20:17:57.6300010Z * [new branch] gh/kimishpatel/18/base -> origin/gh/kimishpatel/18/base 2025-03-21T20:17:57.6301040Z * [new branch] gh/kimishpatel/18/head -> origin/gh/kimishpatel/18/head 2025-03-21T20:17:57.6302082Z * [new branch] gh/kimishpatel/18/orig -> origin/gh/kimishpatel/18/orig 2025-03-21T20:17:57.6303578Z * [new branch] gh/kimishpatel/19/base -> origin/gh/kimishpatel/19/base 2025-03-21T20:17:57.6304650Z * [new branch] gh/kimishpatel/19/head -> origin/gh/kimishpatel/19/head 2025-03-21T20:17:57.6305751Z * [new branch] gh/kimishpatel/19/orig -> origin/gh/kimishpatel/19/orig 2025-03-21T20:17:57.6307320Z * [new branch] gh/kimishpatel/20/base -> origin/gh/kimishpatel/20/base 2025-03-21T20:17:57.6308323Z * [new branch] gh/kimishpatel/20/head -> origin/gh/kimishpatel/20/head 2025-03-21T20:17:57.6309338Z * [new branch] gh/kimishpatel/20/orig -> origin/gh/kimishpatel/20/orig 2025-03-21T20:17:57.6310882Z * [new branch] gh/kimishpatel/21/base -> origin/gh/kimishpatel/21/base 2025-03-21T20:17:57.6312065Z * [new branch] gh/kimishpatel/21/head -> origin/gh/kimishpatel/21/head 2025-03-21T20:17:57.6313252Z * [new branch] gh/kimishpatel/21/orig -> origin/gh/kimishpatel/21/orig 2025-03-21T20:17:57.6314794Z * [new branch] gh/kimishpatel/22/base -> origin/gh/kimishpatel/22/base 2025-03-21T20:17:57.6315782Z * [new branch] gh/kimishpatel/22/head -> origin/gh/kimishpatel/22/head 2025-03-21T20:17:57.6316788Z * [new branch] gh/kimishpatel/22/orig -> origin/gh/kimishpatel/22/orig 2025-03-21T20:17:57.6318519Z * [new branch] gh/kimishpatel/23/base -> origin/gh/kimishpatel/23/base 2025-03-21T20:17:57.6319612Z * [new branch] gh/kimishpatel/23/head -> origin/gh/kimishpatel/23/head 2025-03-21T20:17:57.6320656Z * [new branch] gh/kimishpatel/23/orig -> origin/gh/kimishpatel/23/orig 2025-03-21T20:17:57.6322178Z * [new branch] gh/kimishpatel/24/base -> origin/gh/kimishpatel/24/base 2025-03-21T20:17:57.6323279Z * [new branch] gh/kimishpatel/24/head -> origin/gh/kimishpatel/24/head 2025-03-21T20:17:57.6324299Z * [new branch] gh/kimishpatel/24/orig -> origin/gh/kimishpatel/24/orig 2025-03-21T20:17:57.6325924Z * [new branch] gh/kimishpatel/25/base -> origin/gh/kimishpatel/25/base 2025-03-21T20:17:57.6327102Z * [new branch] gh/kimishpatel/25/head -> origin/gh/kimishpatel/25/head 2025-03-21T20:17:57.6328024Z * [new branch] gh/kimishpatel/25/orig -> origin/gh/kimishpatel/25/orig 2025-03-21T20:17:57.6329705Z * [new branch] gh/kimishpatel/26/base -> origin/gh/kimishpatel/26/base 2025-03-21T20:17:57.6330929Z * [new branch] gh/kimishpatel/26/head -> origin/gh/kimishpatel/26/head 2025-03-21T20:17:57.6331803Z * [new branch] gh/kimishpatel/26/orig -> origin/gh/kimishpatel/26/orig 2025-03-21T20:17:57.6333295Z * [new branch] gh/kimishpatel/27/base -> origin/gh/kimishpatel/27/base 2025-03-21T20:17:57.6334461Z * [new branch] gh/kimishpatel/27/head -> origin/gh/kimishpatel/27/head 2025-03-21T20:17:57.6335706Z * [new branch] gh/kimishpatel/28/base -> origin/gh/kimishpatel/28/base 2025-03-21T20:17:57.6336812Z * [new branch] gh/kimishpatel/28/head -> origin/gh/kimishpatel/28/head 2025-03-21T20:17:57.6337867Z * [new branch] gh/kimishpatel/29/base -> origin/gh/kimishpatel/29/base 2025-03-21T20:17:57.6338820Z * [new branch] gh/kimishpatel/29/head -> origin/gh/kimishpatel/29/head 2025-03-21T20:17:57.6340303Z * [new branch] gh/kimishpatel/30/base -> origin/gh/kimishpatel/30/base 2025-03-21T20:17:57.6341352Z * [new branch] gh/kimishpatel/30/head -> origin/gh/kimishpatel/30/head 2025-03-21T20:17:57.6342355Z * [new branch] gh/kimishpatel/30/orig -> origin/gh/kimishpatel/30/orig 2025-03-21T20:17:57.6343625Z * [new branch] gh/kimishpatel/31/base -> origin/gh/kimishpatel/31/base 2025-03-21T20:17:57.6344680Z * [new branch] gh/kimishpatel/31/head -> origin/gh/kimishpatel/31/head 2025-03-21T20:17:57.6345797Z * [new branch] gh/kimishpatel/31/orig -> origin/gh/kimishpatel/31/orig 2025-03-21T20:17:57.6347341Z * [new branch] gh/kimishpatel/32/base -> origin/gh/kimishpatel/32/base 2025-03-21T20:17:57.6348321Z * [new branch] gh/kimishpatel/32/head -> origin/gh/kimishpatel/32/head 2025-03-21T20:17:57.6349530Z * [new branch] gh/kimishpatel/32/orig -> origin/gh/kimishpatel/32/orig 2025-03-21T20:17:57.6351198Z * [new branch] gh/kimishpatel/33/base -> origin/gh/kimishpatel/33/base 2025-03-21T20:17:57.6352207Z * [new branch] gh/kimishpatel/33/head -> origin/gh/kimishpatel/33/head 2025-03-21T20:17:57.6353248Z * [new branch] gh/kimishpatel/33/orig -> origin/gh/kimishpatel/33/orig 2025-03-21T20:17:57.6354696Z * [new branch] gh/kimishpatel/34/base -> origin/gh/kimishpatel/34/base 2025-03-21T20:17:57.6355662Z * [new branch] gh/kimishpatel/34/head -> origin/gh/kimishpatel/34/head 2025-03-21T20:17:57.6356853Z * [new branch] gh/kimishpatel/34/orig -> origin/gh/kimishpatel/34/orig 2025-03-21T20:17:57.6358151Z * [new branch] gh/kimishpatel/35/base -> origin/gh/kimishpatel/35/base 2025-03-21T20:17:57.6359096Z * [new branch] gh/kimishpatel/35/head -> origin/gh/kimishpatel/35/head 2025-03-21T20:17:57.6359989Z * [new branch] gh/kimishpatel/35/orig -> origin/gh/kimishpatel/35/orig 2025-03-21T20:17:57.6361508Z * [new branch] gh/kimishpatel/36/base -> origin/gh/kimishpatel/36/base 2025-03-21T20:17:57.6362662Z * [new branch] gh/kimishpatel/36/head -> origin/gh/kimishpatel/36/head 2025-03-21T20:17:57.6363829Z * [new branch] gh/kimishpatel/36/orig -> origin/gh/kimishpatel/36/orig 2025-03-21T20:17:57.6365327Z * [new branch] gh/kimishpatel/37/base -> origin/gh/kimishpatel/37/base 2025-03-21T20:17:57.6366523Z * [new branch] gh/kimishpatel/37/head -> origin/gh/kimishpatel/37/head 2025-03-21T20:17:57.6367601Z * [new branch] gh/kimishpatel/37/orig -> origin/gh/kimishpatel/37/orig 2025-03-21T20:17:57.6370128Z * [new branch] gh/kimishpatel/38/base -> origin/gh/kimishpatel/38/base 2025-03-21T20:17:57.6371931Z * [new branch] gh/kimishpatel/38/head -> origin/gh/kimishpatel/38/head 2025-03-21T20:17:57.6373705Z * [new branch] gh/kimishpatel/38/orig -> origin/gh/kimishpatel/38/orig 2025-03-21T20:17:57.6376614Z * [new branch] gh/kimishpatel/39/base -> origin/gh/kimishpatel/39/base 2025-03-21T20:17:57.6377946Z * [new branch] gh/kimishpatel/39/head -> origin/gh/kimishpatel/39/head 2025-03-21T20:17:57.6379505Z * [new branch] gh/kimishpatel/39/orig -> origin/gh/kimishpatel/39/orig 2025-03-21T20:17:57.6381758Z * [new branch] gh/kimishpatel/4/base -> origin/gh/kimishpatel/4/base 2025-03-21T20:17:57.6383408Z * [new branch] gh/kimishpatel/4/head -> origin/gh/kimishpatel/4/head 2025-03-21T20:17:57.6385002Z * [new branch] gh/kimishpatel/4/orig -> origin/gh/kimishpatel/4/orig 2025-03-21T20:17:57.6387624Z * [new branch] gh/kimishpatel/40/base -> origin/gh/kimishpatel/40/base 2025-03-21T20:17:57.6389186Z * [new branch] gh/kimishpatel/40/head -> origin/gh/kimishpatel/40/head 2025-03-21T20:17:57.6390955Z * [new branch] gh/kimishpatel/40/orig -> origin/gh/kimishpatel/40/orig 2025-03-21T20:17:57.6393532Z * [new branch] gh/kimishpatel/41/base -> origin/gh/kimishpatel/41/base 2025-03-21T20:17:57.6394980Z * [new branch] gh/kimishpatel/41/head -> origin/gh/kimishpatel/41/head 2025-03-21T20:17:57.6396616Z * [new branch] gh/kimishpatel/41/orig -> origin/gh/kimishpatel/41/orig 2025-03-21T20:17:57.6399030Z * [new branch] gh/kimishpatel/42/base -> origin/gh/kimishpatel/42/base 2025-03-21T20:17:57.6400536Z * [new branch] gh/kimishpatel/42/head -> origin/gh/kimishpatel/42/head 2025-03-21T20:17:57.6402364Z * [new branch] gh/kimishpatel/42/orig -> origin/gh/kimishpatel/42/orig 2025-03-21T20:17:57.6404727Z * [new branch] gh/kimishpatel/43/base -> origin/gh/kimishpatel/43/base 2025-03-21T20:17:57.6406180Z * [new branch] gh/kimishpatel/43/head -> origin/gh/kimishpatel/43/head 2025-03-21T20:17:57.6408043Z * [new branch] gh/kimishpatel/43/orig -> origin/gh/kimishpatel/43/orig 2025-03-21T20:17:57.6410360Z * [new branch] gh/kimishpatel/44/base -> origin/gh/kimishpatel/44/base 2025-03-21T20:17:57.6412073Z * [new branch] gh/kimishpatel/44/head -> origin/gh/kimishpatel/44/head 2025-03-21T20:17:57.6413838Z * [new branch] gh/kimishpatel/44/orig -> origin/gh/kimishpatel/44/orig 2025-03-21T20:17:57.6416062Z * [new branch] gh/kimishpatel/45/base -> origin/gh/kimishpatel/45/base 2025-03-21T20:17:57.6417724Z * [new branch] gh/kimishpatel/45/head -> origin/gh/kimishpatel/45/head 2025-03-21T20:17:57.6419296Z * [new branch] gh/kimishpatel/45/orig -> origin/gh/kimishpatel/45/orig 2025-03-21T20:17:57.6421329Z * [new branch] gh/kimishpatel/46/base -> origin/gh/kimishpatel/46/base 2025-03-21T20:17:57.6423037Z * [new branch] gh/kimishpatel/46/head -> origin/gh/kimishpatel/46/head 2025-03-21T20:17:57.6424660Z * [new branch] gh/kimishpatel/46/orig -> origin/gh/kimishpatel/46/orig 2025-03-21T20:17:57.6427310Z * [new branch] gh/kimishpatel/47/base -> origin/gh/kimishpatel/47/base 2025-03-21T20:17:57.6429009Z * [new branch] gh/kimishpatel/47/head -> origin/gh/kimishpatel/47/head 2025-03-21T20:17:57.6430580Z * [new branch] gh/kimishpatel/47/orig -> origin/gh/kimishpatel/47/orig 2025-03-21T20:17:57.6433089Z * [new branch] gh/kimishpatel/48/base -> origin/gh/kimishpatel/48/base 2025-03-21T20:17:57.6434713Z * [new branch] gh/kimishpatel/48/head -> origin/gh/kimishpatel/48/head 2025-03-21T20:17:57.6436323Z * [new branch] gh/kimishpatel/48/orig -> origin/gh/kimishpatel/48/orig 2025-03-21T20:17:57.6439645Z * [new branch] gh/kimishpatel/49/base -> origin/gh/kimishpatel/49/base 2025-03-21T20:17:57.6440506Z * [new branch] gh/kimishpatel/49/head -> origin/gh/kimishpatel/49/head 2025-03-21T20:17:57.6441696Z * [new branch] gh/kimishpatel/49/orig -> origin/gh/kimishpatel/49/orig 2025-03-21T20:17:57.6443335Z * [new branch] gh/kimishpatel/5/base -> origin/gh/kimishpatel/5/base 2025-03-21T20:17:57.6444300Z * [new branch] gh/kimishpatel/5/head -> origin/gh/kimishpatel/5/head 2025-03-21T20:17:57.6445489Z * [new branch] gh/kimishpatel/5/orig -> origin/gh/kimishpatel/5/orig 2025-03-21T20:17:57.6447018Z * [new branch] gh/kimishpatel/50/base -> origin/gh/kimishpatel/50/base 2025-03-21T20:17:57.6448078Z * [new branch] gh/kimishpatel/50/head -> origin/gh/kimishpatel/50/head 2025-03-21T20:17:57.6449135Z * [new branch] gh/kimishpatel/50/orig -> origin/gh/kimishpatel/50/orig 2025-03-21T20:17:57.6450556Z * [new branch] gh/kimishpatel/51/base -> origin/gh/kimishpatel/51/base 2025-03-21T20:17:57.6451651Z * [new branch] gh/kimishpatel/51/head -> origin/gh/kimishpatel/51/head 2025-03-21T20:17:57.6452523Z * [new branch] gh/kimishpatel/51/orig -> origin/gh/kimishpatel/51/orig 2025-03-21T20:17:57.6453906Z * [new branch] gh/kimishpatel/52/base -> origin/gh/kimishpatel/52/base 2025-03-21T20:17:57.6455036Z * [new branch] gh/kimishpatel/52/head -> origin/gh/kimishpatel/52/head 2025-03-21T20:17:57.6456044Z * [new branch] gh/kimishpatel/52/orig -> origin/gh/kimishpatel/52/orig 2025-03-21T20:17:57.6457299Z * [new branch] gh/kimishpatel/53/base -> origin/gh/kimishpatel/53/base 2025-03-21T20:17:57.6458383Z * [new branch] gh/kimishpatel/53/head -> origin/gh/kimishpatel/53/head 2025-03-21T20:17:57.6459389Z * [new branch] gh/kimishpatel/53/orig -> origin/gh/kimishpatel/53/orig 2025-03-21T20:17:57.6460838Z * [new branch] gh/kimishpatel/54/base -> origin/gh/kimishpatel/54/base 2025-03-21T20:17:57.6461894Z * [new branch] gh/kimishpatel/54/head -> origin/gh/kimishpatel/54/head 2025-03-21T20:17:57.6462965Z * [new branch] gh/kimishpatel/54/orig -> origin/gh/kimishpatel/54/orig 2025-03-21T20:17:57.6464284Z * [new branch] gh/kimishpatel/55/base -> origin/gh/kimishpatel/55/base 2025-03-21T20:17:57.6465534Z * [new branch] gh/kimishpatel/55/head -> origin/gh/kimishpatel/55/head 2025-03-21T20:17:57.6466645Z * [new branch] gh/kimishpatel/55/orig -> origin/gh/kimishpatel/55/orig 2025-03-21T20:17:57.6468029Z * [new branch] gh/kimishpatel/56/base -> origin/gh/kimishpatel/56/base 2025-03-21T20:17:57.6469091Z * [new branch] gh/kimishpatel/56/head -> origin/gh/kimishpatel/56/head 2025-03-21T20:17:57.6470278Z * [new branch] gh/kimishpatel/56/orig -> origin/gh/kimishpatel/56/orig 2025-03-21T20:17:57.6471859Z * [new branch] gh/kimishpatel/57/base -> origin/gh/kimishpatel/57/base 2025-03-21T20:17:57.6472918Z * [new branch] gh/kimishpatel/57/head -> origin/gh/kimishpatel/57/head 2025-03-21T20:17:57.6473963Z * [new branch] gh/kimishpatel/57/orig -> origin/gh/kimishpatel/57/orig 2025-03-21T20:17:57.6475612Z * [new branch] gh/kimishpatel/58/base -> origin/gh/kimishpatel/58/base 2025-03-21T20:17:57.6476759Z * [new branch] gh/kimishpatel/58/head -> origin/gh/kimishpatel/58/head 2025-03-21T20:17:57.6477681Z * [new branch] gh/kimishpatel/58/orig -> origin/gh/kimishpatel/58/orig 2025-03-21T20:17:57.6479162Z * [new branch] gh/kimishpatel/59/base -> origin/gh/kimishpatel/59/base 2025-03-21T20:17:57.6480313Z * [new branch] gh/kimishpatel/59/head -> origin/gh/kimishpatel/59/head 2025-03-21T20:17:57.6481382Z * [new branch] gh/kimishpatel/59/orig -> origin/gh/kimishpatel/59/orig 2025-03-21T20:17:57.6482772Z * [new branch] gh/kimishpatel/6/base -> origin/gh/kimishpatel/6/base 2025-03-21T20:17:57.6483844Z * [new branch] gh/kimishpatel/6/head -> origin/gh/kimishpatel/6/head 2025-03-21T20:17:57.6484928Z * [new branch] gh/kimishpatel/6/orig -> origin/gh/kimishpatel/6/orig 2025-03-21T20:17:57.6486611Z * [new branch] gh/kimishpatel/60/base -> origin/gh/kimishpatel/60/base 2025-03-21T20:17:57.6487554Z * [new branch] gh/kimishpatel/60/head -> origin/gh/kimishpatel/60/head 2025-03-21T20:17:57.6488566Z * [new branch] gh/kimishpatel/60/orig -> origin/gh/kimishpatel/60/orig 2025-03-21T20:17:57.6490104Z * [new branch] gh/kimishpatel/61/base -> origin/gh/kimishpatel/61/base 2025-03-21T20:17:57.6491254Z * [new branch] gh/kimishpatel/61/head -> origin/gh/kimishpatel/61/head 2025-03-21T20:17:57.6492225Z * [new branch] gh/kimishpatel/61/orig -> origin/gh/kimishpatel/61/orig 2025-03-21T20:17:57.6493714Z * [new branch] gh/kimishpatel/62/base -> origin/gh/kimishpatel/62/base 2025-03-21T20:17:57.6494753Z * [new branch] gh/kimishpatel/62/head -> origin/gh/kimishpatel/62/head 2025-03-21T20:17:57.6495812Z * [new branch] gh/kimishpatel/62/orig -> origin/gh/kimishpatel/62/orig 2025-03-21T20:17:57.6497260Z * [new branch] gh/kimishpatel/63/base -> origin/gh/kimishpatel/63/base 2025-03-21T20:17:57.6498302Z * [new branch] gh/kimishpatel/63/head -> origin/gh/kimishpatel/63/head 2025-03-21T20:17:57.6499309Z * [new branch] gh/kimishpatel/63/orig -> origin/gh/kimishpatel/63/orig 2025-03-21T20:17:57.6500878Z * [new branch] gh/kimishpatel/64/base -> origin/gh/kimishpatel/64/base 2025-03-21T20:17:57.6501963Z * [new branch] gh/kimishpatel/64/head -> origin/gh/kimishpatel/64/head 2025-03-21T20:17:57.6502967Z * [new branch] gh/kimishpatel/64/orig -> origin/gh/kimishpatel/64/orig 2025-03-21T20:17:57.6504553Z * [new branch] gh/kimishpatel/65/base -> origin/gh/kimishpatel/65/base 2025-03-21T20:17:57.6505531Z * [new branch] gh/kimishpatel/65/head -> origin/gh/kimishpatel/65/head 2025-03-21T20:17:57.6506892Z * [new branch] gh/kimishpatel/65/orig -> origin/gh/kimishpatel/65/orig 2025-03-21T20:17:57.6508275Z * [new branch] gh/kimishpatel/66/base -> origin/gh/kimishpatel/66/base 2025-03-21T20:17:57.6509447Z * [new branch] gh/kimishpatel/66/head -> origin/gh/kimishpatel/66/head 2025-03-21T20:17:57.6510336Z * [new branch] gh/kimishpatel/66/orig -> origin/gh/kimishpatel/66/orig 2025-03-21T20:17:57.6511863Z * [new branch] gh/kimishpatel/67/base -> origin/gh/kimishpatel/67/base 2025-03-21T20:17:57.6513070Z * [new branch] gh/kimishpatel/67/head -> origin/gh/kimishpatel/67/head 2025-03-21T20:17:57.6513970Z * [new branch] gh/kimishpatel/67/orig -> origin/gh/kimishpatel/67/orig 2025-03-21T20:17:57.6515414Z * [new branch] gh/kimishpatel/68/base -> origin/gh/kimishpatel/68/base 2025-03-21T20:17:57.6516521Z * [new branch] gh/kimishpatel/68/head -> origin/gh/kimishpatel/68/head 2025-03-21T20:17:57.6517593Z * [new branch] gh/kimishpatel/68/orig -> origin/gh/kimishpatel/68/orig 2025-03-21T20:17:57.6519053Z * [new branch] gh/kimishpatel/69/base -> origin/gh/kimishpatel/69/base 2025-03-21T20:17:57.6520099Z * [new branch] gh/kimishpatel/69/head -> origin/gh/kimishpatel/69/head 2025-03-21T20:17:57.6521003Z * [new branch] gh/kimishpatel/69/orig -> origin/gh/kimishpatel/69/orig 2025-03-21T20:17:57.6522504Z * [new branch] gh/kimishpatel/70/base -> origin/gh/kimishpatel/70/base 2025-03-21T20:17:57.6523732Z * [new branch] gh/kimishpatel/70/head -> origin/gh/kimishpatel/70/head 2025-03-21T20:17:57.6524500Z * [new branch] gh/kimishpatel/70/orig -> origin/gh/kimishpatel/70/orig 2025-03-21T20:17:57.6526071Z * [new branch] gh/kimishpatel/71/base -> origin/gh/kimishpatel/71/base 2025-03-21T20:17:57.6527144Z * [new branch] gh/kimishpatel/71/head -> origin/gh/kimishpatel/71/head 2025-03-21T20:17:57.6528011Z * [new branch] gh/kimishpatel/71/orig -> origin/gh/kimishpatel/71/orig 2025-03-21T20:17:57.6529737Z * [new branch] gh/kimishpatel/72/base -> origin/gh/kimishpatel/72/base 2025-03-21T20:17:57.6530652Z * [new branch] gh/kimishpatel/72/head -> origin/gh/kimishpatel/72/head 2025-03-21T20:17:57.6531565Z * [new branch] gh/kimishpatel/72/orig -> origin/gh/kimishpatel/72/orig 2025-03-21T20:17:57.6532912Z * [new branch] gh/kimishpatel/73/base -> origin/gh/kimishpatel/73/base 2025-03-21T20:17:57.6534070Z * [new branch] gh/kimishpatel/73/head -> origin/gh/kimishpatel/73/head 2025-03-21T20:17:57.6535190Z * [new branch] gh/kimishpatel/73/orig -> origin/gh/kimishpatel/73/orig 2025-03-21T20:17:57.6536679Z * [new branch] gh/kimishpatel/74/base -> origin/gh/kimishpatel/74/base 2025-03-21T20:17:57.6537757Z * [new branch] gh/kimishpatel/74/head -> origin/gh/kimishpatel/74/head 2025-03-21T20:17:57.6538634Z * [new branch] gh/kimishpatel/74/orig -> origin/gh/kimishpatel/74/orig 2025-03-21T20:17:57.6540083Z * [new branch] gh/kimishpatel/75/base -> origin/gh/kimishpatel/75/base 2025-03-21T20:17:57.6541119Z * [new branch] gh/kimishpatel/75/head -> origin/gh/kimishpatel/75/head 2025-03-21T20:17:57.6542132Z * [new branch] gh/kimishpatel/75/orig -> origin/gh/kimishpatel/75/orig 2025-03-21T20:17:57.6543378Z * [new branch] gh/kimishpatel/76/base -> origin/gh/kimishpatel/76/base 2025-03-21T20:17:57.6544386Z * [new branch] gh/kimishpatel/76/head -> origin/gh/kimishpatel/76/head 2025-03-21T20:17:57.6545387Z * [new branch] gh/kimishpatel/76/orig -> origin/gh/kimishpatel/76/orig 2025-03-21T20:17:57.6546888Z * [new branch] gh/kimishpatel/77/base -> origin/gh/kimishpatel/77/base 2025-03-21T20:17:57.6547935Z * [new branch] gh/kimishpatel/77/head -> origin/gh/kimishpatel/77/head 2025-03-21T20:17:57.6548840Z * [new branch] gh/kimishpatel/77/orig -> origin/gh/kimishpatel/77/orig 2025-03-21T20:17:57.6550097Z * [new branch] gh/kimishpatel/78/base -> origin/gh/kimishpatel/78/base 2025-03-21T20:17:57.6551126Z * [new branch] gh/kimishpatel/78/head -> origin/gh/kimishpatel/78/head 2025-03-21T20:17:57.6552009Z * [new branch] gh/kimishpatel/78/orig -> origin/gh/kimishpatel/78/orig 2025-03-21T20:17:57.6553333Z * [new branch] gh/kimishpatel/79/base -> origin/gh/kimishpatel/79/base 2025-03-21T20:17:57.6554405Z * [new branch] gh/kimishpatel/79/head -> origin/gh/kimishpatel/79/head 2025-03-21T20:17:57.6555253Z * [new branch] gh/kimishpatel/79/orig -> origin/gh/kimishpatel/79/orig 2025-03-21T20:17:57.6556556Z * [new branch] gh/kimishpatel/80/base -> origin/gh/kimishpatel/80/base 2025-03-21T20:17:57.6557562Z * [new branch] gh/kimishpatel/80/head -> origin/gh/kimishpatel/80/head 2025-03-21T20:17:57.6558472Z * [new branch] gh/kimishpatel/80/orig -> origin/gh/kimishpatel/80/orig 2025-03-21T20:17:57.6559735Z * [new branch] gh/kimishpatel/81/base -> origin/gh/kimishpatel/81/base 2025-03-21T20:17:57.6560728Z * [new branch] gh/kimishpatel/81/head -> origin/gh/kimishpatel/81/head 2025-03-21T20:17:57.6561551Z * [new branch] gh/kimishpatel/81/orig -> origin/gh/kimishpatel/81/orig 2025-03-21T20:17:57.6562851Z * [new branch] gh/kimishpatel/82/base -> origin/gh/kimishpatel/82/base 2025-03-21T20:17:57.6563950Z * [new branch] gh/kimishpatel/82/head -> origin/gh/kimishpatel/82/head 2025-03-21T20:17:57.6564843Z * [new branch] gh/kimishpatel/82/orig -> origin/gh/kimishpatel/82/orig 2025-03-21T20:17:57.6566321Z * [new branch] gh/kimishpatel/83/base -> origin/gh/kimishpatel/83/base 2025-03-21T20:17:57.6567399Z * [new branch] gh/kimishpatel/83/head -> origin/gh/kimishpatel/83/head 2025-03-21T20:17:57.6569182Z * [new branch] gh/kimishpatel/83/orig -> origin/gh/kimishpatel/83/orig 2025-03-21T20:17:57.6570361Z * [new branch] gh/kimishpatel/84/base -> origin/gh/kimishpatel/84/base 2025-03-21T20:17:57.6571368Z * [new branch] gh/kimishpatel/84/head -> origin/gh/kimishpatel/84/head 2025-03-21T20:17:57.6572324Z * [new branch] gh/kimishpatel/84/orig -> origin/gh/kimishpatel/84/orig 2025-03-21T20:17:57.6573954Z * [new branch] gh/kimishpatel/85/base -> origin/gh/kimishpatel/85/base 2025-03-21T20:17:57.6576970Z * [new branch] gh/kimishpatel/85/head -> origin/gh/kimishpatel/85/head 2025-03-21T20:17:57.6578152Z * [new branch] gh/kimishpatel/85/orig -> origin/gh/kimishpatel/85/orig 2025-03-21T20:17:57.6579403Z * [new branch] gh/kimishpatel/86/base -> origin/gh/kimishpatel/86/base 2025-03-21T20:17:57.6580326Z * [new branch] gh/kimishpatel/86/head -> origin/gh/kimishpatel/86/head 2025-03-21T20:17:57.6581378Z * [new branch] gh/kimishpatel/86/orig -> origin/gh/kimishpatel/86/orig 2025-03-21T20:17:57.6582628Z * [new branch] gh/kimishpatel/87/base -> origin/gh/kimishpatel/87/base 2025-03-21T20:17:57.6583692Z * [new branch] gh/kimishpatel/87/head -> origin/gh/kimishpatel/87/head 2025-03-21T20:17:57.6585004Z * [new branch] gh/kimishpatel/87/orig -> origin/gh/kimishpatel/87/orig 2025-03-21T20:17:57.6586493Z * [new branch] gh/kimishpatel/88/base -> origin/gh/kimishpatel/88/base 2025-03-21T20:17:57.6587521Z * [new branch] gh/kimishpatel/88/head -> origin/gh/kimishpatel/88/head 2025-03-21T20:17:57.6588967Z * [new branch] gh/kimishpatel/88/orig -> origin/gh/kimishpatel/88/orig 2025-03-21T20:17:57.6590985Z * [new branch] gh/kimishpatel/89/base -> origin/gh/kimishpatel/89/base 2025-03-21T20:17:57.6592824Z * [new branch] gh/kimishpatel/89/head -> origin/gh/kimishpatel/89/head 2025-03-21T20:17:57.6594283Z * [new branch] gh/kimishpatel/89/orig -> origin/gh/kimishpatel/89/orig 2025-03-21T20:17:57.6596603Z * [new branch] gh/kimishpatel/9/base -> origin/gh/kimishpatel/9/base 2025-03-21T20:17:57.6598198Z * [new branch] gh/kimishpatel/9/head -> origin/gh/kimishpatel/9/head 2025-03-21T20:17:57.6599778Z * [new branch] gh/kimishpatel/9/orig -> origin/gh/kimishpatel/9/orig 2025-03-21T20:17:57.6601852Z * [new branch] gh/kimishpatel/90/head -> origin/gh/kimishpatel/90/head 2025-03-21T20:17:57.6604036Z * [new branch] gh/kimishpatel/91/orig -> origin/gh/kimishpatel/91/orig 2025-03-21T20:17:57.6606296Z * [new branch] gh/kimishpatel/92/orig -> origin/gh/kimishpatel/92/orig 2025-03-21T20:17:57.6609859Z * [new branch] gh/kimishpatel/93/orig -> origin/gh/kimishpatel/93/orig 2025-03-21T20:17:57.6610316Z * [new branch] gh/kimishpatel/98/base -> origin/gh/kimishpatel/98/base 2025-03-21T20:17:57.6611210Z * [new branch] gh/kimishpatel/98/head -> origin/gh/kimishpatel/98/head 2025-03-21T20:17:57.6611820Z * [new branch] gh/kimishpatel/98/orig -> origin/gh/kimishpatel/98/orig 2025-03-21T20:17:57.6613248Z * [new branch] gh/kimishpatel/99/base -> origin/gh/kimishpatel/99/base 2025-03-21T20:17:57.6614088Z * [new branch] gh/kimishpatel/99/head -> origin/gh/kimishpatel/99/head 2025-03-21T20:17:57.6615100Z * [new branch] gh/kimishpatel/99/orig -> origin/gh/kimishpatel/99/orig 2025-03-21T20:17:57.6616912Z * [new branch] gh/kirklandsign/1/base -> origin/gh/kirklandsign/1/base 2025-03-21T20:17:57.6617873Z * [new branch] gh/kirklandsign/1/orig -> origin/gh/kirklandsign/1/orig 2025-03-21T20:17:57.6619462Z * [new branch] gh/kirklandsign/12/base -> origin/gh/kirklandsign/12/base 2025-03-21T20:17:57.6620340Z * [new branch] gh/kirklandsign/12/orig -> origin/gh/kirklandsign/12/orig 2025-03-21T20:17:57.6622293Z * [new branch] gh/kirklandsign/13/base -> origin/gh/kirklandsign/13/base 2025-03-21T20:17:57.6623445Z * [new branch] gh/kirklandsign/14/base -> origin/gh/kirklandsign/14/base 2025-03-21T20:17:57.6624857Z * [new branch] gh/kirklandsign/15/base -> origin/gh/kirklandsign/15/base 2025-03-21T20:17:57.6625874Z * [new branch] gh/kirklandsign/15/head -> origin/gh/kirklandsign/15/head 2025-03-21T20:17:57.6627283Z * [new branch] gh/kirklandsign/16/base -> origin/gh/kirklandsign/16/base 2025-03-21T20:17:57.6628631Z * [new branch] gh/kirklandsign/17/base -> origin/gh/kirklandsign/17/base 2025-03-21T20:17:57.6629512Z * [new branch] gh/kirklandsign/17/head -> origin/gh/kirklandsign/17/head 2025-03-21T20:17:57.6630408Z * [new branch] gh/kirklandsign/17/orig -> origin/gh/kirklandsign/17/orig 2025-03-21T20:17:57.6631778Z * [new branch] gh/kirklandsign/2/base -> origin/gh/kirklandsign/2/base 2025-03-21T20:17:57.6635456Z * [new branch] gh/kirklandsign/2/head -> origin/gh/kirklandsign/2/head 2025-03-21T20:17:57.6635929Z * [new branch] gh/kirklandsign/2/orig -> origin/gh/kirklandsign/2/orig 2025-03-21T20:17:57.6636268Z * [new branch] gh/kirklandsign/3/base -> origin/gh/kirklandsign/3/base 2025-03-21T20:17:57.6636753Z * [new branch] gh/kirklandsign/3/head -> origin/gh/kirklandsign/3/head 2025-03-21T20:17:57.6637728Z * [new branch] gh/kirklandsign/3/orig -> origin/gh/kirklandsign/3/orig 2025-03-21T20:17:57.6639240Z * [new branch] gh/kirklandsign/4/base -> origin/gh/kirklandsign/4/base 2025-03-21T20:17:57.6640132Z * [new branch] gh/kirklandsign/4/orig -> origin/gh/kirklandsign/4/orig 2025-03-21T20:17:57.6641644Z * [new branch] gh/kirklandsign/5/base -> origin/gh/kirklandsign/5/base 2025-03-21T20:17:57.6643335Z * [new branch] gh/larryliu0820/10/base -> origin/gh/larryliu0820/10/base 2025-03-21T20:17:57.6644269Z * [new branch] gh/larryliu0820/10/head -> origin/gh/larryliu0820/10/head 2025-03-21T20:17:57.6645237Z * [new branch] gh/larryliu0820/10/orig -> origin/gh/larryliu0820/10/orig 2025-03-21T20:17:57.6646582Z * [new branch] gh/larryliu0820/11/base -> origin/gh/larryliu0820/11/base 2025-03-21T20:17:57.6647463Z * [new branch] gh/larryliu0820/11/head -> origin/gh/larryliu0820/11/head 2025-03-21T20:17:57.6648477Z * [new branch] gh/larryliu0820/11/orig -> origin/gh/larryliu0820/11/orig 2025-03-21T20:17:57.6649801Z * [new branch] gh/larryliu0820/12/base -> origin/gh/larryliu0820/12/base 2025-03-21T20:17:57.6650748Z * [new branch] gh/larryliu0820/12/head -> origin/gh/larryliu0820/12/head 2025-03-21T20:17:57.6651631Z * [new branch] gh/larryliu0820/12/orig -> origin/gh/larryliu0820/12/orig 2025-03-21T20:17:57.6653226Z * [new branch] gh/larryliu0820/13/base -> origin/gh/larryliu0820/13/base 2025-03-21T20:17:57.6654583Z * [new branch] gh/larryliu0820/13/head -> origin/gh/larryliu0820/13/head 2025-03-21T20:17:57.6656070Z * [new branch] gh/larryliu0820/13/orig -> origin/gh/larryliu0820/13/orig 2025-03-21T20:17:57.6658260Z * [new branch] gh/larryliu0820/14/base -> origin/gh/larryliu0820/14/base 2025-03-21T20:17:57.6660160Z * [new branch] gh/larryliu0820/14/head -> origin/gh/larryliu0820/14/head 2025-03-21T20:17:57.6661553Z * [new branch] gh/larryliu0820/14/orig -> origin/gh/larryliu0820/14/orig 2025-03-21T20:17:57.6663518Z * [new branch] gh/larryliu0820/15/base -> origin/gh/larryliu0820/15/base 2025-03-21T20:17:57.6665154Z * [new branch] gh/larryliu0820/15/head -> origin/gh/larryliu0820/15/head 2025-03-21T20:17:57.6666870Z * [new branch] gh/larryliu0820/15/orig -> origin/gh/larryliu0820/15/orig 2025-03-21T20:17:57.6669162Z * [new branch] gh/larryliu0820/16/base -> origin/gh/larryliu0820/16/base 2025-03-21T20:17:57.6670555Z * [new branch] gh/larryliu0820/16/head -> origin/gh/larryliu0820/16/head 2025-03-21T20:17:57.6672144Z * [new branch] gh/larryliu0820/16/orig -> origin/gh/larryliu0820/16/orig 2025-03-21T20:17:57.6674432Z * [new branch] gh/larryliu0820/17/base -> origin/gh/larryliu0820/17/base 2025-03-21T20:17:57.6676034Z * [new branch] gh/larryliu0820/17/head -> origin/gh/larryliu0820/17/head 2025-03-21T20:17:57.6677547Z * [new branch] gh/larryliu0820/17/orig -> origin/gh/larryliu0820/17/orig 2025-03-21T20:17:57.6679815Z * [new branch] gh/larryliu0820/18/base -> origin/gh/larryliu0820/18/base 2025-03-21T20:17:57.6681350Z * [new branch] gh/larryliu0820/18/head -> origin/gh/larryliu0820/18/head 2025-03-21T20:17:57.6682853Z * [new branch] gh/larryliu0820/18/orig -> origin/gh/larryliu0820/18/orig 2025-03-21T20:17:57.6685052Z * [new branch] gh/larryliu0820/19/base -> origin/gh/larryliu0820/19/base 2025-03-21T20:17:57.6686648Z * [new branch] gh/larryliu0820/19/head -> origin/gh/larryliu0820/19/head 2025-03-21T20:17:57.6688133Z * [new branch] gh/larryliu0820/19/orig -> origin/gh/larryliu0820/19/orig 2025-03-21T20:17:57.6690476Z * [new branch] gh/larryliu0820/20/base -> origin/gh/larryliu0820/20/base 2025-03-21T20:17:57.6691949Z * [new branch] gh/larryliu0820/20/head -> origin/gh/larryliu0820/20/head 2025-03-21T20:17:57.6693521Z * [new branch] gh/larryliu0820/20/orig -> origin/gh/larryliu0820/20/orig 2025-03-21T20:17:57.6695682Z * [new branch] gh/larryliu0820/21/base -> origin/gh/larryliu0820/21/base 2025-03-21T20:17:57.6697324Z * [new branch] gh/larryliu0820/21/head -> origin/gh/larryliu0820/21/head 2025-03-21T20:17:57.6698971Z * [new branch] gh/larryliu0820/21/orig -> origin/gh/larryliu0820/21/orig 2025-03-21T20:17:57.6701261Z * [new branch] gh/larryliu0820/22/base -> origin/gh/larryliu0820/22/base 2025-03-21T20:17:57.6702883Z * [new branch] gh/larryliu0820/22/head -> origin/gh/larryliu0820/22/head 2025-03-21T20:17:57.6704460Z * [new branch] gh/larryliu0820/22/orig -> origin/gh/larryliu0820/22/orig 2025-03-21T20:17:57.6706841Z * [new branch] gh/larryliu0820/24/base -> origin/gh/larryliu0820/24/base 2025-03-21T20:17:57.6708403Z * [new branch] gh/larryliu0820/24/head -> origin/gh/larryliu0820/24/head 2025-03-21T20:17:57.6710114Z * [new branch] gh/larryliu0820/24/orig -> origin/gh/larryliu0820/24/orig 2025-03-21T20:17:57.6712095Z * [new branch] gh/larryliu0820/25/base -> origin/gh/larryliu0820/25/base 2025-03-21T20:17:57.6713914Z * [new branch] gh/larryliu0820/25/head -> origin/gh/larryliu0820/25/head 2025-03-21T20:17:57.6715483Z * [new branch] gh/larryliu0820/25/orig -> origin/gh/larryliu0820/25/orig 2025-03-21T20:17:57.6717475Z * [new branch] gh/larryliu0820/26/base -> origin/gh/larryliu0820/26/base 2025-03-21T20:17:57.6719173Z * [new branch] gh/larryliu0820/26/head -> origin/gh/larryliu0820/26/head 2025-03-21T20:17:57.6720909Z * [new branch] gh/larryliu0820/26/orig -> origin/gh/larryliu0820/26/orig 2025-03-21T20:17:57.6723187Z * [new branch] gh/larryliu0820/27/base -> origin/gh/larryliu0820/27/base 2025-03-21T20:17:57.6724644Z * [new branch] gh/larryliu0820/27/head -> origin/gh/larryliu0820/27/head 2025-03-21T20:17:57.6726501Z * [new branch] gh/larryliu0820/27/orig -> origin/gh/larryliu0820/27/orig 2025-03-21T20:17:57.6728083Z * [new branch] gh/larryliu0820/28/base -> origin/gh/larryliu0820/28/base 2025-03-21T20:17:57.6729052Z * [new branch] gh/larryliu0820/28/head -> origin/gh/larryliu0820/28/head 2025-03-21T20:17:57.6730081Z * [new branch] gh/larryliu0820/28/orig -> origin/gh/larryliu0820/28/orig 2025-03-21T20:17:57.6732462Z * [new branch] gh/larryliu0820/29/base -> origin/gh/larryliu0820/29/base 2025-03-21T20:17:57.6733214Z * [new branch] gh/larryliu0820/29/head -> origin/gh/larryliu0820/29/head 2025-03-21T20:17:57.6734216Z * [new branch] gh/larryliu0820/29/orig -> origin/gh/larryliu0820/29/orig 2025-03-21T20:17:57.6735792Z * [new branch] gh/larryliu0820/30/base -> origin/gh/larryliu0820/30/base 2025-03-21T20:17:57.6736770Z * [new branch] gh/larryliu0820/30/head -> origin/gh/larryliu0820/30/head 2025-03-21T20:17:57.6737729Z * [new branch] gh/larryliu0820/30/orig -> origin/gh/larryliu0820/30/orig 2025-03-21T20:17:57.6739435Z * [new branch] gh/larryliu0820/31/base -> origin/gh/larryliu0820/31/base 2025-03-21T20:17:57.6740280Z * [new branch] gh/larryliu0820/31/head -> origin/gh/larryliu0820/31/head 2025-03-21T20:17:57.6755729Z * [new branch] gh/larryliu0820/31/orig -> origin/gh/larryliu0820/31/orig 2025-03-21T20:17:57.6756335Z * [new branch] gh/larryliu0820/32/base -> origin/gh/larryliu0820/32/base 2025-03-21T20:17:57.6756663Z * [new branch] gh/larryliu0820/32/head -> origin/gh/larryliu0820/32/head 2025-03-21T20:17:57.6757067Z * [new branch] gh/larryliu0820/32/orig -> origin/gh/larryliu0820/32/orig 2025-03-21T20:17:57.6757531Z * [new branch] gh/larryliu0820/33/base -> origin/gh/larryliu0820/33/base 2025-03-21T20:17:57.6757911Z * [new branch] gh/larryliu0820/33/head -> origin/gh/larryliu0820/33/head 2025-03-21T20:17:57.6758166Z * [new branch] gh/larryliu0820/33/orig -> origin/gh/larryliu0820/33/orig 2025-03-21T20:17:57.6758620Z * [new branch] gh/larryliu0820/34/base -> origin/gh/larryliu0820/34/base 2025-03-21T20:17:57.6759024Z * [new branch] gh/larryliu0820/34/head -> origin/gh/larryliu0820/34/head 2025-03-21T20:17:57.6759282Z * [new branch] gh/larryliu0820/34/orig -> origin/gh/larryliu0820/34/orig 2025-03-21T20:17:57.6759529Z * [new branch] gh/larryliu0820/35/base -> origin/gh/larryliu0820/35/base 2025-03-21T20:17:57.6759976Z * [new branch] gh/larryliu0820/35/head -> origin/gh/larryliu0820/35/head 2025-03-21T20:17:57.6760385Z * [new branch] gh/larryliu0820/35/orig -> origin/gh/larryliu0820/35/orig 2025-03-21T20:17:57.6760642Z * [new branch] gh/larryliu0820/36/base -> origin/gh/larryliu0820/36/base 2025-03-21T20:17:57.6760884Z * [new branch] gh/larryliu0820/36/head -> origin/gh/larryliu0820/36/head 2025-03-21T20:17:57.6761294Z * [new branch] gh/larryliu0820/36/orig -> origin/gh/larryliu0820/36/orig 2025-03-21T20:17:57.6761746Z * [new branch] gh/larryliu0820/37/base -> origin/gh/larryliu0820/37/base 2025-03-21T20:17:57.6762450Z * [new branch] gh/larryliu0820/37/head -> origin/gh/larryliu0820/37/head 2025-03-21T20:17:57.6763443Z * [new branch] gh/larryliu0820/37/orig -> origin/gh/larryliu0820/37/orig 2025-03-21T20:17:57.6765103Z * [new branch] gh/larryliu0820/38/base -> origin/gh/larryliu0820/38/base 2025-03-21T20:17:57.6766027Z * [new branch] gh/larryliu0820/38/head -> origin/gh/larryliu0820/38/head 2025-03-21T20:17:57.6767029Z * [new branch] gh/larryliu0820/38/orig -> origin/gh/larryliu0820/38/orig 2025-03-21T20:17:57.6768627Z * [new branch] gh/larryliu0820/39/base -> origin/gh/larryliu0820/39/base 2025-03-21T20:17:57.6769603Z * [new branch] gh/larryliu0820/39/head -> origin/gh/larryliu0820/39/head 2025-03-21T20:17:57.6770633Z * [new branch] gh/larryliu0820/39/orig -> origin/gh/larryliu0820/39/orig 2025-03-21T20:17:57.6771999Z * [new branch] gh/larryliu0820/40/base -> origin/gh/larryliu0820/40/base 2025-03-21T20:17:57.6772957Z * [new branch] gh/larryliu0820/40/head -> origin/gh/larryliu0820/40/head 2025-03-21T20:17:57.6774327Z * [new branch] gh/larryliu0820/40/orig -> origin/gh/larryliu0820/40/orig 2025-03-21T20:17:57.6775694Z * [new branch] gh/larryliu0820/41/base -> origin/gh/larryliu0820/41/base 2025-03-21T20:17:57.6776637Z * [new branch] gh/larryliu0820/41/head -> origin/gh/larryliu0820/41/head 2025-03-21T20:17:57.6777716Z * [new branch] gh/larryliu0820/41/orig -> origin/gh/larryliu0820/41/orig 2025-03-21T20:17:57.6779314Z * [new branch] gh/larryliu0820/42/base -> origin/gh/larryliu0820/42/base 2025-03-21T20:17:57.6780205Z * [new branch] gh/larryliu0820/42/head -> origin/gh/larryliu0820/42/head 2025-03-21T20:17:57.6781141Z * [new branch] gh/larryliu0820/42/orig -> origin/gh/larryliu0820/42/orig 2025-03-21T20:17:57.6782726Z * [new branch] gh/larryliu0820/43/base -> origin/gh/larryliu0820/43/base 2025-03-21T20:17:57.6783767Z * [new branch] gh/larryliu0820/43/head -> origin/gh/larryliu0820/43/head 2025-03-21T20:17:57.6784810Z * [new branch] gh/larryliu0820/43/orig -> origin/gh/larryliu0820/43/orig 2025-03-21T20:17:57.6786499Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-03-21T20:17:57.6787517Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-03-21T20:17:57.6788496Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-03-21T20:17:57.6790153Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-03-21T20:17:57.6791158Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-03-21T20:17:57.6792238Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-03-21T20:17:57.6793896Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-21T20:17:57.6795474Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-21T20:17:57.6796458Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-21T20:17:57.6798108Z * [new branch] gh/larryliu0820/47/base -> origin/gh/larryliu0820/47/base 2025-03-21T20:17:57.6798969Z * [new branch] gh/larryliu0820/47/head -> origin/gh/larryliu0820/47/head 2025-03-21T20:17:57.6800002Z * [new branch] gh/larryliu0820/47/orig -> origin/gh/larryliu0820/47/orig 2025-03-21T20:17:57.6801622Z * [new branch] gh/larryliu0820/48/base -> origin/gh/larryliu0820/48/base 2025-03-21T20:17:57.6802411Z * [new branch] gh/larryliu0820/48/head -> origin/gh/larryliu0820/48/head 2025-03-21T20:17:57.6803382Z * [new branch] gh/larryliu0820/48/orig -> origin/gh/larryliu0820/48/orig 2025-03-21T20:17:57.6804919Z * [new branch] gh/larryliu0820/49/base -> origin/gh/larryliu0820/49/base 2025-03-21T20:17:57.6805814Z * [new branch] gh/larryliu0820/49/head -> origin/gh/larryliu0820/49/head 2025-03-21T20:17:57.6806782Z * [new branch] gh/larryliu0820/49/orig -> origin/gh/larryliu0820/49/orig 2025-03-21T20:17:57.6808492Z * [new branch] gh/larryliu0820/50/base -> origin/gh/larryliu0820/50/base 2025-03-21T20:17:57.6809365Z * [new branch] gh/larryliu0820/50/head -> origin/gh/larryliu0820/50/head 2025-03-21T20:17:57.6810356Z * [new branch] gh/larryliu0820/50/orig -> origin/gh/larryliu0820/50/orig 2025-03-21T20:17:57.6811904Z * [new branch] gh/larryliu0820/51/base -> origin/gh/larryliu0820/51/base 2025-03-21T20:17:57.6812966Z * [new branch] gh/larryliu0820/51/head -> origin/gh/larryliu0820/51/head 2025-03-21T20:17:57.6814020Z * [new branch] gh/larryliu0820/51/orig -> origin/gh/larryliu0820/51/orig 2025-03-21T20:17:57.6815416Z * [new branch] gh/larryliu0820/52/base -> origin/gh/larryliu0820/52/base 2025-03-21T20:17:57.6816469Z * [new branch] gh/larryliu0820/52/orig -> origin/gh/larryliu0820/52/orig 2025-03-21T20:17:57.6817993Z * [new branch] gh/larryliu0820/53/base -> origin/gh/larryliu0820/53/base 2025-03-21T20:17:57.6819490Z * [new branch] gh/larryliu0820/54/base -> origin/gh/larryliu0820/54/base 2025-03-21T20:17:57.6820325Z * [new branch] gh/larryliu0820/54/head -> origin/gh/larryliu0820/54/head 2025-03-21T20:17:57.6821311Z * [new branch] gh/larryliu0820/54/orig -> origin/gh/larryliu0820/54/orig 2025-03-21T20:17:57.6823116Z * [new branch] gh/larryliu0820/55/base -> origin/gh/larryliu0820/55/base 2025-03-21T20:17:57.6824657Z * [new branch] gh/larryliu0820/56/base -> origin/gh/larryliu0820/56/base 2025-03-21T20:17:57.6826215Z * [new branch] gh/larryliu0820/57/base -> origin/gh/larryliu0820/57/base 2025-03-21T20:17:57.6827717Z * [new branch] gh/larryliu0820/58/base -> origin/gh/larryliu0820/58/base 2025-03-21T20:17:57.6828654Z * [new branch] gh/larryliu0820/58/orig -> origin/gh/larryliu0820/58/orig 2025-03-21T20:17:57.6830155Z * [new branch] gh/larryliu0820/59/base -> origin/gh/larryliu0820/59/base 2025-03-21T20:17:57.6831827Z * [new branch] gh/larryliu0820/6/base -> origin/gh/larryliu0820/6/base 2025-03-21T20:17:57.6832783Z * [new branch] gh/larryliu0820/6/head -> origin/gh/larryliu0820/6/head 2025-03-21T20:17:57.6834142Z * [new branch] gh/larryliu0820/6/orig -> origin/gh/larryliu0820/6/orig 2025-03-21T20:17:57.6836126Z * [new branch] gh/larryliu0820/60/base -> origin/gh/larryliu0820/60/base 2025-03-21T20:17:57.6837827Z * [new branch] gh/larryliu0820/61/base -> origin/gh/larryliu0820/61/base 2025-03-21T20:17:57.6838832Z * [new branch] gh/larryliu0820/61/orig -> origin/gh/larryliu0820/61/orig 2025-03-21T20:17:57.6840445Z * [new branch] gh/larryliu0820/62/base -> origin/gh/larryliu0820/62/base 2025-03-21T20:17:57.6841929Z * [new branch] gh/larryliu0820/63/base -> origin/gh/larryliu0820/63/base 2025-03-21T20:17:57.6843308Z * [new branch] gh/larryliu0820/7/base -> origin/gh/larryliu0820/7/base 2025-03-21T20:17:57.6844146Z * [new branch] gh/larryliu0820/7/head -> origin/gh/larryliu0820/7/head 2025-03-21T20:17:57.6845494Z * [new branch] gh/larryliu0820/7/orig -> origin/gh/larryliu0820/7/orig 2025-03-21T20:17:57.6846958Z * [new branch] gh/larryliu0820/8/base -> origin/gh/larryliu0820/8/base 2025-03-21T20:17:57.6847845Z * [new branch] gh/larryliu0820/8/head -> origin/gh/larryliu0820/8/head 2025-03-21T20:17:57.6848929Z * [new branch] gh/larryliu0820/8/orig -> origin/gh/larryliu0820/8/orig 2025-03-21T20:17:57.6850356Z * [new branch] gh/larryliu0820/9/base -> origin/gh/larryliu0820/9/base 2025-03-21T20:17:57.6851298Z * [new branch] gh/larryliu0820/9/head -> origin/gh/larryliu0820/9/head 2025-03-21T20:17:57.6852292Z * [new branch] gh/larryliu0820/9/orig -> origin/gh/larryliu0820/9/orig 2025-03-21T20:17:57.6854114Z * [new branch] gh/liuk22/1/base -> origin/gh/liuk22/1/base 2025-03-21T20:17:57.6855035Z * [new branch] gh/liuk22/1/head -> origin/gh/liuk22/1/head 2025-03-21T20:17:57.6856194Z * [new branch] gh/liuk22/1/orig -> origin/gh/liuk22/1/orig 2025-03-21T20:17:57.6857445Z * [new branch] gh/liuk22/2/base -> origin/gh/liuk22/2/base 2025-03-21T20:17:57.6858468Z * [new branch] gh/liuk22/2/head -> origin/gh/liuk22/2/head 2025-03-21T20:17:57.6859719Z * [new branch] gh/liuk22/2/orig -> origin/gh/liuk22/2/orig 2025-03-21T20:17:57.6860936Z * [new branch] gh/liuk22/3/base -> origin/gh/liuk22/3/base 2025-03-21T20:17:57.6861981Z * [new branch] gh/liuk22/3/head -> origin/gh/liuk22/3/head 2025-03-21T20:17:57.6863330Z * [new branch] gh/liuk22/3/orig -> origin/gh/liuk22/3/orig 2025-03-21T20:17:57.6864492Z * [new branch] gh/liuk22/4/base -> origin/gh/liuk22/4/base 2025-03-21T20:17:57.6865471Z * [new branch] gh/liuk22/4/head -> origin/gh/liuk22/4/head 2025-03-21T20:17:57.6866779Z * [new branch] gh/liuk22/4/orig -> origin/gh/liuk22/4/orig 2025-03-21T20:17:57.6867975Z * [new branch] gh/liuk22/5/base -> origin/gh/liuk22/5/base 2025-03-21T20:17:57.6868961Z * [new branch] gh/liuk22/5/head -> origin/gh/liuk22/5/head 2025-03-21T20:17:57.6870150Z * [new branch] gh/liuk22/5/orig -> origin/gh/liuk22/5/orig 2025-03-21T20:17:57.6872036Z * [new branch] gh/lucylq/28/base -> origin/gh/lucylq/28/base 2025-03-21T20:17:57.6873389Z * [new branch] gh/lucylq/29/base -> origin/gh/lucylq/29/base 2025-03-21T20:17:57.6875699Z * [new branch] gh/lucylq/30/base -> origin/gh/lucylq/30/base 2025-03-21T20:17:57.6876435Z * [new branch] gh/lucylq/31/base -> origin/gh/lucylq/31/base 2025-03-21T20:17:57.6877852Z * [new branch] gh/lucylq/31/orig -> origin/gh/lucylq/31/orig 2025-03-21T20:17:57.6879327Z * [new branch] gh/lucylq/32/base -> origin/gh/lucylq/32/base 2025-03-21T20:17:57.6881571Z * [new branch] gh/lucylq/33/base -> origin/gh/lucylq/33/base 2025-03-21T20:17:57.6883840Z * [new branch] gh/lucylq/34/base -> origin/gh/lucylq/34/base 2025-03-21T20:17:57.6885892Z * [new branch] gh/lucylq/35/base -> origin/gh/lucylq/35/base 2025-03-21T20:17:57.6887469Z * [new branch] gh/lucylq/35/head -> origin/gh/lucylq/35/head 2025-03-21T20:17:57.6889346Z * [new branch] gh/lucylq/36/base -> origin/gh/lucylq/36/base 2025-03-21T20:17:57.6890853Z * [new branch] gh/lucylq/36/head -> origin/gh/lucylq/36/head 2025-03-21T20:17:57.6892665Z * [new branch] gh/lucylq/37/base -> origin/gh/lucylq/37/base 2025-03-21T20:17:57.6894146Z * [new branch] gh/lucylq/37/head -> origin/gh/lucylq/37/head 2025-03-21T20:17:57.6896355Z * [new branch] gh/lucylq/38/base -> origin/gh/lucylq/38/base 2025-03-21T20:17:57.6897552Z * [new branch] gh/lucylq/39/base -> origin/gh/lucylq/39/base 2025-03-21T20:17:57.6898988Z * [new branch] gh/lucylq/40/base -> origin/gh/lucylq/40/base 2025-03-21T20:17:57.6900485Z * [new branch] gh/lucylq/41/base -> origin/gh/lucylq/41/base 2025-03-21T20:17:57.6901910Z * [new branch] gh/lucylq/42/base -> origin/gh/lucylq/42/base 2025-03-21T20:17:57.6902796Z * [new branch] gh/lucylq/42/head -> origin/gh/lucylq/42/head 2025-03-21T20:17:57.6903811Z * [new branch] gh/lucylq/42/orig -> origin/gh/lucylq/42/orig 2025-03-21T20:17:57.6905448Z * [new branch] gh/lucylq/43/base -> origin/gh/lucylq/43/base 2025-03-21T20:17:57.6906966Z * [new branch] gh/lucylq/44/base -> origin/gh/lucylq/44/base 2025-03-21T20:17:57.6907895Z * [new branch] gh/lucylq/44/head -> origin/gh/lucylq/44/head 2025-03-21T20:17:57.6908867Z * [new branch] gh/lucylq/44/orig -> origin/gh/lucylq/44/orig 2025-03-21T20:17:57.6910417Z * [new branch] gh/lucylq/45/base -> origin/gh/lucylq/45/base 2025-03-21T20:17:57.6911535Z * [new branch] gh/lucylq/45/head -> origin/gh/lucylq/45/head 2025-03-21T20:17:57.6912748Z * [new branch] gh/lucylq/45/orig -> origin/gh/lucylq/45/orig 2025-03-21T20:17:57.6914480Z * [new branch] gh/lucylq/46/base -> origin/gh/lucylq/46/base 2025-03-21T20:17:57.6915499Z * [new branch] gh/lucylq/46/head -> origin/gh/lucylq/46/head 2025-03-21T20:17:57.6916873Z * [new branch] gh/lucylq/46/orig -> origin/gh/lucylq/46/orig 2025-03-21T20:17:57.6918222Z * [new branch] gh/lucylq/47/base -> origin/gh/lucylq/47/base 2025-03-21T20:17:57.6919191Z * [new branch] gh/lucylq/47/head -> origin/gh/lucylq/47/head 2025-03-21T20:17:57.6920124Z * [new branch] gh/lucylq/47/orig -> origin/gh/lucylq/47/orig 2025-03-21T20:17:57.6922115Z * [new branch] gh/lucylq/48/base -> origin/gh/lucylq/48/base 2025-03-21T20:17:57.6922923Z * [new branch] gh/lucylq/48/head -> origin/gh/lucylq/48/head 2025-03-21T20:17:57.6923940Z * [new branch] gh/lucylq/48/orig -> origin/gh/lucylq/48/orig 2025-03-21T20:17:57.6925556Z * [new branch] gh/lucylq/49/base -> origin/gh/lucylq/49/base 2025-03-21T20:17:57.6926724Z * [new branch] gh/lucylq/49/head -> origin/gh/lucylq/49/head 2025-03-21T20:17:57.6927942Z * [new branch] gh/lucylq/49/orig -> origin/gh/lucylq/49/orig 2025-03-21T20:17:57.6929647Z * [new branch] gh/lucylq/50/base -> origin/gh/lucylq/50/base 2025-03-21T20:17:57.6930523Z * [new branch] gh/lucylq/50/head -> origin/gh/lucylq/50/head 2025-03-21T20:17:57.6932011Z * [new branch] gh/lucylq/50/orig -> origin/gh/lucylq/50/orig 2025-03-21T20:17:57.6932942Z * [new branch] gh/lucylq/51/base -> origin/gh/lucylq/51/base 2025-03-21T20:17:57.6934137Z * [new branch] gh/lucylq/51/head -> origin/gh/lucylq/51/head 2025-03-21T20:17:57.6935101Z * [new branch] gh/lucylq/51/orig -> origin/gh/lucylq/51/orig 2025-03-21T20:17:57.6936729Z * [new branch] gh/lucylq/52/base -> origin/gh/lucylq/52/base 2025-03-21T20:17:57.6938561Z * [new branch] gh/lucylq/53/base -> origin/gh/lucylq/53/base 2025-03-21T20:17:57.6939977Z * [new branch] gh/lucylq/54/base -> origin/gh/lucylq/54/base 2025-03-21T20:17:57.6940955Z * [new branch] gh/lucylq/54/head -> origin/gh/lucylq/54/head 2025-03-21T20:17:57.6942156Z * [new branch] gh/lucylq/54/orig -> origin/gh/lucylq/54/orig 2025-03-21T20:17:57.6943596Z * [new branch] gh/lucylq/55/base -> origin/gh/lucylq/55/base 2025-03-21T20:17:57.6945082Z * [new branch] gh/lucylq/56/base -> origin/gh/lucylq/56/base 2025-03-21T20:17:57.6946676Z * [new branch] gh/lucylq/57/base -> origin/gh/lucylq/57/base 2025-03-21T20:17:57.6947543Z * [new branch] gh/lucylq/57/head -> origin/gh/lucylq/57/head 2025-03-21T20:17:57.6948587Z * [new branch] gh/lucylq/57/orig -> origin/gh/lucylq/57/orig 2025-03-21T20:17:57.6949902Z * [new branch] gh/lucylq/58/base -> origin/gh/lucylq/58/base 2025-03-21T20:17:57.6950832Z * [new branch] gh/lucylq/58/head -> origin/gh/lucylq/58/head 2025-03-21T20:17:57.6951869Z * [new branch] gh/lucylq/58/orig -> origin/gh/lucylq/58/orig 2025-03-21T20:17:57.6953189Z * [new branch] gh/lucylq/59/base -> origin/gh/lucylq/59/base 2025-03-21T20:17:57.6954107Z * [new branch] gh/lucylq/59/head -> origin/gh/lucylq/59/head 2025-03-21T20:17:57.6955599Z * [new branch] gh/lucylq/59/orig -> origin/gh/lucylq/59/orig 2025-03-21T20:17:57.6957134Z * [new branch] gh/manuelcandales/100/base -> origin/gh/manuelcandales/100/base 2025-03-21T20:17:57.6958000Z * [new branch] gh/manuelcandales/100/head -> origin/gh/manuelcandales/100/head 2025-03-21T20:17:57.6959069Z * [new branch] gh/manuelcandales/100/orig -> origin/gh/manuelcandales/100/orig 2025-03-21T20:17:57.6960668Z * [new branch] gh/manuelcandales/101/base -> origin/gh/manuelcandales/101/base 2025-03-21T20:17:57.6961508Z * [new branch] gh/manuelcandales/101/head -> origin/gh/manuelcandales/101/head 2025-03-21T20:17:57.6962767Z * [new branch] gh/manuelcandales/101/orig -> origin/gh/manuelcandales/101/orig 2025-03-21T20:17:57.6964136Z * [new branch] gh/manuelcandales/102/base -> origin/gh/manuelcandales/102/base 2025-03-21T20:17:57.6965054Z * [new branch] gh/manuelcandales/102/head -> origin/gh/manuelcandales/102/head 2025-03-21T20:17:57.6966101Z * [new branch] gh/manuelcandales/102/orig -> origin/gh/manuelcandales/102/orig 2025-03-21T20:17:57.6967630Z * [new branch] gh/manuelcandales/103/base -> origin/gh/manuelcandales/103/base 2025-03-21T20:17:57.6968555Z * [new branch] gh/manuelcandales/103/head -> origin/gh/manuelcandales/103/head 2025-03-21T20:17:57.6969633Z * [new branch] gh/manuelcandales/103/orig -> origin/gh/manuelcandales/103/orig 2025-03-21T20:17:57.6971172Z * [new branch] gh/manuelcandales/104/base -> origin/gh/manuelcandales/104/base 2025-03-21T20:17:57.6972089Z * [new branch] gh/manuelcandales/104/head -> origin/gh/manuelcandales/104/head 2025-03-21T20:17:57.6973167Z * [new branch] gh/manuelcandales/104/orig -> origin/gh/manuelcandales/104/orig 2025-03-21T20:17:57.6974978Z * [new branch] gh/manuelcandales/105/base -> origin/gh/manuelcandales/105/base 2025-03-21T20:17:57.6975924Z * [new branch] gh/manuelcandales/105/head -> origin/gh/manuelcandales/105/head 2025-03-21T20:17:57.6976816Z * [new branch] gh/manuelcandales/105/orig -> origin/gh/manuelcandales/105/orig 2025-03-21T20:17:57.6978456Z * [new branch] gh/manuelcandales/106/base -> origin/gh/manuelcandales/106/base 2025-03-21T20:17:57.6979215Z * [new branch] gh/manuelcandales/106/head -> origin/gh/manuelcandales/106/head 2025-03-21T20:17:57.6980297Z * [new branch] gh/manuelcandales/106/orig -> origin/gh/manuelcandales/106/orig 2025-03-21T20:17:57.6981937Z * [new branch] gh/manuelcandales/107/base -> origin/gh/manuelcandales/107/base 2025-03-21T20:17:57.6982938Z * [new branch] gh/manuelcandales/107/head -> origin/gh/manuelcandales/107/head 2025-03-21T20:17:57.6983928Z * [new branch] gh/manuelcandales/107/orig -> origin/gh/manuelcandales/107/orig 2025-03-21T20:17:57.6985379Z * [new branch] gh/manuelcandales/108/base -> origin/gh/manuelcandales/108/base 2025-03-21T20:17:57.6986376Z * [new branch] gh/manuelcandales/108/head -> origin/gh/manuelcandales/108/head 2025-03-21T20:17:57.6987304Z * [new branch] gh/manuelcandales/108/orig -> origin/gh/manuelcandales/108/orig 2025-03-21T20:17:57.6988741Z * [new branch] gh/manuelcandales/109/base -> origin/gh/manuelcandales/109/base 2025-03-21T20:17:57.6989694Z * [new branch] gh/manuelcandales/109/head -> origin/gh/manuelcandales/109/head 2025-03-21T20:17:57.6990668Z * [new branch] gh/manuelcandales/109/orig -> origin/gh/manuelcandales/109/orig 2025-03-21T20:17:57.6992117Z * [new branch] gh/manuelcandales/110/base -> origin/gh/manuelcandales/110/base 2025-03-21T20:17:57.6992999Z * [new branch] gh/manuelcandales/110/head -> origin/gh/manuelcandales/110/head 2025-03-21T20:17:57.6993967Z * [new branch] gh/manuelcandales/110/orig -> origin/gh/manuelcandales/110/orig 2025-03-21T20:17:57.6995298Z * [new branch] gh/manuelcandales/111/base -> origin/gh/manuelcandales/111/base 2025-03-21T20:17:57.6996173Z * [new branch] gh/manuelcandales/111/head -> origin/gh/manuelcandales/111/head 2025-03-21T20:17:57.6997179Z * [new branch] gh/manuelcandales/111/orig -> origin/gh/manuelcandales/111/orig 2025-03-21T20:17:57.6998612Z * [new branch] gh/manuelcandales/112/base -> origin/gh/manuelcandales/112/base 2025-03-21T20:17:57.6999630Z * [new branch] gh/manuelcandales/112/head -> origin/gh/manuelcandales/112/head 2025-03-21T20:17:57.7000678Z * [new branch] gh/manuelcandales/112/orig -> origin/gh/manuelcandales/112/orig 2025-03-21T20:17:57.7002370Z * [new branch] gh/manuelcandales/32/base -> origin/gh/manuelcandales/32/base 2025-03-21T20:17:57.7003488Z * [new branch] gh/manuelcandales/32/head -> origin/gh/manuelcandales/32/head 2025-03-21T20:17:57.7004494Z * [new branch] gh/manuelcandales/32/orig -> origin/gh/manuelcandales/32/orig 2025-03-21T20:17:57.7006079Z * [new branch] gh/manuelcandales/46/base -> origin/gh/manuelcandales/46/base 2025-03-21T20:17:57.7007202Z * [new branch] gh/manuelcandales/46/head -> origin/gh/manuelcandales/46/head 2025-03-21T20:17:57.7008271Z * [new branch] gh/manuelcandales/46/orig -> origin/gh/manuelcandales/46/orig 2025-03-21T20:17:57.7009772Z * [new branch] gh/manuelcandales/47/base -> origin/gh/manuelcandales/47/base 2025-03-21T20:17:57.7010752Z * [new branch] gh/manuelcandales/47/head -> origin/gh/manuelcandales/47/head 2025-03-21T20:17:57.7012083Z * [new branch] gh/manuelcandales/47/orig -> origin/gh/manuelcandales/47/orig 2025-03-21T20:17:57.7013439Z * [new branch] gh/manuelcandales/48/base -> origin/gh/manuelcandales/48/base 2025-03-21T20:17:57.7014519Z * [new branch] gh/manuelcandales/48/head -> origin/gh/manuelcandales/48/head 2025-03-21T20:17:57.7015739Z * [new branch] gh/manuelcandales/48/orig -> origin/gh/manuelcandales/48/orig 2025-03-21T20:17:57.7017664Z * [new branch] gh/manuelcandales/49/base -> origin/gh/manuelcandales/49/base 2025-03-21T20:17:57.7018702Z * [new branch] gh/manuelcandales/49/head -> origin/gh/manuelcandales/49/head 2025-03-21T20:17:57.7019767Z * [new branch] gh/manuelcandales/49/orig -> origin/gh/manuelcandales/49/orig 2025-03-21T20:17:57.7021204Z * [new branch] gh/manuelcandales/50/base -> origin/gh/manuelcandales/50/base 2025-03-21T20:17:57.7022442Z * [new branch] gh/manuelcandales/50/head -> origin/gh/manuelcandales/50/head 2025-03-21T20:17:57.7023507Z * [new branch] gh/manuelcandales/50/orig -> origin/gh/manuelcandales/50/orig 2025-03-21T20:17:57.7025383Z * [new branch] gh/manuelcandales/51/base -> origin/gh/manuelcandales/51/base 2025-03-21T20:17:57.7026452Z * [new branch] gh/manuelcandales/51/head -> origin/gh/manuelcandales/51/head 2025-03-21T20:17:57.7027520Z * [new branch] gh/manuelcandales/51/orig -> origin/gh/manuelcandales/51/orig 2025-03-21T20:17:57.7029057Z * [new branch] gh/manuelcandales/52/base -> origin/gh/manuelcandales/52/base 2025-03-21T20:17:57.7030094Z * [new branch] gh/manuelcandales/52/head -> origin/gh/manuelcandales/52/head 2025-03-21T20:17:57.7031127Z * [new branch] gh/manuelcandales/52/orig -> origin/gh/manuelcandales/52/orig 2025-03-21T20:17:57.7032643Z * [new branch] gh/manuelcandales/53/base -> origin/gh/manuelcandales/53/base 2025-03-21T20:17:57.7033590Z * [new branch] gh/manuelcandales/53/head -> origin/gh/manuelcandales/53/head 2025-03-21T20:17:57.7034677Z * [new branch] gh/manuelcandales/53/orig -> origin/gh/manuelcandales/53/orig 2025-03-21T20:17:57.7036302Z * [new branch] gh/manuelcandales/54/base -> origin/gh/manuelcandales/54/base 2025-03-21T20:17:57.7037302Z * [new branch] gh/manuelcandales/54/head -> origin/gh/manuelcandales/54/head 2025-03-21T20:17:57.7038431Z * [new branch] gh/manuelcandales/54/orig -> origin/gh/manuelcandales/54/orig 2025-03-21T20:17:57.7039872Z * [new branch] gh/manuelcandales/55/base -> origin/gh/manuelcandales/55/base 2025-03-21T20:17:57.7040952Z * [new branch] gh/manuelcandales/55/head -> origin/gh/manuelcandales/55/head 2025-03-21T20:17:57.7041984Z * [new branch] gh/manuelcandales/55/orig -> origin/gh/manuelcandales/55/orig 2025-03-21T20:17:57.7043712Z * [new branch] gh/manuelcandales/56/base -> origin/gh/manuelcandales/56/base 2025-03-21T20:17:57.7045082Z * [new branch] gh/manuelcandales/56/head -> origin/gh/manuelcandales/56/head 2025-03-21T20:17:57.7046642Z * [new branch] gh/manuelcandales/57/base -> origin/gh/manuelcandales/57/base 2025-03-21T20:17:57.7047466Z * [new branch] gh/manuelcandales/57/head -> origin/gh/manuelcandales/57/head 2025-03-21T20:17:57.7048902Z * [new branch] gh/manuelcandales/58/base -> origin/gh/manuelcandales/58/base 2025-03-21T20:17:57.7049945Z * [new branch] gh/manuelcandales/58/head -> origin/gh/manuelcandales/58/head 2025-03-21T20:17:57.7051429Z * [new branch] gh/manuelcandales/59/base -> origin/gh/manuelcandales/59/base 2025-03-21T20:17:57.7052445Z * [new branch] gh/manuelcandales/59/head -> origin/gh/manuelcandales/59/head 2025-03-21T20:17:57.7053924Z * [new branch] gh/manuelcandales/60/base -> origin/gh/manuelcandales/60/base 2025-03-21T20:17:57.7055154Z * [new branch] gh/manuelcandales/60/head -> origin/gh/manuelcandales/60/head 2025-03-21T20:17:57.7056562Z * [new branch] gh/manuelcandales/61/base -> origin/gh/manuelcandales/61/base 2025-03-21T20:17:57.7057560Z * [new branch] gh/manuelcandales/61/head -> origin/gh/manuelcandales/61/head 2025-03-21T20:17:57.7058986Z * [new branch] gh/manuelcandales/62/base -> origin/gh/manuelcandales/62/base 2025-03-21T20:17:57.7059945Z * [new branch] gh/manuelcandales/62/head -> origin/gh/manuelcandales/62/head 2025-03-21T20:17:57.7061371Z * [new branch] gh/manuelcandales/63/base -> origin/gh/manuelcandales/63/base 2025-03-21T20:17:57.7062466Z * [new branch] gh/manuelcandales/63/head -> origin/gh/manuelcandales/63/head 2025-03-21T20:17:57.7063897Z * [new branch] gh/manuelcandales/64/base -> origin/gh/manuelcandales/64/base 2025-03-21T20:17:57.7064909Z * [new branch] gh/manuelcandales/64/head -> origin/gh/manuelcandales/64/head 2025-03-21T20:17:57.7066449Z * [new branch] gh/manuelcandales/65/base -> origin/gh/manuelcandales/65/base 2025-03-21T20:17:57.7067456Z * [new branch] gh/manuelcandales/65/head -> origin/gh/manuelcandales/65/head 2025-03-21T20:17:57.7068914Z * [new branch] gh/manuelcandales/66/base -> origin/gh/manuelcandales/66/base 2025-03-21T20:17:57.7069849Z * [new branch] gh/manuelcandales/66/head -> origin/gh/manuelcandales/66/head 2025-03-21T20:17:57.7071286Z * [new branch] gh/manuelcandales/67/base -> origin/gh/manuelcandales/67/base 2025-03-21T20:17:57.7072306Z * [new branch] gh/manuelcandales/67/head -> origin/gh/manuelcandales/67/head 2025-03-21T20:17:57.7073926Z * [new branch] gh/manuelcandales/68/base -> origin/gh/manuelcandales/68/base 2025-03-21T20:17:57.7077396Z * [new branch] gh/manuelcandales/68/head -> origin/gh/manuelcandales/68/head 2025-03-21T20:17:57.7078804Z * [new branch] gh/manuelcandales/69/base -> origin/gh/manuelcandales/69/base 2025-03-21T20:17:57.7079764Z * [new branch] gh/manuelcandales/69/head -> origin/gh/manuelcandales/69/head 2025-03-21T20:17:57.7081272Z * [new branch] gh/manuelcandales/70/base -> origin/gh/manuelcandales/70/base 2025-03-21T20:17:57.7082162Z * [new branch] gh/manuelcandales/70/head -> origin/gh/manuelcandales/70/head 2025-03-21T20:17:57.7083620Z * [new branch] gh/manuelcandales/71/base -> origin/gh/manuelcandales/71/base 2025-03-21T20:17:57.7084564Z * [new branch] gh/manuelcandales/71/head -> origin/gh/manuelcandales/71/head 2025-03-21T20:17:57.7086012Z * [new branch] gh/manuelcandales/72/base -> origin/gh/manuelcandales/72/base 2025-03-21T20:17:57.7086946Z * [new branch] gh/manuelcandales/72/head -> origin/gh/manuelcandales/72/head 2025-03-21T20:17:57.7088423Z * [new branch] gh/manuelcandales/73/base -> origin/gh/manuelcandales/73/base 2025-03-21T20:17:57.7089384Z * [new branch] gh/manuelcandales/73/head -> origin/gh/manuelcandales/73/head 2025-03-21T20:17:57.7091357Z * [new branch] gh/manuelcandales/74/base -> origin/gh/manuelcandales/74/base 2025-03-21T20:17:57.7092525Z * [new branch] gh/manuelcandales/74/head -> origin/gh/manuelcandales/74/head 2025-03-21T20:17:57.7093734Z * [new branch] gh/manuelcandales/75/base -> origin/gh/manuelcandales/75/base 2025-03-21T20:17:57.7094714Z * [new branch] gh/manuelcandales/75/head -> origin/gh/manuelcandales/75/head 2025-03-21T20:17:57.7096533Z * [new branch] gh/manuelcandales/76/base -> origin/gh/manuelcandales/76/base 2025-03-21T20:17:57.7097650Z * [new branch] gh/manuelcandales/76/head -> origin/gh/manuelcandales/76/head 2025-03-21T20:17:57.7098990Z * [new branch] gh/manuelcandales/76/orig -> origin/gh/manuelcandales/76/orig 2025-03-21T20:17:57.7100505Z * [new branch] gh/manuelcandales/77/base -> origin/gh/manuelcandales/77/base 2025-03-21T20:17:57.7101715Z * [new branch] gh/manuelcandales/77/head -> origin/gh/manuelcandales/77/head 2025-03-21T20:17:57.7102788Z * [new branch] gh/manuelcandales/77/orig -> origin/gh/manuelcandales/77/orig 2025-03-21T20:17:57.7104337Z * [new branch] gh/manuelcandales/78/base -> origin/gh/manuelcandales/78/base 2025-03-21T20:17:57.7105491Z * [new branch] gh/manuelcandales/78/head -> origin/gh/manuelcandales/78/head 2025-03-21T20:17:57.7106599Z * [new branch] gh/manuelcandales/78/orig -> origin/gh/manuelcandales/78/orig 2025-03-21T20:17:57.7108174Z * [new branch] gh/manuelcandales/79/base -> origin/gh/manuelcandales/79/base 2025-03-21T20:17:57.7109185Z * [new branch] gh/manuelcandales/79/head -> origin/gh/manuelcandales/79/head 2025-03-21T20:17:57.7110283Z * [new branch] gh/manuelcandales/79/orig -> origin/gh/manuelcandales/79/orig 2025-03-21T20:17:57.7111790Z * [new branch] gh/manuelcandales/80/base -> origin/gh/manuelcandales/80/base 2025-03-21T20:17:57.7113073Z * [new branch] gh/manuelcandales/80/head -> origin/gh/manuelcandales/80/head 2025-03-21T20:17:57.7114116Z * [new branch] gh/manuelcandales/80/orig -> origin/gh/manuelcandales/80/orig 2025-03-21T20:17:57.7115720Z * [new branch] gh/manuelcandales/81/base -> origin/gh/manuelcandales/81/base 2025-03-21T20:17:57.7116817Z * [new branch] gh/manuelcandales/81/head -> origin/gh/manuelcandales/81/head 2025-03-21T20:17:57.7117904Z * [new branch] gh/manuelcandales/81/orig -> origin/gh/manuelcandales/81/orig 2025-03-21T20:17:57.7119500Z * [new branch] gh/manuelcandales/82/base -> origin/gh/manuelcandales/82/base 2025-03-21T20:17:57.7120760Z * [new branch] gh/manuelcandales/82/head -> origin/gh/manuelcandales/82/head 2025-03-21T20:17:57.7121821Z * [new branch] gh/manuelcandales/82/orig -> origin/gh/manuelcandales/82/orig 2025-03-21T20:17:57.7123386Z * [new branch] gh/manuelcandales/83/base -> origin/gh/manuelcandales/83/base 2025-03-21T20:17:57.7124637Z * [new branch] gh/manuelcandales/83/head -> origin/gh/manuelcandales/83/head 2025-03-21T20:17:57.7125922Z * [new branch] gh/manuelcandales/83/orig -> origin/gh/manuelcandales/83/orig 2025-03-21T20:17:57.7127310Z * [new branch] gh/manuelcandales/84/base -> origin/gh/manuelcandales/84/base 2025-03-21T20:17:57.7128277Z * [new branch] gh/manuelcandales/84/head -> origin/gh/manuelcandales/84/head 2025-03-21T20:17:57.7129328Z * [new branch] gh/manuelcandales/84/orig -> origin/gh/manuelcandales/84/orig 2025-03-21T20:17:57.7130734Z * [new branch] gh/manuelcandales/85/base -> origin/gh/manuelcandales/85/base 2025-03-21T20:17:57.7131699Z * [new branch] gh/manuelcandales/85/head -> origin/gh/manuelcandales/85/head 2025-03-21T20:17:57.7132697Z * [new branch] gh/manuelcandales/85/orig -> origin/gh/manuelcandales/85/orig 2025-03-21T20:17:57.7134383Z * [new branch] gh/manuelcandales/86/base -> origin/gh/manuelcandales/86/base 2025-03-21T20:17:57.7135415Z * [new branch] gh/manuelcandales/86/head -> origin/gh/manuelcandales/86/head 2025-03-21T20:17:57.7136692Z * [new branch] gh/manuelcandales/86/orig -> origin/gh/manuelcandales/86/orig 2025-03-21T20:17:57.7137860Z * [new branch] gh/manuelcandales/87/base -> origin/gh/manuelcandales/87/base 2025-03-21T20:17:57.7138782Z * [new branch] gh/manuelcandales/87/head -> origin/gh/manuelcandales/87/head 2025-03-21T20:17:57.7139807Z * [new branch] gh/manuelcandales/87/orig -> origin/gh/manuelcandales/87/orig 2025-03-21T20:17:57.7141126Z * [new branch] gh/manuelcandales/88/base -> origin/gh/manuelcandales/88/base 2025-03-21T20:17:57.7142035Z * [new branch] gh/manuelcandales/88/head -> origin/gh/manuelcandales/88/head 2025-03-21T20:17:57.7143030Z * [new branch] gh/manuelcandales/88/orig -> origin/gh/manuelcandales/88/orig 2025-03-21T20:17:57.7144399Z * [new branch] gh/manuelcandales/89/base -> origin/gh/manuelcandales/89/base 2025-03-21T20:17:57.7145332Z * [new branch] gh/manuelcandales/89/head -> origin/gh/manuelcandales/89/head 2025-03-21T20:17:57.7146429Z * [new branch] gh/manuelcandales/89/orig -> origin/gh/manuelcandales/89/orig 2025-03-21T20:17:57.7147753Z * [new branch] gh/manuelcandales/90/base -> origin/gh/manuelcandales/90/base 2025-03-21T20:17:57.7148635Z * [new branch] gh/manuelcandales/90/head -> origin/gh/manuelcandales/90/head 2025-03-21T20:17:57.7149620Z * [new branch] gh/manuelcandales/90/orig -> origin/gh/manuelcandales/90/orig 2025-03-21T20:17:57.7151510Z * [new branch] gh/manuelcandales/91/base -> origin/gh/manuelcandales/91/base 2025-03-21T20:17:57.7152404Z * [new branch] gh/manuelcandales/91/head -> origin/gh/manuelcandales/91/head 2025-03-21T20:17:57.7153473Z * [new branch] gh/manuelcandales/91/orig -> origin/gh/manuelcandales/91/orig 2025-03-21T20:17:57.7154849Z * [new branch] gh/manuelcandales/92/base -> origin/gh/manuelcandales/92/base 2025-03-21T20:17:57.7155745Z * [new branch] gh/manuelcandales/92/head -> origin/gh/manuelcandales/92/head 2025-03-21T20:17:57.7156628Z * [new branch] gh/manuelcandales/92/orig -> origin/gh/manuelcandales/92/orig 2025-03-21T20:17:57.7158003Z * [new branch] gh/manuelcandales/93/base -> origin/gh/manuelcandales/93/base 2025-03-21T20:17:57.7158899Z * [new branch] gh/manuelcandales/93/head -> origin/gh/manuelcandales/93/head 2025-03-21T20:17:57.7159880Z * [new branch] gh/manuelcandales/93/orig -> origin/gh/manuelcandales/93/orig 2025-03-21T20:17:57.7161207Z * [new branch] gh/manuelcandales/94/base -> origin/gh/manuelcandales/94/base 2025-03-21T20:17:57.7162141Z * [new branch] gh/manuelcandales/94/head -> origin/gh/manuelcandales/94/head 2025-03-21T20:17:57.7163161Z * [new branch] gh/manuelcandales/94/orig -> origin/gh/manuelcandales/94/orig 2025-03-21T20:17:57.7164784Z * [new branch] gh/manuelcandales/95/base -> origin/gh/manuelcandales/95/base 2025-03-21T20:17:57.7165632Z * [new branch] gh/manuelcandales/95/head -> origin/gh/manuelcandales/95/head 2025-03-21T20:17:57.7166584Z * [new branch] gh/manuelcandales/95/orig -> origin/gh/manuelcandales/95/orig 2025-03-21T20:17:57.7168158Z * [new branch] gh/manuelcandales/96/base -> origin/gh/manuelcandales/96/base 2025-03-21T20:17:57.7169426Z * [new branch] gh/manuelcandales/96/head -> origin/gh/manuelcandales/96/head 2025-03-21T20:17:57.7170654Z * [new branch] gh/manuelcandales/96/orig -> origin/gh/manuelcandales/96/orig 2025-03-21T20:17:57.7172216Z * [new branch] gh/manuelcandales/97/base -> origin/gh/manuelcandales/97/base 2025-03-21T20:17:57.7173102Z * [new branch] gh/manuelcandales/97/head -> origin/gh/manuelcandales/97/head 2025-03-21T20:17:57.7174583Z * [new branch] gh/manuelcandales/97/orig -> origin/gh/manuelcandales/97/orig 2025-03-21T20:17:57.7176505Z * [new branch] gh/manuelcandales/98/base -> origin/gh/manuelcandales/98/base 2025-03-21T20:17:57.7177157Z * [new branch] gh/manuelcandales/98/head -> origin/gh/manuelcandales/98/head 2025-03-21T20:17:57.7178440Z * [new branch] gh/manuelcandales/98/orig -> origin/gh/manuelcandales/98/orig 2025-03-21T20:17:57.7179939Z * [new branch] gh/manuelcandales/99/base -> origin/gh/manuelcandales/99/base 2025-03-21T20:17:57.7181168Z * [new branch] gh/manuelcandales/99/head -> origin/gh/manuelcandales/99/head 2025-03-21T20:17:57.7182139Z * [new branch] gh/manuelcandales/99/orig -> origin/gh/manuelcandales/99/orig 2025-03-21T20:17:57.7184062Z * [new branch] gh/mcr229/1/base -> origin/gh/mcr229/1/base 2025-03-21T20:17:57.7185072Z * [new branch] gh/mcr229/1/orig -> origin/gh/mcr229/1/orig 2025-03-21T20:17:57.7186783Z * [new branch] gh/mcr229/10/base -> origin/gh/mcr229/10/base 2025-03-21T20:17:57.7188192Z * [new branch] gh/mcr229/11/base -> origin/gh/mcr229/11/base 2025-03-21T20:17:57.7189417Z * [new branch] gh/mcr229/11/head -> origin/gh/mcr229/11/head 2025-03-21T20:17:57.7190325Z * [new branch] gh/mcr229/11/orig -> origin/gh/mcr229/11/orig 2025-03-21T20:17:57.7191940Z * [new branch] gh/mcr229/12/base -> origin/gh/mcr229/12/base 2025-03-21T20:17:57.7193350Z * [new branch] gh/mcr229/13/base -> origin/gh/mcr229/13/base 2025-03-21T20:17:57.7194878Z * [new branch] gh/mcr229/14/base -> origin/gh/mcr229/14/base 2025-03-21T20:17:57.7196239Z * [new branch] gh/mcr229/15/base -> origin/gh/mcr229/15/base 2025-03-21T20:17:57.7197773Z * [new branch] gh/mcr229/2/base -> origin/gh/mcr229/2/base 2025-03-21T20:17:57.7198692Z * [new branch] gh/mcr229/2/orig -> origin/gh/mcr229/2/orig 2025-03-21T20:17:57.7200418Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-03-21T20:17:57.7201377Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-03-21T20:17:57.7202966Z * [new branch] gh/mcr229/4/base -> origin/gh/mcr229/4/base 2025-03-21T20:17:57.7204137Z * [new branch] gh/mcr229/4/orig -> origin/gh/mcr229/4/orig 2025-03-21T20:17:57.7205653Z * [new branch] gh/mcr229/5/base -> origin/gh/mcr229/5/base 2025-03-21T20:17:57.7206618Z * [new branch] gh/mcr229/5/head -> origin/gh/mcr229/5/head 2025-03-21T20:17:57.7207762Z * [new branch] gh/mcr229/5/orig -> origin/gh/mcr229/5/orig 2025-03-21T20:17:57.7209368Z * [new branch] gh/mcr229/6/base -> origin/gh/mcr229/6/base 2025-03-21T20:17:57.7210229Z * [new branch] gh/mcr229/6/head -> origin/gh/mcr229/6/head 2025-03-21T20:17:57.7211514Z * [new branch] gh/mcr229/6/orig -> origin/gh/mcr229/6/orig 2025-03-21T20:17:57.7213558Z * [new branch] gh/mcr229/7/base -> origin/gh/mcr229/7/base 2025-03-21T20:17:57.7215121Z * [new branch] gh/mcr229/8/base -> origin/gh/mcr229/8/base 2025-03-21T20:17:57.7216254Z * [new branch] gh/mcr229/8/orig -> origin/gh/mcr229/8/orig 2025-03-21T20:17:57.7217828Z * [new branch] gh/mcr229/9/base -> origin/gh/mcr229/9/base 2025-03-21T20:17:57.7218846Z * [new branch] gh/mcr229/9/orig -> origin/gh/mcr229/9/orig 2025-03-21T20:17:57.7220838Z * [new branch] gh/nathanaelsee/1/base -> origin/gh/nathanaelsee/1/base 2025-03-21T20:17:57.7222356Z * [new branch] gh/nathanaelsee/2/base -> origin/gh/nathanaelsee/2/base 2025-03-21T20:17:57.7223808Z * [new branch] gh/nathanaelsee/3/base -> origin/gh/nathanaelsee/3/base 2025-03-21T20:17:57.7225388Z * [new branch] gh/nathanaelsee/4/base -> origin/gh/nathanaelsee/4/base 2025-03-21T20:17:57.7226647Z * [new branch] gh/nathanaelsee/4/orig -> origin/gh/nathanaelsee/4/orig 2025-03-21T20:17:57.7228223Z * [new branch] gh/swolchok/1/base -> origin/gh/swolchok/1/base 2025-03-21T20:17:57.7229395Z * [new branch] gh/swolchok/1/head -> origin/gh/swolchok/1/head 2025-03-21T20:17:57.7230354Z * [new branch] gh/swolchok/1/orig -> origin/gh/swolchok/1/orig 2025-03-21T20:17:57.7231907Z * [new branch] gh/swolchok/10/base -> origin/gh/swolchok/10/base 2025-03-21T20:17:57.7232950Z * [new branch] gh/swolchok/10/head -> origin/gh/swolchok/10/head 2025-03-21T20:17:57.7233948Z * [new branch] gh/swolchok/10/orig -> origin/gh/swolchok/10/orig 2025-03-21T20:17:57.7235646Z * [new branch] gh/swolchok/100/base -> origin/gh/swolchok/100/base 2025-03-21T20:17:57.7236564Z * [new branch] gh/swolchok/100/head -> origin/gh/swolchok/100/head 2025-03-21T20:17:57.7237756Z * [new branch] gh/swolchok/100/orig -> origin/gh/swolchok/100/orig 2025-03-21T20:17:57.7239125Z * [new branch] gh/swolchok/101/base -> origin/gh/swolchok/101/base 2025-03-21T20:17:57.7240121Z * [new branch] gh/swolchok/101/head -> origin/gh/swolchok/101/head 2025-03-21T20:17:57.7241498Z * [new branch] gh/swolchok/101/orig -> origin/gh/swolchok/101/orig 2025-03-21T20:17:57.7243481Z * [new branch] gh/swolchok/102/base -> origin/gh/swolchok/102/base 2025-03-21T20:17:57.7245100Z * [new branch] gh/swolchok/102/head -> origin/gh/swolchok/102/head 2025-03-21T20:17:57.7246722Z * [new branch] gh/swolchok/102/orig -> origin/gh/swolchok/102/orig 2025-03-21T20:17:57.7248905Z * [new branch] gh/swolchok/103/base -> origin/gh/swolchok/103/base 2025-03-21T20:17:57.7250498Z * [new branch] gh/swolchok/103/head -> origin/gh/swolchok/103/head 2025-03-21T20:17:57.7252563Z * [new branch] gh/swolchok/103/orig -> origin/gh/swolchok/103/orig 2025-03-21T20:17:57.7254884Z * [new branch] gh/swolchok/104/base -> origin/gh/swolchok/104/base 2025-03-21T20:17:57.7256722Z * [new branch] gh/swolchok/104/head -> origin/gh/swolchok/104/head 2025-03-21T20:17:57.7258439Z * [new branch] gh/swolchok/104/orig -> origin/gh/swolchok/104/orig 2025-03-21T20:17:57.7261111Z * [new branch] gh/swolchok/105/base -> origin/gh/swolchok/105/base 2025-03-21T20:17:57.7262635Z * [new branch] gh/swolchok/105/head -> origin/gh/swolchok/105/head 2025-03-21T20:17:57.7264408Z * [new branch] gh/swolchok/105/orig -> origin/gh/swolchok/105/orig 2025-03-21T20:17:57.7266782Z * [new branch] gh/swolchok/106/base -> origin/gh/swolchok/106/base 2025-03-21T20:17:57.7267631Z * [new branch] gh/swolchok/106/head -> origin/gh/swolchok/106/head 2025-03-21T20:17:57.7268798Z * [new branch] gh/swolchok/106/orig -> origin/gh/swolchok/106/orig 2025-03-21T20:17:57.7270233Z * [new branch] gh/swolchok/107/base -> origin/gh/swolchok/107/base 2025-03-21T20:17:57.7271216Z * [new branch] gh/swolchok/107/head -> origin/gh/swolchok/107/head 2025-03-21T20:17:57.7272232Z * [new branch] gh/swolchok/107/orig -> origin/gh/swolchok/107/orig 2025-03-21T20:17:57.7273849Z * [new branch] gh/swolchok/108/base -> origin/gh/swolchok/108/base 2025-03-21T20:17:57.7275090Z * [new branch] gh/swolchok/108/head -> origin/gh/swolchok/108/head 2025-03-21T20:17:57.7276074Z * [new branch] gh/swolchok/108/orig -> origin/gh/swolchok/108/orig 2025-03-21T20:17:57.7277812Z * [new branch] gh/swolchok/109/base -> origin/gh/swolchok/109/base 2025-03-21T20:17:57.7279355Z * [new branch] gh/swolchok/11/base -> origin/gh/swolchok/11/base 2025-03-21T20:17:57.7280322Z * [new branch] gh/swolchok/11/head -> origin/gh/swolchok/11/head 2025-03-21T20:17:57.7281639Z * [new branch] gh/swolchok/11/orig -> origin/gh/swolchok/11/orig 2025-03-21T20:17:57.7283030Z * [new branch] gh/swolchok/110/base -> origin/gh/swolchok/110/base 2025-03-21T20:17:57.7284098Z * [new branch] gh/swolchok/110/head -> origin/gh/swolchok/110/head 2025-03-21T20:17:57.7285716Z * [new branch] gh/swolchok/110/orig -> origin/gh/swolchok/110/orig 2025-03-21T20:17:57.7286753Z * [new branch] gh/swolchok/111/base -> origin/gh/swolchok/111/base 2025-03-21T20:17:57.7288269Z * [new branch] gh/swolchok/112/base -> origin/gh/swolchok/112/base 2025-03-21T20:17:57.7289668Z * [new branch] gh/swolchok/113/base -> origin/gh/swolchok/113/base 2025-03-21T20:17:57.7291833Z * [new branch] gh/swolchok/114/base -> origin/gh/swolchok/114/base 2025-03-21T20:17:57.7292814Z * [new branch] gh/swolchok/114/head -> origin/gh/swolchok/114/head 2025-03-21T20:17:57.7294059Z * [new branch] gh/swolchok/114/orig -> origin/gh/swolchok/114/orig 2025-03-21T20:17:57.7295648Z * [new branch] gh/swolchok/115/base -> origin/gh/swolchok/115/base 2025-03-21T20:17:57.7297281Z * [new branch] gh/swolchok/116/base -> origin/gh/swolchok/116/base 2025-03-21T20:17:57.7298850Z * [new branch] gh/swolchok/117/base -> origin/gh/swolchok/117/base 2025-03-21T20:17:57.7299873Z * [new branch] gh/swolchok/117/head -> origin/gh/swolchok/117/head 2025-03-21T20:17:57.7300878Z * [new branch] gh/swolchok/117/orig -> origin/gh/swolchok/117/orig 2025-03-21T20:17:57.7302483Z * [new branch] gh/swolchok/118/base -> origin/gh/swolchok/118/base 2025-03-21T20:17:57.7304017Z * [new branch] gh/swolchok/119/base -> origin/gh/swolchok/119/base 2025-03-21T20:17:57.7305478Z * [new branch] gh/swolchok/12/base -> origin/gh/swolchok/12/base 2025-03-21T20:17:57.7306511Z * [new branch] gh/swolchok/12/head -> origin/gh/swolchok/12/head 2025-03-21T20:17:57.7307494Z * [new branch] gh/swolchok/12/orig -> origin/gh/swolchok/12/orig 2025-03-21T20:17:57.7309144Z * [new branch] gh/swolchok/120/base -> origin/gh/swolchok/120/base 2025-03-21T20:17:57.7310507Z * [new branch] gh/swolchok/121/base -> origin/gh/swolchok/121/base 2025-03-21T20:17:57.7311548Z * [new branch] gh/swolchok/121/head -> origin/gh/swolchok/121/head 2025-03-21T20:17:57.7312487Z * [new branch] gh/swolchok/121/orig -> origin/gh/swolchok/121/orig 2025-03-21T20:17:57.7314144Z * [new branch] gh/swolchok/122/base -> origin/gh/swolchok/122/base 2025-03-21T20:17:57.7315005Z * [new branch] gh/swolchok/122/head -> origin/gh/swolchok/122/head 2025-03-21T20:17:57.7316041Z * [new branch] gh/swolchok/122/orig -> origin/gh/swolchok/122/orig 2025-03-21T20:17:57.7317769Z * [new branch] gh/swolchok/123/base -> origin/gh/swolchok/123/base 2025-03-21T20:17:57.7319169Z * [new branch] gh/swolchok/124/base -> origin/gh/swolchok/124/base 2025-03-21T20:17:57.7320561Z * [new branch] gh/swolchok/125/base -> origin/gh/swolchok/125/base 2025-03-21T20:17:57.7322061Z * [new branch] gh/swolchok/126/base -> origin/gh/swolchok/126/base 2025-03-21T20:17:57.7323407Z * [new branch] gh/swolchok/126/head -> origin/gh/swolchok/126/head 2025-03-21T20:17:57.7323968Z * [new branch] gh/swolchok/126/orig -> origin/gh/swolchok/126/orig 2025-03-21T20:17:57.7325731Z * [new branch] gh/swolchok/127/base -> origin/gh/swolchok/127/base 2025-03-21T20:17:57.7327345Z * [new branch] gh/swolchok/128/base -> origin/gh/swolchok/128/base 2025-03-21T20:17:57.7328766Z * [new branch] gh/swolchok/129/base -> origin/gh/swolchok/129/base 2025-03-21T20:17:57.7330541Z * [new branch] gh/swolchok/13/base -> origin/gh/swolchok/13/base 2025-03-21T20:17:57.7331466Z * [new branch] gh/swolchok/13/head -> origin/gh/swolchok/13/head 2025-03-21T20:17:57.7332472Z * [new branch] gh/swolchok/13/orig -> origin/gh/swolchok/13/orig 2025-03-21T20:17:57.7334079Z * [new branch] gh/swolchok/130/base -> origin/gh/swolchok/130/base 2025-03-21T20:17:57.7335599Z * [new branch] gh/swolchok/131/base -> origin/gh/swolchok/131/base 2025-03-21T20:17:57.7337268Z * [new branch] gh/swolchok/132/base -> origin/gh/swolchok/132/base 2025-03-21T20:17:57.7338653Z * [new branch] gh/swolchok/133/base -> origin/gh/swolchok/133/base 2025-03-21T20:17:57.7340041Z * [new branch] gh/swolchok/134/next -> origin/gh/swolchok/134/next 2025-03-21T20:17:57.7341050Z * [new branch] gh/swolchok/134/orig -> origin/gh/swolchok/134/orig 2025-03-21T20:17:57.7342444Z * [new branch] gh/swolchok/135/next -> origin/gh/swolchok/135/next 2025-03-21T20:17:57.7343539Z * [new branch] gh/swolchok/135/orig -> origin/gh/swolchok/135/orig 2025-03-21T20:17:57.7344961Z * [new branch] gh/swolchok/136/next -> origin/gh/swolchok/136/next 2025-03-21T20:17:57.7346097Z * [new branch] gh/swolchok/136/orig -> origin/gh/swolchok/136/orig 2025-03-21T20:17:57.7347579Z * [new branch] gh/swolchok/137/next -> origin/gh/swolchok/137/next 2025-03-21T20:17:57.7348639Z * [new branch] gh/swolchok/137/orig -> origin/gh/swolchok/137/orig 2025-03-21T20:17:57.7350058Z * [new branch] gh/swolchok/138/next -> origin/gh/swolchok/138/next 2025-03-21T20:17:57.7351058Z * [new branch] gh/swolchok/138/orig -> origin/gh/swolchok/138/orig 2025-03-21T20:17:57.7352573Z * [new branch] gh/swolchok/139/next -> origin/gh/swolchok/139/next 2025-03-21T20:17:57.7353571Z * [new branch] gh/swolchok/139/orig -> origin/gh/swolchok/139/orig 2025-03-21T20:17:57.7354937Z * [new branch] gh/swolchok/14/base -> origin/gh/swolchok/14/base 2025-03-21T20:17:57.7355955Z * [new branch] gh/swolchok/14/head -> origin/gh/swolchok/14/head 2025-03-21T20:17:57.7356998Z * [new branch] gh/swolchok/14/orig -> origin/gh/swolchok/14/orig 2025-03-21T20:17:57.7358659Z * [new branch] gh/swolchok/140/head -> origin/gh/swolchok/140/head 2025-03-21T20:17:57.7359448Z * [new branch] gh/swolchok/140/next -> origin/gh/swolchok/140/next 2025-03-21T20:17:57.7360661Z * [new branch] gh/swolchok/140/orig -> origin/gh/swolchok/140/orig 2025-03-21T20:17:57.7362051Z * [new branch] gh/swolchok/141/next -> origin/gh/swolchok/141/next 2025-03-21T20:17:57.7363054Z * [new branch] gh/swolchok/141/orig -> origin/gh/swolchok/141/orig 2025-03-21T20:17:57.7364426Z * [new branch] gh/swolchok/142/next -> origin/gh/swolchok/142/next 2025-03-21T20:17:57.7365466Z * [new branch] gh/swolchok/142/orig -> origin/gh/swolchok/142/orig 2025-03-21T20:17:57.7366829Z * [new branch] gh/swolchok/143/next -> origin/gh/swolchok/143/next 2025-03-21T20:17:57.7367924Z * [new branch] gh/swolchok/143/orig -> origin/gh/swolchok/143/orig 2025-03-21T20:17:57.7369320Z * [new branch] gh/swolchok/144/next -> origin/gh/swolchok/144/next 2025-03-21T20:17:57.7370318Z * [new branch] gh/swolchok/144/orig -> origin/gh/swolchok/144/orig 2025-03-21T20:17:57.7371687Z * [new branch] gh/swolchok/145/next -> origin/gh/swolchok/145/next 2025-03-21T20:17:57.7372737Z * [new branch] gh/swolchok/145/orig -> origin/gh/swolchok/145/orig 2025-03-21T20:17:57.7374363Z * [new branch] gh/swolchok/146/next -> origin/gh/swolchok/146/next 2025-03-21T20:17:57.7375580Z * [new branch] gh/swolchok/146/orig -> origin/gh/swolchok/146/orig 2025-03-21T20:17:57.7376817Z * [new branch] gh/swolchok/147/next -> origin/gh/swolchok/147/next 2025-03-21T20:17:57.7377786Z * [new branch] gh/swolchok/147/orig -> origin/gh/swolchok/147/orig 2025-03-21T20:17:57.7379172Z * [new branch] gh/swolchok/148/next -> origin/gh/swolchok/148/next 2025-03-21T20:17:57.7380139Z * [new branch] gh/swolchok/148/orig -> origin/gh/swolchok/148/orig 2025-03-21T20:17:57.7381596Z * [new branch] gh/swolchok/149/base -> origin/gh/swolchok/149/base 2025-03-21T20:17:57.7383056Z * [new branch] gh/swolchok/15/base -> origin/gh/swolchok/15/base 2025-03-21T20:17:57.7384071Z * [new branch] gh/swolchok/15/head -> origin/gh/swolchok/15/head 2025-03-21T20:17:57.7385154Z * [new branch] gh/swolchok/15/orig -> origin/gh/swolchok/15/orig 2025-03-21T20:17:57.7386716Z * [new branch] gh/swolchok/150/next -> origin/gh/swolchok/150/next 2025-03-21T20:17:57.7387777Z * [new branch] gh/swolchok/150/orig -> origin/gh/swolchok/150/orig 2025-03-21T20:17:57.7389137Z * [new branch] gh/swolchok/151/next -> origin/gh/swolchok/151/next 2025-03-21T20:17:57.7390122Z * [new branch] gh/swolchok/151/orig -> origin/gh/swolchok/151/orig 2025-03-21T20:17:57.7391527Z * [new branch] gh/swolchok/152/next -> origin/gh/swolchok/152/next 2025-03-21T20:17:57.7392589Z * [new branch] gh/swolchok/152/orig -> origin/gh/swolchok/152/orig 2025-03-21T20:17:57.7393939Z * [new branch] gh/swolchok/153/next -> origin/gh/swolchok/153/next 2025-03-21T20:17:57.7394842Z * [new branch] gh/swolchok/153/orig -> origin/gh/swolchok/153/orig 2025-03-21T20:17:57.7396163Z * [new branch] gh/swolchok/154/next -> origin/gh/swolchok/154/next 2025-03-21T20:17:57.7397115Z * [new branch] gh/swolchok/154/orig -> origin/gh/swolchok/154/orig 2025-03-21T20:17:57.7398529Z * [new branch] gh/swolchok/155/next -> origin/gh/swolchok/155/next 2025-03-21T20:17:57.7399439Z * [new branch] gh/swolchok/155/orig -> origin/gh/swolchok/155/orig 2025-03-21T20:17:57.7400793Z * [new branch] gh/swolchok/156/next -> origin/gh/swolchok/156/next 2025-03-21T20:17:57.7401759Z * [new branch] gh/swolchok/156/orig -> origin/gh/swolchok/156/orig 2025-03-21T20:17:57.7403154Z * [new branch] gh/swolchok/157/next -> origin/gh/swolchok/157/next 2025-03-21T20:17:57.7404033Z * [new branch] gh/swolchok/157/orig -> origin/gh/swolchok/157/orig 2025-03-21T20:17:57.7405542Z * [new branch] gh/swolchok/158/next -> origin/gh/swolchok/158/next 2025-03-21T20:17:57.7406524Z * [new branch] gh/swolchok/158/orig -> origin/gh/swolchok/158/orig 2025-03-21T20:17:57.7407865Z * [new branch] gh/swolchok/159/next -> origin/gh/swolchok/159/next 2025-03-21T20:17:57.7408850Z * [new branch] gh/swolchok/159/orig -> origin/gh/swolchok/159/orig 2025-03-21T20:17:57.7410308Z * [new branch] gh/swolchok/16/orig -> origin/gh/swolchok/16/orig 2025-03-21T20:17:57.7411642Z * [new branch] gh/swolchok/160/next -> origin/gh/swolchok/160/next 2025-03-21T20:17:57.7412651Z * [new branch] gh/swolchok/160/orig -> origin/gh/swolchok/160/orig 2025-03-21T20:17:57.7414081Z * [new branch] gh/swolchok/161/next -> origin/gh/swolchok/161/next 2025-03-21T20:17:57.7415102Z * [new branch] gh/swolchok/161/orig -> origin/gh/swolchok/161/orig 2025-03-21T20:17:57.7416540Z * [new branch] gh/swolchok/162/next -> origin/gh/swolchok/162/next 2025-03-21T20:17:57.7417557Z * [new branch] gh/swolchok/162/orig -> origin/gh/swolchok/162/orig 2025-03-21T20:17:57.7419044Z * [new branch] gh/swolchok/163/next -> origin/gh/swolchok/163/next 2025-03-21T20:17:57.7420090Z * [new branch] gh/swolchok/163/orig -> origin/gh/swolchok/163/orig 2025-03-21T20:17:57.7421369Z * [new branch] gh/swolchok/164/next -> origin/gh/swolchok/164/next 2025-03-21T20:17:57.7422366Z * [new branch] gh/swolchok/164/orig -> origin/gh/swolchok/164/orig 2025-03-21T20:17:57.7423738Z * [new branch] gh/swolchok/165/next -> origin/gh/swolchok/165/next 2025-03-21T20:17:57.7424727Z * [new branch] gh/swolchok/165/orig -> origin/gh/swolchok/165/orig 2025-03-21T20:17:57.7426175Z * [new branch] gh/swolchok/166/next -> origin/gh/swolchok/166/next 2025-03-21T20:17:57.7427100Z * [new branch] gh/swolchok/166/orig -> origin/gh/swolchok/166/orig 2025-03-21T20:17:57.7428545Z * [new branch] gh/swolchok/167/next -> origin/gh/swolchok/167/next 2025-03-21T20:17:57.7429468Z * [new branch] gh/swolchok/167/orig -> origin/gh/swolchok/167/orig 2025-03-21T20:17:57.7430874Z * [new branch] gh/swolchok/168/next -> origin/gh/swolchok/168/next 2025-03-21T20:17:57.7431813Z * [new branch] gh/swolchok/168/orig -> origin/gh/swolchok/168/orig 2025-03-21T20:17:57.7433130Z * [new branch] gh/swolchok/169/next -> origin/gh/swolchok/169/next 2025-03-21T20:17:57.7434182Z * [new branch] gh/swolchok/169/orig -> origin/gh/swolchok/169/orig 2025-03-21T20:17:57.7435591Z * [new branch] gh/swolchok/17/orig -> origin/gh/swolchok/17/orig 2025-03-21T20:17:57.7436958Z * [new branch] gh/swolchok/170/next -> origin/gh/swolchok/170/next 2025-03-21T20:17:57.7437894Z * [new branch] gh/swolchok/170/orig -> origin/gh/swolchok/170/orig 2025-03-21T20:17:57.7439247Z * [new branch] gh/swolchok/171/next -> origin/gh/swolchok/171/next 2025-03-21T20:17:57.7440359Z * [new branch] gh/swolchok/171/orig -> origin/gh/swolchok/171/orig 2025-03-21T20:17:57.7442317Z * [new branch] gh/swolchok/172/next -> origin/gh/swolchok/172/next 2025-03-21T20:17:57.7443867Z * [new branch] gh/swolchok/172/orig -> origin/gh/swolchok/172/orig 2025-03-21T20:17:57.7445711Z * [new branch] gh/swolchok/173/head -> origin/gh/swolchok/173/head 2025-03-21T20:17:57.7446378Z * [new branch] gh/swolchok/173/next -> origin/gh/swolchok/173/next 2025-03-21T20:17:57.7447500Z * [new branch] gh/swolchok/173/orig -> origin/gh/swolchok/173/orig 2025-03-21T20:17:57.7448935Z * [new branch] gh/swolchok/174/next -> origin/gh/swolchok/174/next 2025-03-21T20:17:57.7449891Z * [new branch] gh/swolchok/174/orig -> origin/gh/swolchok/174/orig 2025-03-21T20:17:57.7451314Z * [new branch] gh/swolchok/175/next -> origin/gh/swolchok/175/next 2025-03-21T20:17:57.7452253Z * [new branch] gh/swolchok/175/orig -> origin/gh/swolchok/175/orig 2025-03-21T20:17:57.7453552Z * [new branch] gh/swolchok/176/next -> origin/gh/swolchok/176/next 2025-03-21T20:17:57.7454503Z * [new branch] gh/swolchok/176/orig -> origin/gh/swolchok/176/orig 2025-03-21T20:17:57.7455820Z * [new branch] gh/swolchok/177/next -> origin/gh/swolchok/177/next 2025-03-21T20:17:57.7456827Z * [new branch] gh/swolchok/177/orig -> origin/gh/swolchok/177/orig 2025-03-21T20:17:57.7458209Z * [new branch] gh/swolchok/178/next -> origin/gh/swolchok/178/next 2025-03-21T20:17:57.7459262Z * [new branch] gh/swolchok/178/orig -> origin/gh/swolchok/178/orig 2025-03-21T20:17:57.7460781Z * [new branch] gh/swolchok/179/head -> origin/gh/swolchok/179/head 2025-03-21T20:17:57.7462118Z * [new branch] gh/swolchok/179/next -> origin/gh/swolchok/179/next 2025-03-21T20:17:57.7462576Z * [new branch] gh/swolchok/179/orig -> origin/gh/swolchok/179/orig 2025-03-21T20:17:57.7464176Z * [new branch] gh/swolchok/18/orig -> origin/gh/swolchok/18/orig 2025-03-21T20:17:57.7465520Z * [new branch] gh/swolchok/180/next -> origin/gh/swolchok/180/next 2025-03-21T20:17:57.7466608Z * [new branch] gh/swolchok/180/orig -> origin/gh/swolchok/180/orig 2025-03-21T20:17:57.7467951Z * [new branch] gh/swolchok/181/next -> origin/gh/swolchok/181/next 2025-03-21T20:17:57.7468918Z * [new branch] gh/swolchok/181/orig -> origin/gh/swolchok/181/orig 2025-03-21T20:17:57.7470390Z * [new branch] gh/swolchok/182/next -> origin/gh/swolchok/182/next 2025-03-21T20:17:57.7471430Z * [new branch] gh/swolchok/182/orig -> origin/gh/swolchok/182/orig 2025-03-21T20:17:57.7472781Z * [new branch] gh/swolchok/183/next -> origin/gh/swolchok/183/next 2025-03-21T20:17:57.7473882Z * [new branch] gh/swolchok/183/orig -> origin/gh/swolchok/183/orig 2025-03-21T20:17:57.7475728Z * [new branch] gh/swolchok/184/next -> origin/gh/swolchok/184/next 2025-03-21T20:17:57.7476898Z * [new branch] gh/swolchok/184/orig -> origin/gh/swolchok/184/orig 2025-03-21T20:17:57.7478483Z * [new branch] gh/swolchok/185/next -> origin/gh/swolchok/185/next 2025-03-21T20:17:57.7479515Z * [new branch] gh/swolchok/185/orig -> origin/gh/swolchok/185/orig 2025-03-21T20:17:57.7480874Z * [new branch] gh/swolchok/186/next -> origin/gh/swolchok/186/next 2025-03-21T20:17:57.7481751Z * [new branch] gh/swolchok/186/orig -> origin/gh/swolchok/186/orig 2025-03-21T20:17:57.7483164Z * [new branch] gh/swolchok/187/next -> origin/gh/swolchok/187/next 2025-03-21T20:17:57.7484162Z * [new branch] gh/swolchok/187/orig -> origin/gh/swolchok/187/orig 2025-03-21T20:17:57.7485551Z * [new branch] gh/swolchok/188/next -> origin/gh/swolchok/188/next 2025-03-21T20:17:57.7486675Z * [new branch] gh/swolchok/188/orig -> origin/gh/swolchok/188/orig 2025-03-21T20:17:57.7488028Z * [new branch] gh/swolchok/189/next -> origin/gh/swolchok/189/next 2025-03-21T20:17:57.7489024Z * [new branch] gh/swolchok/189/orig -> origin/gh/swolchok/189/orig 2025-03-21T20:17:57.7490461Z * [new branch] gh/swolchok/19/orig -> origin/gh/swolchok/19/orig 2025-03-21T20:17:57.7491696Z * [new branch] gh/swolchok/190/next -> origin/gh/swolchok/190/next 2025-03-21T20:17:57.7492606Z * [new branch] gh/swolchok/190/orig -> origin/gh/swolchok/190/orig 2025-03-21T20:17:57.7494390Z * [new branch] gh/swolchok/191/next -> origin/gh/swolchok/191/next 2025-03-21T20:17:57.7495434Z * [new branch] gh/swolchok/191/orig -> origin/gh/swolchok/191/orig 2025-03-21T20:17:57.7496797Z * [new branch] gh/swolchok/192/next -> origin/gh/swolchok/192/next 2025-03-21T20:17:57.7497719Z * [new branch] gh/swolchok/192/orig -> origin/gh/swolchok/192/orig 2025-03-21T20:17:57.7499053Z * [new branch] gh/swolchok/193/next -> origin/gh/swolchok/193/next 2025-03-21T20:17:57.7500046Z * [new branch] gh/swolchok/193/orig -> origin/gh/swolchok/193/orig 2025-03-21T20:17:57.7501378Z * [new branch] gh/swolchok/194/next -> origin/gh/swolchok/194/next 2025-03-21T20:17:57.7502391Z * [new branch] gh/swolchok/194/orig -> origin/gh/swolchok/194/orig 2025-03-21T20:17:57.7503847Z * [new branch] gh/swolchok/195/next -> origin/gh/swolchok/195/next 2025-03-21T20:17:57.7504927Z * [new branch] gh/swolchok/195/orig -> origin/gh/swolchok/195/orig 2025-03-21T20:17:57.7506441Z * [new branch] gh/swolchok/196/next -> origin/gh/swolchok/196/next 2025-03-21T20:17:57.7507369Z * [new branch] gh/swolchok/196/orig -> origin/gh/swolchok/196/orig 2025-03-21T20:17:57.7508864Z * [new branch] gh/swolchok/197/next -> origin/gh/swolchok/197/next 2025-03-21T20:17:57.7509663Z * [new branch] gh/swolchok/197/orig -> origin/gh/swolchok/197/orig 2025-03-21T20:17:57.7511208Z * [new branch] gh/swolchok/198/next -> origin/gh/swolchok/198/next 2025-03-21T20:17:57.7512164Z * [new branch] gh/swolchok/198/orig -> origin/gh/swolchok/198/orig 2025-03-21T20:17:57.7513543Z * [new branch] gh/swolchok/199/next -> origin/gh/swolchok/199/next 2025-03-21T20:17:57.7514565Z * [new branch] gh/swolchok/199/orig -> origin/gh/swolchok/199/orig 2025-03-21T20:17:57.7515830Z * [new branch] gh/swolchok/2/base -> origin/gh/swolchok/2/base 2025-03-21T20:17:57.7516856Z * [new branch] gh/swolchok/2/head -> origin/gh/swolchok/2/head 2025-03-21T20:17:57.7517843Z * [new branch] gh/swolchok/2/orig -> origin/gh/swolchok/2/orig 2025-03-21T20:17:57.7519353Z * [new branch] gh/swolchok/20/base -> origin/gh/swolchok/20/base 2025-03-21T20:17:57.7520480Z * [new branch] gh/swolchok/20/orig -> origin/gh/swolchok/20/orig 2025-03-21T20:17:57.7521963Z * [new branch] gh/swolchok/200/base -> origin/gh/swolchok/200/base 2025-03-21T20:17:57.7523012Z * [new branch] gh/swolchok/200/head -> origin/gh/swolchok/200/head 2025-03-21T20:17:57.7524490Z * [new branch] gh/swolchok/201/base -> origin/gh/swolchok/201/base 2025-03-21T20:17:57.7525868Z * [new branch] gh/swolchok/202/next -> origin/gh/swolchok/202/next 2025-03-21T20:17:57.7526889Z * [new branch] gh/swolchok/202/orig -> origin/gh/swolchok/202/orig 2025-03-21T20:17:57.7528358Z * [new branch] gh/swolchok/203/next -> origin/gh/swolchok/203/next 2025-03-21T20:17:57.7529339Z * [new branch] gh/swolchok/203/orig -> origin/gh/swolchok/203/orig 2025-03-21T20:17:57.7530734Z * [new branch] gh/swolchok/204/next -> origin/gh/swolchok/204/next 2025-03-21T20:17:57.7531792Z * [new branch] gh/swolchok/204/orig -> origin/gh/swolchok/204/orig 2025-03-21T20:17:57.7533173Z * [new branch] gh/swolchok/205/next -> origin/gh/swolchok/205/next 2025-03-21T20:17:57.7534182Z * [new branch] gh/swolchok/205/orig -> origin/gh/swolchok/205/orig 2025-03-21T20:17:57.7535654Z * [new branch] gh/swolchok/206/next -> origin/gh/swolchok/206/next 2025-03-21T20:17:57.7536650Z * [new branch] gh/swolchok/206/orig -> origin/gh/swolchok/206/orig 2025-03-21T20:17:57.7538103Z * [new branch] gh/swolchok/207/next -> origin/gh/swolchok/207/next 2025-03-21T20:17:57.7539034Z * [new branch] gh/swolchok/207/orig -> origin/gh/swolchok/207/orig 2025-03-21T20:17:57.7540516Z * [new branch] gh/swolchok/208/next -> origin/gh/swolchok/208/next 2025-03-21T20:17:57.7541516Z * [new branch] gh/swolchok/208/orig -> origin/gh/swolchok/208/orig 2025-03-21T20:17:57.7542872Z * [new branch] gh/swolchok/209/next -> origin/gh/swolchok/209/next 2025-03-21T20:17:57.7543877Z * [new branch] gh/swolchok/209/orig -> origin/gh/swolchok/209/orig 2025-03-21T20:17:57.7546215Z * [new branch] gh/swolchok/21/base -> origin/gh/swolchok/21/base 2025-03-21T20:17:57.7547263Z * [new branch] gh/swolchok/21/orig -> origin/gh/swolchok/21/orig 2025-03-21T20:17:57.7548738Z * [new branch] gh/swolchok/210/next -> origin/gh/swolchok/210/next 2025-03-21T20:17:57.7549786Z * [new branch] gh/swolchok/210/orig -> origin/gh/swolchok/210/orig 2025-03-21T20:17:57.7551185Z * [new branch] gh/swolchok/211/next -> origin/gh/swolchok/211/next 2025-03-21T20:17:57.7552157Z * [new branch] gh/swolchok/211/orig -> origin/gh/swolchok/211/orig 2025-03-21T20:17:57.7553666Z * [new branch] gh/swolchok/212/next -> origin/gh/swolchok/212/next 2025-03-21T20:17:57.7554447Z * [new branch] gh/swolchok/212/orig -> origin/gh/swolchok/212/orig 2025-03-21T20:17:57.7555913Z * [new branch] gh/swolchok/213/next -> origin/gh/swolchok/213/next 2025-03-21T20:17:57.7556916Z * [new branch] gh/swolchok/213/orig -> origin/gh/swolchok/213/orig 2025-03-21T20:17:57.7558310Z * [new branch] gh/swolchok/214/head -> origin/gh/swolchok/214/head 2025-03-21T20:17:57.7559095Z * [new branch] gh/swolchok/214/next -> origin/gh/swolchok/214/next 2025-03-21T20:17:57.7560311Z * [new branch] gh/swolchok/214/orig -> origin/gh/swolchok/214/orig 2025-03-21T20:17:57.7561667Z * [new branch] gh/swolchok/215/next -> origin/gh/swolchok/215/next 2025-03-21T20:17:57.7562740Z * [new branch] gh/swolchok/215/orig -> origin/gh/swolchok/215/orig 2025-03-21T20:17:57.7564188Z * [new branch] gh/swolchok/216/base -> origin/gh/swolchok/216/base 2025-03-21T20:17:57.7565666Z * [new branch] gh/swolchok/217/base -> origin/gh/swolchok/217/base 2025-03-21T20:17:57.7567152Z * [new branch] gh/swolchok/218/base -> origin/gh/swolchok/218/base 2025-03-21T20:17:57.7568174Z * [new branch] gh/swolchok/218/head -> origin/gh/swolchok/218/head 2025-03-21T20:17:57.7569610Z * [new branch] gh/swolchok/219/base -> origin/gh/swolchok/219/base 2025-03-21T20:17:57.7571094Z * [new branch] gh/swolchok/22/base -> origin/gh/swolchok/22/base 2025-03-21T20:17:57.7572208Z * [new branch] gh/swolchok/22/orig -> origin/gh/swolchok/22/orig 2025-03-21T20:17:57.7573466Z * [new branch] gh/swolchok/220/base -> origin/gh/swolchok/220/base 2025-03-21T20:17:57.7574833Z * [new branch] gh/swolchok/220/head -> origin/gh/swolchok/220/head 2025-03-21T20:17:57.7576079Z * [new branch] gh/swolchok/221/base -> origin/gh/swolchok/221/base 2025-03-21T20:17:57.7577005Z * [new branch] gh/swolchok/221/head -> origin/gh/swolchok/221/head 2025-03-21T20:17:57.7578468Z * [new branch] gh/swolchok/222/base -> origin/gh/swolchok/222/base 2025-03-21T20:17:57.7579862Z * [new branch] gh/swolchok/223/next -> origin/gh/swolchok/223/next 2025-03-21T20:17:57.7580845Z * [new branch] gh/swolchok/223/orig -> origin/gh/swolchok/223/orig 2025-03-21T20:17:57.7582372Z * [new branch] gh/swolchok/224/base -> origin/gh/swolchok/224/base 2025-03-21T20:17:57.7583390Z * [new branch] gh/swolchok/224/head -> origin/gh/swolchok/224/head 2025-03-21T20:17:57.7584778Z * [new branch] gh/swolchok/225/next -> origin/gh/swolchok/225/next 2025-03-21T20:17:57.7586025Z * [new branch] gh/swolchok/225/orig -> origin/gh/swolchok/225/orig 2025-03-21T20:17:57.7587234Z * [new branch] gh/swolchok/226/base -> origin/gh/swolchok/226/base 2025-03-21T20:17:57.7588176Z * [new branch] gh/swolchok/226/head -> origin/gh/swolchok/226/head 2025-03-21T20:17:57.7589430Z * [new branch] gh/swolchok/227/base -> origin/gh/swolchok/227/base 2025-03-21T20:17:57.7590332Z * [new branch] gh/swolchok/227/head -> origin/gh/swolchok/227/head 2025-03-21T20:17:57.7591869Z * [new branch] gh/swolchok/228/base -> origin/gh/swolchok/228/base 2025-03-21T20:17:57.7593226Z * [new branch] gh/swolchok/229/head -> origin/gh/swolchok/229/head 2025-03-21T20:17:57.7594108Z * [new branch] gh/swolchok/229/next -> origin/gh/swolchok/229/next 2025-03-21T20:17:57.7595244Z * [new branch] gh/swolchok/229/orig -> origin/gh/swolchok/229/orig 2025-03-21T20:17:57.7596758Z * [new branch] gh/swolchok/23/base -> origin/gh/swolchok/23/base 2025-03-21T20:17:57.7597886Z * [new branch] gh/swolchok/23/orig -> origin/gh/swolchok/23/orig 2025-03-21T20:17:57.7599405Z * [new branch] gh/swolchok/230/head -> origin/gh/swolchok/230/head 2025-03-21T20:17:57.7600068Z * [new branch] gh/swolchok/230/next -> origin/gh/swolchok/230/next 2025-03-21T20:17:57.7601183Z * [new branch] gh/swolchok/230/orig -> origin/gh/swolchok/230/orig 2025-03-21T20:17:57.7602545Z * [new branch] gh/swolchok/231/head -> origin/gh/swolchok/231/head 2025-03-21T20:17:57.7603341Z * [new branch] gh/swolchok/231/next -> origin/gh/swolchok/231/next 2025-03-21T20:17:57.7604423Z * [new branch] gh/swolchok/231/orig -> origin/gh/swolchok/231/orig 2025-03-21T20:17:57.7605858Z * [new branch] gh/swolchok/232/next -> origin/gh/swolchok/232/next 2025-03-21T20:17:57.7606856Z * [new branch] gh/swolchok/232/orig -> origin/gh/swolchok/232/orig 2025-03-21T20:17:57.7608255Z * [new branch] gh/swolchok/233/next -> origin/gh/swolchok/233/next 2025-03-21T20:17:57.7609265Z * [new branch] gh/swolchok/233/orig -> origin/gh/swolchok/233/orig 2025-03-21T20:17:57.7610633Z * [new branch] gh/swolchok/234/next -> origin/gh/swolchok/234/next 2025-03-21T20:17:57.7611620Z * [new branch] gh/swolchok/234/orig -> origin/gh/swolchok/234/orig 2025-03-21T20:17:57.7613000Z * [new branch] gh/swolchok/235/next -> origin/gh/swolchok/235/next 2025-03-21T20:17:57.7614020Z * [new branch] gh/swolchok/235/orig -> origin/gh/swolchok/235/orig 2025-03-21T20:17:57.7615418Z * [new branch] gh/swolchok/236/next -> origin/gh/swolchok/236/next 2025-03-21T20:17:57.7616424Z * [new branch] gh/swolchok/236/orig -> origin/gh/swolchok/236/orig 2025-03-21T20:17:57.7617782Z * [new branch] gh/swolchok/237/next -> origin/gh/swolchok/237/next 2025-03-21T20:17:57.7618778Z * [new branch] gh/swolchok/237/orig -> origin/gh/swolchok/237/orig 2025-03-21T20:17:57.7620169Z * [new branch] gh/swolchok/238/head -> origin/gh/swolchok/238/head 2025-03-21T20:17:57.7620957Z * [new branch] gh/swolchok/238/next -> origin/gh/swolchok/238/next 2025-03-21T20:17:57.7622056Z * [new branch] gh/swolchok/238/orig -> origin/gh/swolchok/238/orig 2025-03-21T20:17:57.7623475Z * [new branch] gh/swolchok/239/head -> origin/gh/swolchok/239/head 2025-03-21T20:17:57.7624369Z * [new branch] gh/swolchok/239/next -> origin/gh/swolchok/239/next 2025-03-21T20:17:57.7625427Z * [new branch] gh/swolchok/239/orig -> origin/gh/swolchok/239/orig 2025-03-21T20:17:57.7626919Z * [new branch] gh/swolchok/24/base -> origin/gh/swolchok/24/base 2025-03-21T20:17:57.7627876Z * [new branch] gh/swolchok/24/orig -> origin/gh/swolchok/24/orig 2025-03-21T20:17:57.7629401Z * [new branch] gh/swolchok/240/head -> origin/gh/swolchok/240/head 2025-03-21T20:17:57.7630304Z * [new branch] gh/swolchok/240/next -> origin/gh/swolchok/240/next 2025-03-21T20:17:57.7631328Z * [new branch] gh/swolchok/240/orig -> origin/gh/swolchok/240/orig 2025-03-21T20:17:57.7632683Z * [new branch] gh/swolchok/241/next -> origin/gh/swolchok/241/next 2025-03-21T20:17:57.7633705Z * [new branch] gh/swolchok/241/orig -> origin/gh/swolchok/241/orig 2025-03-21T20:17:57.7635055Z * [new branch] gh/swolchok/242/next -> origin/gh/swolchok/242/next 2025-03-21T20:17:57.7636045Z * [new branch] gh/swolchok/242/orig -> origin/gh/swolchok/242/orig 2025-03-21T20:17:57.7637413Z * [new branch] gh/swolchok/243/next -> origin/gh/swolchok/243/next 2025-03-21T20:17:57.7638493Z * [new branch] gh/swolchok/243/orig -> origin/gh/swolchok/243/orig 2025-03-21T20:17:57.7639889Z * [new branch] gh/swolchok/244/head -> origin/gh/swolchok/244/head 2025-03-21T20:17:57.7640766Z * [new branch] gh/swolchok/244/next -> origin/gh/swolchok/244/next 2025-03-21T20:17:57.7642054Z * [new branch] gh/swolchok/245/next -> origin/gh/swolchok/245/next 2025-03-21T20:17:57.7643078Z * [new branch] gh/swolchok/245/orig -> origin/gh/swolchok/245/orig 2025-03-21T20:17:57.7644529Z * [new branch] gh/swolchok/246/next -> origin/gh/swolchok/246/next 2025-03-21T20:17:57.7645527Z * [new branch] gh/swolchok/246/orig -> origin/gh/swolchok/246/orig 2025-03-21T20:17:57.7646794Z * [new branch] gh/swolchok/247/base -> origin/gh/swolchok/247/base 2025-03-21T20:17:57.7647824Z * [new branch] gh/swolchok/247/head -> origin/gh/swolchok/247/head 2025-03-21T20:17:57.7648854Z * [new branch] gh/swolchok/247/orig -> origin/gh/swolchok/247/orig 2025-03-21T20:17:57.7650292Z * [new branch] gh/swolchok/248/base -> origin/gh/swolchok/248/base 2025-03-21T20:17:57.7651689Z * [new branch] gh/swolchok/249/next -> origin/gh/swolchok/249/next 2025-03-21T20:17:57.7653170Z * [new branch] gh/swolchok/249/orig -> origin/gh/swolchok/249/orig 2025-03-21T20:17:57.7654592Z * [new branch] gh/swolchok/25/base -> origin/gh/swolchok/25/base 2025-03-21T20:17:57.7655638Z * [new branch] gh/swolchok/25/orig -> origin/gh/swolchok/25/orig 2025-03-21T20:17:57.7657047Z * [new branch] gh/swolchok/250/next -> origin/gh/swolchok/250/next 2025-03-21T20:17:57.7658056Z * [new branch] gh/swolchok/250/orig -> origin/gh/swolchok/250/orig 2025-03-21T20:17:57.7659464Z * [new branch] gh/swolchok/251/next -> origin/gh/swolchok/251/next 2025-03-21T20:17:57.7660436Z * [new branch] gh/swolchok/251/orig -> origin/gh/swolchok/251/orig 2025-03-21T20:17:57.7661907Z * [new branch] gh/swolchok/252/base -> origin/gh/swolchok/252/base 2025-03-21T20:17:57.7663004Z * [new branch] gh/swolchok/252/head -> origin/gh/swolchok/252/head 2025-03-21T20:17:57.7664021Z * [new branch] gh/swolchok/252/orig -> origin/gh/swolchok/252/orig 2025-03-21T20:17:57.7665427Z * [new branch] gh/swolchok/253/head -> origin/gh/swolchok/253/head 2025-03-21T20:17:57.7666424Z * [new branch] gh/swolchok/253/next -> origin/gh/swolchok/253/next 2025-03-21T20:17:57.7667398Z * [new branch] gh/swolchok/253/orig -> origin/gh/swolchok/253/orig 2025-03-21T20:17:57.7668781Z * [new branch] gh/swolchok/254/head -> origin/gh/swolchok/254/head 2025-03-21T20:17:57.7669540Z * [new branch] gh/swolchok/254/next -> origin/gh/swolchok/254/next 2025-03-21T20:17:57.7670709Z * [new branch] gh/swolchok/254/orig -> origin/gh/swolchok/254/orig 2025-03-21T20:17:57.7672078Z * [new branch] gh/swolchok/255/next -> origin/gh/swolchok/255/next 2025-03-21T20:17:57.7673114Z * [new branch] gh/swolchok/255/orig -> origin/gh/swolchok/255/orig 2025-03-21T20:17:57.7674702Z * [new branch] gh/swolchok/256/next -> origin/gh/swolchok/256/next 2025-03-21T20:17:57.7675734Z * [new branch] gh/swolchok/256/orig -> origin/gh/swolchok/256/orig 2025-03-21T20:17:57.7677186Z * [new branch] gh/swolchok/257/next -> origin/gh/swolchok/257/next 2025-03-21T20:17:57.7678132Z * [new branch] gh/swolchok/257/orig -> origin/gh/swolchok/257/orig 2025-03-21T20:17:57.7679636Z * [new branch] gh/swolchok/258/base -> origin/gh/swolchok/258/base 2025-03-21T20:17:57.7681106Z * [new branch] gh/swolchok/259/next -> origin/gh/swolchok/259/next 2025-03-21T20:17:57.7682087Z * [new branch] gh/swolchok/259/orig -> origin/gh/swolchok/259/orig 2025-03-21T20:17:57.7683412Z * [new branch] gh/swolchok/26/base -> origin/gh/swolchok/26/base 2025-03-21T20:17:57.7684504Z * [new branch] gh/swolchok/26/orig -> origin/gh/swolchok/26/orig 2025-03-21T20:17:57.7685779Z * [new branch] gh/swolchok/260/next -> origin/gh/swolchok/260/next 2025-03-21T20:17:57.7686800Z * [new branch] gh/swolchok/260/orig -> origin/gh/swolchok/260/orig 2025-03-21T20:17:57.7688131Z * [new branch] gh/swolchok/261/next -> origin/gh/swolchok/261/next 2025-03-21T20:17:57.7689158Z * [new branch] gh/swolchok/261/orig -> origin/gh/swolchok/261/orig 2025-03-21T20:17:57.7690612Z * [new branch] gh/swolchok/262/next -> origin/gh/swolchok/262/next 2025-03-21T20:17:57.7691561Z * [new branch] gh/swolchok/262/orig -> origin/gh/swolchok/262/orig 2025-03-21T20:17:57.7692918Z * [new branch] gh/swolchok/263/next -> origin/gh/swolchok/263/next 2025-03-21T20:17:57.7693975Z * [new branch] gh/swolchok/263/orig -> origin/gh/swolchok/263/orig 2025-03-21T20:17:57.7695427Z * [new branch] gh/swolchok/264/next -> origin/gh/swolchok/264/next 2025-03-21T20:17:57.7696412Z * [new branch] gh/swolchok/264/orig -> origin/gh/swolchok/264/orig 2025-03-21T20:17:57.7697824Z * [new branch] gh/swolchok/265/next -> origin/gh/swolchok/265/next 2025-03-21T20:17:57.7698834Z * [new branch] gh/swolchok/265/orig -> origin/gh/swolchok/265/orig 2025-03-21T20:17:57.7700200Z * [new branch] gh/swolchok/266/next -> origin/gh/swolchok/266/next 2025-03-21T20:17:57.7701205Z * [new branch] gh/swolchok/266/orig -> origin/gh/swolchok/266/orig 2025-03-21T20:17:57.7702958Z * [new branch] gh/swolchok/267/base -> origin/gh/swolchok/267/base 2025-03-21T20:17:57.7704201Z * [new branch] gh/swolchok/268/next -> origin/gh/swolchok/268/next 2025-03-21T20:17:57.7705538Z * [new branch] gh/swolchok/268/orig -> origin/gh/swolchok/268/orig 2025-03-21T20:17:57.7706855Z * [new branch] gh/swolchok/269/next -> origin/gh/swolchok/269/next 2025-03-21T20:17:57.7707741Z * [new branch] gh/swolchok/269/orig -> origin/gh/swolchok/269/orig 2025-03-21T20:17:57.7709278Z * [new branch] gh/swolchok/27/base -> origin/gh/swolchok/27/base 2025-03-21T20:17:57.7710169Z * [new branch] gh/swolchok/27/orig -> origin/gh/swolchok/27/orig 2025-03-21T20:17:57.7711881Z * [new branch] gh/swolchok/270/base -> origin/gh/swolchok/270/base 2025-03-21T20:17:57.7713179Z * [new branch] gh/swolchok/271/head -> origin/gh/swolchok/271/head 2025-03-21T20:17:57.7714035Z * [new branch] gh/swolchok/271/next -> origin/gh/swolchok/271/next 2025-03-21T20:17:57.7715099Z * [new branch] gh/swolchok/271/orig -> origin/gh/swolchok/271/orig 2025-03-21T20:17:57.7716549Z * [new branch] gh/swolchok/272/base -> origin/gh/swolchok/272/base 2025-03-21T20:17:57.7718033Z * [new branch] gh/swolchok/273/base -> origin/gh/swolchok/273/base 2025-03-21T20:17:57.7719521Z * [new branch] gh/swolchok/274/base -> origin/gh/swolchok/274/base 2025-03-21T20:17:57.7720476Z * [new branch] gh/swolchok/274/head -> origin/gh/swolchok/274/head 2025-03-21T20:17:57.7721541Z * [new branch] gh/swolchok/274/orig -> origin/gh/swolchok/274/orig 2025-03-21T20:17:57.7723071Z * [new branch] gh/swolchok/275/base -> origin/gh/swolchok/275/base 2025-03-21T20:17:57.7724077Z * [new branch] gh/swolchok/275/head -> origin/gh/swolchok/275/head 2025-03-21T20:17:57.7725228Z * [new branch] gh/swolchok/275/orig -> origin/gh/swolchok/275/orig 2025-03-21T20:17:57.7726739Z * [new branch] gh/swolchok/276/next -> origin/gh/swolchok/276/next 2025-03-21T20:17:57.7727718Z * [new branch] gh/swolchok/276/orig -> origin/gh/swolchok/276/orig 2025-03-21T20:17:57.7729302Z * [new branch] gh/swolchok/277/next -> origin/gh/swolchok/277/next 2025-03-21T20:17:57.7730220Z * [new branch] gh/swolchok/277/orig -> origin/gh/swolchok/277/orig 2025-03-21T20:17:57.7731739Z * [new branch] gh/swolchok/278/next -> origin/gh/swolchok/278/next 2025-03-21T20:17:57.7732716Z * [new branch] gh/swolchok/278/orig -> origin/gh/swolchok/278/orig 2025-03-21T20:17:57.7734091Z * [new branch] gh/swolchok/279/head -> origin/gh/swolchok/279/head 2025-03-21T20:17:57.7734884Z * [new branch] gh/swolchok/279/next -> origin/gh/swolchok/279/next 2025-03-21T20:17:57.7735888Z * [new branch] gh/swolchok/279/orig -> origin/gh/swolchok/279/orig 2025-03-21T20:17:57.7737414Z * [new branch] gh/swolchok/28/base -> origin/gh/swolchok/28/base 2025-03-21T20:17:57.7738367Z * [new branch] gh/swolchok/28/orig -> origin/gh/swolchok/28/orig 2025-03-21T20:17:57.7739868Z * [new branch] gh/swolchok/280/next -> origin/gh/swolchok/280/next 2025-03-21T20:17:57.7740872Z * [new branch] gh/swolchok/280/orig -> origin/gh/swolchok/280/orig 2025-03-21T20:17:57.7742417Z * [new branch] gh/swolchok/281/base -> origin/gh/swolchok/281/base 2025-03-21T20:17:57.7743788Z * [new branch] gh/swolchok/282/next -> origin/gh/swolchok/282/next 2025-03-21T20:17:57.7744770Z * [new branch] gh/swolchok/282/orig -> origin/gh/swolchok/282/orig 2025-03-21T20:17:57.7746437Z * [new branch] gh/swolchok/283/next -> origin/gh/swolchok/283/next 2025-03-21T20:17:57.7747542Z * [new branch] gh/swolchok/283/orig -> origin/gh/swolchok/283/orig 2025-03-21T20:17:57.7749021Z * [new branch] gh/swolchok/284/next -> origin/gh/swolchok/284/next 2025-03-21T20:17:57.7749972Z * [new branch] gh/swolchok/284/orig -> origin/gh/swolchok/284/orig 2025-03-21T20:17:57.7751397Z * [new branch] gh/swolchok/285/next -> origin/gh/swolchok/285/next 2025-03-21T20:17:57.7752335Z * [new branch] gh/swolchok/285/orig -> origin/gh/swolchok/285/orig 2025-03-21T20:17:57.7753809Z * [new branch] gh/swolchok/286/next -> origin/gh/swolchok/286/next 2025-03-21T20:17:57.7754725Z * [new branch] gh/swolchok/286/orig -> origin/gh/swolchok/286/orig 2025-03-21T20:17:57.7756218Z * [new branch] gh/swolchok/287/next -> origin/gh/swolchok/287/next 2025-03-21T20:17:57.7757148Z * [new branch] gh/swolchok/287/orig -> origin/gh/swolchok/287/orig 2025-03-21T20:17:57.7758603Z * [new branch] gh/swolchok/288/next -> origin/gh/swolchok/288/next 2025-03-21T20:17:57.7759519Z * [new branch] gh/swolchok/288/orig -> origin/gh/swolchok/288/orig 2025-03-21T20:17:57.7760930Z * [new branch] gh/swolchok/289/next -> origin/gh/swolchok/289/next 2025-03-21T20:17:57.7761881Z * [new branch] gh/swolchok/289/orig -> origin/gh/swolchok/289/orig 2025-03-21T20:17:57.7763309Z * [new branch] gh/swolchok/29/base -> origin/gh/swolchok/29/base 2025-03-21T20:17:57.7764174Z * [new branch] gh/swolchok/29/orig -> origin/gh/swolchok/29/orig 2025-03-21T20:17:57.7765651Z * [new branch] gh/swolchok/290/head -> origin/gh/swolchok/290/head 2025-03-21T20:17:57.7766478Z * [new branch] gh/swolchok/290/next -> origin/gh/swolchok/290/next 2025-03-21T20:17:57.7767587Z * [new branch] gh/swolchok/290/orig -> origin/gh/swolchok/290/orig 2025-03-21T20:17:57.7769050Z * [new branch] gh/swolchok/291/next -> origin/gh/swolchok/291/next 2025-03-21T20:17:57.7770045Z * [new branch] gh/swolchok/291/orig -> origin/gh/swolchok/291/orig 2025-03-21T20:17:57.7771575Z * [new branch] gh/swolchok/292/next -> origin/gh/swolchok/292/next 2025-03-21T20:17:57.7772470Z * [new branch] gh/swolchok/292/orig -> origin/gh/swolchok/292/orig 2025-03-21T20:17:57.7774282Z * [new branch] gh/swolchok/293/head -> origin/gh/swolchok/293/head 2025-03-21T20:17:57.7775215Z * [new branch] gh/swolchok/293/next -> origin/gh/swolchok/293/next 2025-03-21T20:17:57.7776230Z * [new branch] gh/swolchok/293/orig -> origin/gh/swolchok/293/orig 2025-03-21T20:17:57.7777701Z * [new branch] gh/swolchok/294/next -> origin/gh/swolchok/294/next 2025-03-21T20:17:57.7778650Z * [new branch] gh/swolchok/294/orig -> origin/gh/swolchok/294/orig 2025-03-21T20:17:57.7780085Z * [new branch] gh/swolchok/295/next -> origin/gh/swolchok/295/next 2025-03-21T20:17:57.7781036Z * [new branch] gh/swolchok/295/orig -> origin/gh/swolchok/295/orig 2025-03-21T20:17:57.7782480Z * [new branch] gh/swolchok/296/head -> origin/gh/swolchok/296/head 2025-03-21T20:17:57.7783264Z * [new branch] gh/swolchok/296/next -> origin/gh/swolchok/296/next 2025-03-21T20:17:57.7784220Z * [new branch] gh/swolchok/296/orig -> origin/gh/swolchok/296/orig 2025-03-21T20:17:57.7785805Z * [new branch] gh/swolchok/297/head -> origin/gh/swolchok/297/head 2025-03-21T20:17:57.7786635Z * [new branch] gh/swolchok/297/next -> origin/gh/swolchok/297/next 2025-03-21T20:17:57.7787632Z * [new branch] gh/swolchok/297/orig -> origin/gh/swolchok/297/orig 2025-03-21T20:17:57.7789114Z * [new branch] gh/swolchok/298/head -> origin/gh/swolchok/298/head 2025-03-21T20:17:57.7789905Z * [new branch] gh/swolchok/298/next -> origin/gh/swolchok/298/next 2025-03-21T20:17:57.7790894Z * [new branch] gh/swolchok/298/orig -> origin/gh/swolchok/298/orig 2025-03-21T20:17:57.7792349Z * [new branch] gh/swolchok/299/next -> origin/gh/swolchok/299/next 2025-03-21T20:17:57.7793343Z * [new branch] gh/swolchok/299/orig -> origin/gh/swolchok/299/orig 2025-03-21T20:17:57.7794898Z * [new branch] gh/swolchok/3/base -> origin/gh/swolchok/3/base 2025-03-21T20:17:57.7795772Z * [new branch] gh/swolchok/3/head -> origin/gh/swolchok/3/head 2025-03-21T20:17:57.7796835Z * [new branch] gh/swolchok/3/orig -> origin/gh/swolchok/3/orig 2025-03-21T20:17:57.7798268Z * [new branch] gh/swolchok/30/base -> origin/gh/swolchok/30/base 2025-03-21T20:17:57.7799251Z * [new branch] gh/swolchok/30/orig -> origin/gh/swolchok/30/orig 2025-03-21T20:17:57.7800987Z * [new branch] gh/swolchok/300/next -> origin/gh/swolchok/300/next 2025-03-21T20:17:57.7801968Z * [new branch] gh/swolchok/300/orig -> origin/gh/swolchok/300/orig 2025-03-21T20:17:57.7803482Z * [new branch] gh/swolchok/301/next -> origin/gh/swolchok/301/next 2025-03-21T20:17:57.7804838Z * [new branch] gh/swolchok/301/orig -> origin/gh/swolchok/301/orig 2025-03-21T20:17:57.7805848Z * [new branch] gh/swolchok/302/next -> origin/gh/swolchok/302/next 2025-03-21T20:17:57.7806780Z * [new branch] gh/swolchok/302/orig -> origin/gh/swolchok/302/orig 2025-03-21T20:17:57.7809363Z * [new branch] gh/swolchok/303/base -> origin/gh/swolchok/303/base 2025-03-21T20:17:57.7810869Z * [new branch] gh/swolchok/304/next -> origin/gh/swolchok/304/next 2025-03-21T20:17:57.7811973Z * [new branch] gh/swolchok/304/orig -> origin/gh/swolchok/304/orig 2025-03-21T20:17:57.7813791Z * [new branch] gh/swolchok/305/next -> origin/gh/swolchok/305/next 2025-03-21T20:17:57.7815368Z * [new branch] gh/swolchok/305/orig -> origin/gh/swolchok/305/orig 2025-03-21T20:17:57.7817707Z * [new branch] gh/swolchok/306/next -> origin/gh/swolchok/306/next 2025-03-21T20:17:57.7819014Z * [new branch] gh/swolchok/306/orig -> origin/gh/swolchok/306/orig 2025-03-21T20:17:57.7822080Z * [new branch] gh/swolchok/307/next -> origin/gh/swolchok/307/next 2025-03-21T20:17:57.7823177Z * [new branch] gh/swolchok/307/orig -> origin/gh/swolchok/307/orig 2025-03-21T20:17:57.7824924Z * [new branch] gh/swolchok/308/next -> origin/gh/swolchok/308/next 2025-03-21T20:17:57.7826615Z * [new branch] gh/swolchok/308/orig -> origin/gh/swolchok/308/orig 2025-03-21T20:17:57.7829270Z * [new branch] gh/swolchok/309/head -> origin/gh/swolchok/309/head 2025-03-21T20:17:57.7830354Z * [new branch] gh/swolchok/309/next -> origin/gh/swolchok/309/next 2025-03-21T20:17:57.7831664Z * [new branch] gh/swolchok/309/orig -> origin/gh/swolchok/309/orig 2025-03-21T20:17:57.7834048Z * [new branch] gh/swolchok/31/base -> origin/gh/swolchok/31/base 2025-03-21T20:17:57.7835318Z * [new branch] gh/swolchok/31/orig -> origin/gh/swolchok/31/orig 2025-03-21T20:17:57.7837611Z * [new branch] gh/swolchok/310/head -> origin/gh/swolchok/310/head 2025-03-21T20:17:57.7838777Z * [new branch] gh/swolchok/310/next -> origin/gh/swolchok/310/next 2025-03-21T20:17:57.7840465Z * [new branch] gh/swolchok/310/orig -> origin/gh/swolchok/310/orig 2025-03-21T20:17:57.7843211Z * [new branch] gh/swolchok/311/next -> origin/gh/swolchok/311/next 2025-03-21T20:17:57.7844557Z * [new branch] gh/swolchok/311/orig -> origin/gh/swolchok/311/orig 2025-03-21T20:17:57.7849173Z * [new branch] gh/swolchok/312/next -> origin/gh/swolchok/312/next 2025-03-21T20:17:57.7850416Z * [new branch] gh/swolchok/312/orig -> origin/gh/swolchok/312/orig 2025-03-21T20:17:57.7851289Z * [new branch] gh/swolchok/313/next -> origin/gh/swolchok/313/next 2025-03-21T20:17:57.7852218Z * [new branch] gh/swolchok/313/orig -> origin/gh/swolchok/313/orig 2025-03-21T20:17:57.7853048Z * [new branch] gh/swolchok/314/next -> origin/gh/swolchok/314/next 2025-03-21T20:17:57.7853636Z * [new branch] gh/swolchok/314/orig -> origin/gh/swolchok/314/orig 2025-03-21T20:17:57.7855255Z * [new branch] gh/swolchok/315/next -> origin/gh/swolchok/315/next 2025-03-21T20:17:57.7856660Z * [new branch] gh/swolchok/315/orig -> origin/gh/swolchok/315/orig 2025-03-21T20:17:57.7858197Z * [new branch] gh/swolchok/316/head -> origin/gh/swolchok/316/head 2025-03-21T20:17:57.7859778Z * [new branch] gh/swolchok/316/next -> origin/gh/swolchok/316/next 2025-03-21T20:17:57.7861039Z * [new branch] gh/swolchok/316/orig -> origin/gh/swolchok/316/orig 2025-03-21T20:17:57.7862614Z * [new branch] gh/swolchok/317/next -> origin/gh/swolchok/317/next 2025-03-21T20:17:57.7864021Z * [new branch] gh/swolchok/317/orig -> origin/gh/swolchok/317/orig 2025-03-21T20:17:57.7865816Z * [new branch] gh/swolchok/318/next -> origin/gh/swolchok/318/next 2025-03-21T20:17:57.7867221Z * [new branch] gh/swolchok/318/orig -> origin/gh/swolchok/318/orig 2025-03-21T20:17:57.7868892Z * [new branch] gh/swolchok/319/next -> origin/gh/swolchok/319/next 2025-03-21T20:17:57.7869844Z * [new branch] gh/swolchok/319/orig -> origin/gh/swolchok/319/orig 2025-03-21T20:17:57.7871800Z * [new branch] gh/swolchok/32/base -> origin/gh/swolchok/32/base 2025-03-21T20:17:57.7873109Z * [new branch] gh/swolchok/32/orig -> origin/gh/swolchok/32/orig 2025-03-21T20:17:57.7875023Z * [new branch] gh/swolchok/320/next -> origin/gh/swolchok/320/next 2025-03-21T20:17:57.7876400Z * [new branch] gh/swolchok/320/orig -> origin/gh/swolchok/320/orig 2025-03-21T20:17:57.7878100Z * [new branch] gh/swolchok/321/next -> origin/gh/swolchok/321/next 2025-03-21T20:17:57.7880261Z * [new branch] gh/swolchok/321/orig -> origin/gh/swolchok/321/orig 2025-03-21T20:17:57.7881816Z * [new branch] gh/swolchok/322/next -> origin/gh/swolchok/322/next 2025-03-21T20:17:57.7882692Z * [new branch] gh/swolchok/322/orig -> origin/gh/swolchok/322/orig 2025-03-21T20:17:57.7884598Z * [new branch] gh/swolchok/323/next -> origin/gh/swolchok/323/next 2025-03-21T20:17:57.7885824Z * [new branch] gh/swolchok/323/orig -> origin/gh/swolchok/323/orig 2025-03-21T20:17:57.7887858Z * [new branch] gh/swolchok/324/next -> origin/gh/swolchok/324/next 2025-03-21T20:17:57.7889042Z * [new branch] gh/swolchok/324/orig -> origin/gh/swolchok/324/orig 2025-03-21T20:17:57.7890890Z * [new branch] gh/swolchok/325/next -> origin/gh/swolchok/325/next 2025-03-21T20:17:57.7892077Z * [new branch] gh/swolchok/325/orig -> origin/gh/swolchok/325/orig 2025-03-21T20:17:57.7893921Z * [new branch] gh/swolchok/326/next -> origin/gh/swolchok/326/next 2025-03-21T20:17:57.7895220Z * [new branch] gh/swolchok/326/orig -> origin/gh/swolchok/326/orig 2025-03-21T20:17:57.7896954Z * [new branch] gh/swolchok/327/next -> origin/gh/swolchok/327/next 2025-03-21T20:17:57.7898344Z * [new branch] gh/swolchok/327/orig -> origin/gh/swolchok/327/orig 2025-03-21T20:17:57.7900057Z * [new branch] gh/swolchok/328/next -> origin/gh/swolchok/328/next 2025-03-21T20:17:57.7901359Z * [new branch] gh/swolchok/328/orig -> origin/gh/swolchok/328/orig 2025-03-21T20:17:57.7903147Z * [new branch] gh/swolchok/329/next -> origin/gh/swolchok/329/next 2025-03-21T20:17:57.7904547Z * [new branch] gh/swolchok/329/orig -> origin/gh/swolchok/329/orig 2025-03-21T20:17:57.7906533Z * [new branch] gh/swolchok/33/base -> origin/gh/swolchok/33/base 2025-03-21T20:17:57.7907943Z * [new branch] gh/swolchok/33/orig -> origin/gh/swolchok/33/orig 2025-03-21T20:17:57.7909748Z * [new branch] gh/swolchok/330/next -> origin/gh/swolchok/330/next 2025-03-21T20:17:57.7911085Z * [new branch] gh/swolchok/330/orig -> origin/gh/swolchok/330/orig 2025-03-21T20:17:57.7912840Z * [new branch] gh/swolchok/331/next -> origin/gh/swolchok/331/next 2025-03-21T20:17:57.7914224Z * [new branch] gh/swolchok/331/orig -> origin/gh/swolchok/331/orig 2025-03-21T20:17:57.7915985Z * [new branch] gh/swolchok/332/next -> origin/gh/swolchok/332/next 2025-03-21T20:17:57.7917297Z * [new branch] gh/swolchok/332/orig -> origin/gh/swolchok/332/orig 2025-03-21T20:17:57.7919043Z * [new branch] gh/swolchok/333/next -> origin/gh/swolchok/333/next 2025-03-21T20:17:57.7920372Z * [new branch] gh/swolchok/333/orig -> origin/gh/swolchok/333/orig 2025-03-21T20:17:57.7922112Z * [new branch] gh/swolchok/334/next -> origin/gh/swolchok/334/next 2025-03-21T20:17:57.7923480Z * [new branch] gh/swolchok/334/orig -> origin/gh/swolchok/334/orig 2025-03-21T20:17:57.7925226Z * [new branch] gh/swolchok/335/next -> origin/gh/swolchok/335/next 2025-03-21T20:17:57.7926564Z * [new branch] gh/swolchok/335/orig -> origin/gh/swolchok/335/orig 2025-03-21T20:17:57.7928341Z * [new branch] gh/swolchok/336/next -> origin/gh/swolchok/336/next 2025-03-21T20:17:57.7929699Z * [new branch] gh/swolchok/336/orig -> origin/gh/swolchok/336/orig 2025-03-21T20:17:57.7931461Z * [new branch] gh/swolchok/337/next -> origin/gh/swolchok/337/next 2025-03-21T20:17:57.7932855Z * [new branch] gh/swolchok/337/orig -> origin/gh/swolchok/337/orig 2025-03-21T20:17:57.7934606Z * [new branch] gh/swolchok/338/next -> origin/gh/swolchok/338/next 2025-03-21T20:17:57.7935940Z * [new branch] gh/swolchok/338/orig -> origin/gh/swolchok/338/orig 2025-03-21T20:17:57.7937880Z * [new branch] gh/swolchok/339/head -> origin/gh/swolchok/339/head 2025-03-21T20:17:57.7939413Z * [new branch] gh/swolchok/339/next -> origin/gh/swolchok/339/next 2025-03-21T20:17:57.7940751Z * [new branch] gh/swolchok/339/orig -> origin/gh/swolchok/339/orig 2025-03-21T20:17:57.7942552Z * [new branch] gh/swolchok/34/orig -> origin/gh/swolchok/34/orig 2025-03-21T20:17:57.7944406Z * [new branch] gh/swolchok/340/next -> origin/gh/swolchok/340/next 2025-03-21T20:17:57.7945815Z * [new branch] gh/swolchok/340/orig -> origin/gh/swolchok/340/orig 2025-03-21T20:17:57.7947607Z * [new branch] gh/swolchok/341/next -> origin/gh/swolchok/341/next 2025-03-21T20:17:57.7948952Z * [new branch] gh/swolchok/341/orig -> origin/gh/swolchok/341/orig 2025-03-21T20:17:57.7950718Z * [new branch] gh/swolchok/342/next -> origin/gh/swolchok/342/next 2025-03-21T20:17:57.7952027Z * [new branch] gh/swolchok/342/orig -> origin/gh/swolchok/342/orig 2025-03-21T20:17:57.7953812Z * [new branch] gh/swolchok/343/next -> origin/gh/swolchok/343/next 2025-03-21T20:17:57.7955169Z * [new branch] gh/swolchok/343/orig -> origin/gh/swolchok/343/orig 2025-03-21T20:17:57.7956969Z * [new branch] gh/swolchok/344/next -> origin/gh/swolchok/344/next 2025-03-21T20:17:57.7958245Z * [new branch] gh/swolchok/344/orig -> origin/gh/swolchok/344/orig 2025-03-21T20:17:57.7960014Z * [new branch] gh/swolchok/345/next -> origin/gh/swolchok/345/next 2025-03-21T20:17:57.7961331Z * [new branch] gh/swolchok/345/orig -> origin/gh/swolchok/345/orig 2025-03-21T20:17:57.7963041Z * [new branch] gh/swolchok/346/next -> origin/gh/swolchok/346/next 2025-03-21T20:17:57.7964442Z * [new branch] gh/swolchok/346/orig -> origin/gh/swolchok/346/orig 2025-03-21T20:17:57.7966167Z * [new branch] gh/swolchok/347/next -> origin/gh/swolchok/347/next 2025-03-21T20:17:57.7967552Z * [new branch] gh/swolchok/347/orig -> origin/gh/swolchok/347/orig 2025-03-21T20:17:57.7969231Z * [new branch] gh/swolchok/348/next -> origin/gh/swolchok/348/next 2025-03-21T20:17:57.7970559Z * [new branch] gh/swolchok/348/orig -> origin/gh/swolchok/348/orig 2025-03-21T20:17:57.7972303Z * [new branch] gh/swolchok/349/next -> origin/gh/swolchok/349/next 2025-03-21T20:17:57.7973855Z * [new branch] gh/swolchok/349/orig -> origin/gh/swolchok/349/orig 2025-03-21T20:17:57.7975691Z * [new branch] gh/swolchok/35/base -> origin/gh/swolchok/35/base 2025-03-21T20:17:57.7977057Z * [new branch] gh/swolchok/35/orig -> origin/gh/swolchok/35/orig 2025-03-21T20:17:57.7978759Z * [new branch] gh/swolchok/350/next -> origin/gh/swolchok/350/next 2025-03-21T20:17:57.7980122Z * [new branch] gh/swolchok/350/orig -> origin/gh/swolchok/350/orig 2025-03-21T20:17:57.7981944Z * [new branch] gh/swolchok/351/next -> origin/gh/swolchok/351/next 2025-03-21T20:17:57.7983318Z * [new branch] gh/swolchok/351/orig -> origin/gh/swolchok/351/orig 2025-03-21T20:17:57.7985061Z * [new branch] gh/swolchok/352/next -> origin/gh/swolchok/352/next 2025-03-21T20:17:57.7986589Z * [new branch] gh/swolchok/352/orig -> origin/gh/swolchok/352/orig 2025-03-21T20:17:57.7988391Z * [new branch] gh/swolchok/353/next -> origin/gh/swolchok/353/next 2025-03-21T20:17:57.7989834Z * [new branch] gh/swolchok/353/orig -> origin/gh/swolchok/353/orig 2025-03-21T20:17:57.7991549Z * [new branch] gh/swolchok/354/next -> origin/gh/swolchok/354/next 2025-03-21T20:17:57.7992901Z * [new branch] gh/swolchok/354/orig -> origin/gh/swolchok/354/orig 2025-03-21T20:17:57.7994762Z * [new branch] gh/swolchok/355/next -> origin/gh/swolchok/355/next 2025-03-21T20:17:57.7995870Z * [new branch] gh/swolchok/355/orig -> origin/gh/swolchok/355/orig 2025-03-21T20:17:57.7997608Z * [new branch] gh/swolchok/356/next -> origin/gh/swolchok/356/next 2025-03-21T20:17:57.7998931Z * [new branch] gh/swolchok/356/orig -> origin/gh/swolchok/356/orig 2025-03-21T20:17:57.8000639Z * [new branch] gh/swolchok/357/next -> origin/gh/swolchok/357/next 2025-03-21T20:17:57.8002012Z * [new branch] gh/swolchok/357/orig -> origin/gh/swolchok/357/orig 2025-03-21T20:17:57.8003712Z * [new branch] gh/swolchok/358/next -> origin/gh/swolchok/358/next 2025-03-21T20:17:57.8005037Z * [new branch] gh/swolchok/358/orig -> origin/gh/swolchok/358/orig 2025-03-21T20:17:57.8006743Z * [new branch] gh/swolchok/359/head -> origin/gh/swolchok/359/head 2025-03-21T20:17:57.8007853Z * [new branch] gh/swolchok/359/next -> origin/gh/swolchok/359/next 2025-03-21T20:17:57.8009259Z * [new branch] gh/swolchok/359/orig -> origin/gh/swolchok/359/orig 2025-03-21T20:17:57.8011184Z * [new branch] gh/swolchok/36/base -> origin/gh/swolchok/36/base 2025-03-21T20:17:57.8013247Z * [new branch] gh/swolchok/36/head -> origin/gh/swolchok/36/head 2025-03-21T20:17:57.8014350Z * [new branch] gh/swolchok/36/orig -> origin/gh/swolchok/36/orig 2025-03-21T20:17:57.8016703Z * [new branch] gh/swolchok/360/next -> origin/gh/swolchok/360/next 2025-03-21T20:17:57.8018120Z * [new branch] gh/swolchok/360/orig -> origin/gh/swolchok/360/orig 2025-03-21T20:17:57.8020434Z * [new branch] gh/swolchok/361/next -> origin/gh/swolchok/361/next 2025-03-21T20:17:57.8021882Z * [new branch] gh/swolchok/361/orig -> origin/gh/swolchok/361/orig 2025-03-21T20:17:57.8024225Z * [new branch] gh/swolchok/362/next -> origin/gh/swolchok/362/next 2025-03-21T20:17:57.8025642Z * [new branch] gh/swolchok/362/orig -> origin/gh/swolchok/362/orig 2025-03-21T20:17:57.8028040Z * [new branch] gh/swolchok/363/next -> origin/gh/swolchok/363/next 2025-03-21T20:17:57.8029393Z * [new branch] gh/swolchok/363/orig -> origin/gh/swolchok/363/orig 2025-03-21T20:17:57.8031859Z * [new branch] gh/swolchok/364/base -> origin/gh/swolchok/364/base 2025-03-21T20:17:57.8033364Z * [new branch] gh/swolchok/364/head -> origin/gh/swolchok/364/head 2025-03-21T20:17:57.8035761Z * [new branch] gh/swolchok/365/base -> origin/gh/swolchok/365/base 2025-03-21T20:17:57.8037088Z * [new branch] gh/swolchok/365/head -> origin/gh/swolchok/365/head 2025-03-21T20:17:57.8039501Z * [new branch] gh/swolchok/366/base -> origin/gh/swolchok/366/base 2025-03-21T20:17:57.8040777Z * [new branch] gh/swolchok/366/head -> origin/gh/swolchok/366/head 2025-03-21T20:17:57.8043090Z * [new branch] gh/swolchok/367/base -> origin/gh/swolchok/367/base 2025-03-21T20:17:57.8044581Z * [new branch] gh/swolchok/367/head -> origin/gh/swolchok/367/head 2025-03-21T20:17:57.8046170Z * [new branch] gh/swolchok/367/orig -> origin/gh/swolchok/367/orig 2025-03-21T20:17:57.8048499Z * [new branch] gh/swolchok/368/base -> origin/gh/swolchok/368/base 2025-03-21T20:17:57.8049815Z * [new branch] gh/swolchok/368/head -> origin/gh/swolchok/368/head 2025-03-21T20:17:57.8051402Z * [new branch] gh/swolchok/368/orig -> origin/gh/swolchok/368/orig 2025-03-21T20:17:57.8053738Z * [new branch] gh/swolchok/369/next -> origin/gh/swolchok/369/next 2025-03-21T20:17:57.8055175Z * [new branch] gh/swolchok/369/orig -> origin/gh/swolchok/369/orig 2025-03-21T20:17:57.8057974Z * [new branch] gh/swolchok/37/base -> origin/gh/swolchok/37/base 2025-03-21T20:17:57.8059002Z * [new branch] gh/swolchok/37/head -> origin/gh/swolchok/37/head 2025-03-21T20:17:57.8060497Z * [new branch] gh/swolchok/37/orig -> origin/gh/swolchok/37/orig 2025-03-21T20:17:57.8062257Z * [new branch] gh/swolchok/370/next -> origin/gh/swolchok/370/next 2025-03-21T20:17:57.8063616Z * [new branch] gh/swolchok/370/orig -> origin/gh/swolchok/370/orig 2025-03-21T20:17:57.8065457Z * [new branch] gh/swolchok/371/next -> origin/gh/swolchok/371/next 2025-03-21T20:17:57.8067473Z * [new branch] gh/swolchok/371/orig -> origin/gh/swolchok/371/orig 2025-03-21T20:17:57.8068745Z * [new branch] gh/swolchok/372/head -> origin/gh/swolchok/372/head 2025-03-21T20:17:57.8069975Z * [new branch] gh/swolchok/372/next -> origin/gh/swolchok/372/next 2025-03-21T20:17:57.8071388Z * [new branch] gh/swolchok/372/orig -> origin/gh/swolchok/372/orig 2025-03-21T20:17:57.8073056Z * [new branch] gh/swolchok/373/next -> origin/gh/swolchok/373/next 2025-03-21T20:17:57.8074687Z * [new branch] gh/swolchok/373/orig -> origin/gh/swolchok/373/orig 2025-03-21T20:17:57.8076836Z * [new branch] gh/swolchok/374/next -> origin/gh/swolchok/374/next 2025-03-21T20:17:57.8078132Z * [new branch] gh/swolchok/374/orig -> origin/gh/swolchok/374/orig 2025-03-21T20:17:57.8079980Z * [new branch] gh/swolchok/375/next -> origin/gh/swolchok/375/next 2025-03-21T20:17:57.8081278Z * [new branch] gh/swolchok/375/orig -> origin/gh/swolchok/375/orig 2025-03-21T20:17:57.8082990Z * [new branch] gh/swolchok/376/next -> origin/gh/swolchok/376/next 2025-03-21T20:17:57.8084385Z * [new branch] gh/swolchok/376/orig -> origin/gh/swolchok/376/orig 2025-03-21T20:17:57.8086180Z * [new branch] gh/swolchok/377/head -> origin/gh/swolchok/377/head 2025-03-21T20:17:57.8087367Z * [new branch] gh/swolchok/377/next -> origin/gh/swolchok/377/next 2025-03-21T20:17:57.8089026Z * [new branch] gh/swolchok/378/next -> origin/gh/swolchok/378/next 2025-03-21T20:17:57.8090325Z * [new branch] gh/swolchok/378/orig -> origin/gh/swolchok/378/orig 2025-03-21T20:17:57.8092279Z * [new branch] gh/swolchok/379/head -> origin/gh/swolchok/379/head 2025-03-21T20:17:57.8093719Z * [new branch] gh/swolchok/379/next -> origin/gh/swolchok/379/next 2025-03-21T20:17:57.8094866Z * [new branch] gh/swolchok/379/orig -> origin/gh/swolchok/379/orig 2025-03-21T20:17:57.8097102Z * [new branch] gh/swolchok/38/base -> origin/gh/swolchok/38/base 2025-03-21T20:17:57.8098077Z * [new branch] gh/swolchok/38/head -> origin/gh/swolchok/38/head 2025-03-21T20:17:57.8099906Z * [new branch] gh/swolchok/38/orig -> origin/gh/swolchok/38/orig 2025-03-21T20:17:57.8102136Z * [new branch] gh/swolchok/380/head -> origin/gh/swolchok/380/head 2025-03-21T20:17:57.8103228Z * [new branch] gh/swolchok/380/next -> origin/gh/swolchok/380/next 2025-03-21T20:17:57.8104879Z * [new branch] gh/swolchok/380/orig -> origin/gh/swolchok/380/orig 2025-03-21T20:17:57.8107301Z * [new branch] gh/swolchok/381/head -> origin/gh/swolchok/381/head 2025-03-21T20:17:57.8108309Z * [new branch] gh/swolchok/381/next -> origin/gh/swolchok/381/next 2025-03-21T20:17:57.8109784Z * [new branch] gh/swolchok/381/orig -> origin/gh/swolchok/381/orig 2025-03-21T20:17:57.8111575Z * [new branch] gh/swolchok/382/head -> origin/gh/swolchok/382/head 2025-03-21T20:17:57.8112633Z * [new branch] gh/swolchok/382/next -> origin/gh/swolchok/382/next 2025-03-21T20:17:57.8114197Z * [new branch] gh/swolchok/382/orig -> origin/gh/swolchok/382/orig 2025-03-21T20:17:57.8115755Z * [new branch] gh/swolchok/383/head -> origin/gh/swolchok/383/head 2025-03-21T20:17:57.8116850Z * [new branch] gh/swolchok/383/next -> origin/gh/swolchok/383/next 2025-03-21T20:17:57.8118312Z * [new branch] gh/swolchok/383/orig -> origin/gh/swolchok/383/orig 2025-03-21T20:17:57.8120042Z * [new branch] gh/swolchok/384/next -> origin/gh/swolchok/384/next 2025-03-21T20:17:57.8121531Z * [new branch] gh/swolchok/384/orig -> origin/gh/swolchok/384/orig 2025-03-21T20:17:57.8123219Z * [new branch] gh/swolchok/385/head -> origin/gh/swolchok/385/head 2025-03-21T20:17:57.8124314Z * [new branch] gh/swolchok/385/next -> origin/gh/swolchok/385/next 2025-03-21T20:17:57.8125722Z * [new branch] gh/swolchok/385/orig -> origin/gh/swolchok/385/orig 2025-03-21T20:17:57.8127510Z * [new branch] gh/swolchok/386/head -> origin/gh/swolchok/386/head 2025-03-21T20:17:57.8128594Z * [new branch] gh/swolchok/386/next -> origin/gh/swolchok/386/next 2025-03-21T20:17:57.8130038Z * [new branch] gh/swolchok/386/orig -> origin/gh/swolchok/386/orig 2025-03-21T20:17:57.8132019Z * [new branch] gh/swolchok/39/base -> origin/gh/swolchok/39/base 2025-03-21T20:17:57.8133480Z * [new branch] gh/swolchok/39/head -> origin/gh/swolchok/39/head 2025-03-21T20:17:57.8134886Z * [new branch] gh/swolchok/39/orig -> origin/gh/swolchok/39/orig 2025-03-21T20:17:57.8136696Z * [new branch] gh/swolchok/4/base -> origin/gh/swolchok/4/base 2025-03-21T20:17:57.8138124Z * [new branch] gh/swolchok/4/head -> origin/gh/swolchok/4/head 2025-03-21T20:17:57.8139443Z * [new branch] gh/swolchok/4/orig -> origin/gh/swolchok/4/orig 2025-03-21T20:17:57.8141125Z * [new branch] gh/swolchok/40/base -> origin/gh/swolchok/40/base 2025-03-21T20:17:57.8142487Z * [new branch] gh/swolchok/40/head -> origin/gh/swolchok/40/head 2025-03-21T20:17:57.8143906Z * [new branch] gh/swolchok/40/orig -> origin/gh/swolchok/40/orig 2025-03-21T20:17:57.8145941Z * [new branch] gh/swolchok/41/base -> origin/gh/swolchok/41/base 2025-03-21T20:17:57.8147276Z * [new branch] gh/swolchok/41/head -> origin/gh/swolchok/41/head 2025-03-21T20:17:57.8148724Z * [new branch] gh/swolchok/41/orig -> origin/gh/swolchok/41/orig 2025-03-21T20:17:57.8150672Z * [new branch] gh/swolchok/42/base -> origin/gh/swolchok/42/base 2025-03-21T20:17:57.8152030Z * [new branch] gh/swolchok/42/head -> origin/gh/swolchok/42/head 2025-03-21T20:17:57.8153292Z * [new branch] gh/swolchok/42/orig -> origin/gh/swolchok/42/orig 2025-03-21T20:17:57.8155186Z * [new branch] gh/swolchok/43/base -> origin/gh/swolchok/43/base 2025-03-21T20:17:57.8156568Z * [new branch] gh/swolchok/43/head -> origin/gh/swolchok/43/head 2025-03-21T20:17:57.8157966Z * [new branch] gh/swolchok/43/orig -> origin/gh/swolchok/43/orig 2025-03-21T20:17:57.8159856Z * [new branch] gh/swolchok/44/base -> origin/gh/swolchok/44/base 2025-03-21T20:17:57.8161200Z * [new branch] gh/swolchok/44/orig -> origin/gh/swolchok/44/orig 2025-03-21T20:17:57.8163047Z * [new branch] gh/swolchok/45/base -> origin/gh/swolchok/45/base 2025-03-21T20:17:57.8164505Z * [new branch] gh/swolchok/45/orig -> origin/gh/swolchok/45/orig 2025-03-21T20:17:57.8166411Z * [new branch] gh/swolchok/46/base -> origin/gh/swolchok/46/base 2025-03-21T20:17:57.8167811Z * [new branch] gh/swolchok/46/orig -> origin/gh/swolchok/46/orig 2025-03-21T20:17:57.8169763Z * [new branch] gh/swolchok/47/base -> origin/gh/swolchok/47/base 2025-03-21T20:17:57.8171192Z * [new branch] gh/swolchok/47/orig -> origin/gh/swolchok/47/orig 2025-03-21T20:17:57.8172991Z * [new branch] gh/swolchok/48/base -> origin/gh/swolchok/48/base 2025-03-21T20:17:57.8175466Z * [new branch] gh/swolchok/48/orig -> origin/gh/swolchok/48/orig 2025-03-21T20:17:57.8178179Z * [new branch] gh/swolchok/49/base -> origin/gh/swolchok/49/base 2025-03-21T20:17:57.8179548Z * [new branch] gh/swolchok/49/orig -> origin/gh/swolchok/49/orig 2025-03-21T20:17:57.8181216Z * [new branch] gh/swolchok/5/base -> origin/gh/swolchok/5/base 2025-03-21T20:17:57.8182194Z * [new branch] gh/swolchok/5/head -> origin/gh/swolchok/5/head 2025-03-21T20:17:57.8183223Z * [new branch] gh/swolchok/5/orig -> origin/gh/swolchok/5/orig 2025-03-21T20:17:57.8185247Z * [new branch] gh/swolchok/50/base -> origin/gh/swolchok/50/base 2025-03-21T20:17:57.8186364Z * [new branch] gh/swolchok/50/head -> origin/gh/swolchok/50/head 2025-03-21T20:17:57.8187371Z * [new branch] gh/swolchok/50/orig -> origin/gh/swolchok/50/orig 2025-03-21T20:17:57.8188985Z * [new branch] gh/swolchok/51/base -> origin/gh/swolchok/51/base 2025-03-21T20:17:57.8189889Z * [new branch] gh/swolchok/51/head -> origin/gh/swolchok/51/head 2025-03-21T20:17:57.8190997Z * [new branch] gh/swolchok/51/orig -> origin/gh/swolchok/51/orig 2025-03-21T20:17:57.8192282Z * [new branch] gh/swolchok/52/base -> origin/gh/swolchok/52/base 2025-03-21T20:17:57.8193292Z * [new branch] gh/swolchok/52/head -> origin/gh/swolchok/52/head 2025-03-21T20:17:57.8194346Z * [new branch] gh/swolchok/52/orig -> origin/gh/swolchok/52/orig 2025-03-21T20:17:57.8195896Z * [new branch] gh/swolchok/53/base -> origin/gh/swolchok/53/base 2025-03-21T20:17:57.8196770Z * [new branch] gh/swolchok/53/head -> origin/gh/swolchok/53/head 2025-03-21T20:17:57.8197845Z * [new branch] gh/swolchok/53/orig -> origin/gh/swolchok/53/orig 2025-03-21T20:17:57.8199474Z * [new branch] gh/swolchok/54/base -> origin/gh/swolchok/54/base 2025-03-21T20:17:57.8201166Z * [new branch] gh/swolchok/54/head -> origin/gh/swolchok/54/head 2025-03-21T20:17:57.8202209Z * [new branch] gh/swolchok/54/orig -> origin/gh/swolchok/54/orig 2025-03-21T20:17:57.8203773Z * [new branch] gh/swolchok/55/base -> origin/gh/swolchok/55/base 2025-03-21T20:17:57.8204633Z * [new branch] gh/swolchok/55/head -> origin/gh/swolchok/55/head 2025-03-21T20:17:57.8205721Z * [new branch] gh/swolchok/55/orig -> origin/gh/swolchok/55/orig 2025-03-21T20:17:57.8207337Z * [new branch] gh/swolchok/56/base -> origin/gh/swolchok/56/base 2025-03-21T20:17:57.8208285Z * [new branch] gh/swolchok/56/head -> origin/gh/swolchok/56/head 2025-03-21T20:17:57.8209366Z * [new branch] gh/swolchok/56/orig -> origin/gh/swolchok/56/orig 2025-03-21T20:17:57.8210910Z * [new branch] gh/swolchok/57/base -> origin/gh/swolchok/57/base 2025-03-21T20:17:57.8211744Z * [new branch] gh/swolchok/57/head -> origin/gh/swolchok/57/head 2025-03-21T20:17:57.8212721Z * [new branch] gh/swolchok/57/orig -> origin/gh/swolchok/57/orig 2025-03-21T20:17:57.8214210Z * [new branch] gh/swolchok/58/base -> origin/gh/swolchok/58/base 2025-03-21T20:17:57.8215258Z * [new branch] gh/swolchok/58/head -> origin/gh/swolchok/58/head 2025-03-21T20:17:57.8216327Z * [new branch] gh/swolchok/58/orig -> origin/gh/swolchok/58/orig 2025-03-21T20:17:57.8217919Z * [new branch] gh/swolchok/59/base -> origin/gh/swolchok/59/base 2025-03-21T20:17:57.8218756Z * [new branch] gh/swolchok/59/head -> origin/gh/swolchok/59/head 2025-03-21T20:17:57.8219911Z * [new branch] gh/swolchok/59/orig -> origin/gh/swolchok/59/orig 2025-03-21T20:17:57.8221339Z * [new branch] gh/swolchok/6/base -> origin/gh/swolchok/6/base 2025-03-21T20:17:57.8222189Z * [new branch] gh/swolchok/6/head -> origin/gh/swolchok/6/head 2025-03-21T20:17:57.8223206Z * [new branch] gh/swolchok/6/orig -> origin/gh/swolchok/6/orig 2025-03-21T20:17:57.8224705Z * [new branch] gh/swolchok/60/base -> origin/gh/swolchok/60/base 2025-03-21T20:17:57.8225781Z * [new branch] gh/swolchok/60/head -> origin/gh/swolchok/60/head 2025-03-21T20:17:57.8226748Z * [new branch] gh/swolchok/60/orig -> origin/gh/swolchok/60/orig 2025-03-21T20:17:57.8228446Z * [new branch] gh/swolchok/61/base -> origin/gh/swolchok/61/base 2025-03-21T20:17:57.8229272Z * [new branch] gh/swolchok/61/head -> origin/gh/swolchok/61/head 2025-03-21T20:17:57.8230195Z * [new branch] gh/swolchok/61/orig -> origin/gh/swolchok/61/orig 2025-03-21T20:17:57.8231634Z * [new branch] gh/swolchok/62/base -> origin/gh/swolchok/62/base 2025-03-21T20:17:57.8232560Z * [new branch] gh/swolchok/62/head -> origin/gh/swolchok/62/head 2025-03-21T20:17:57.8233583Z * [new branch] gh/swolchok/62/orig -> origin/gh/swolchok/62/orig 2025-03-21T20:17:57.8235124Z * [new branch] gh/swolchok/63/base -> origin/gh/swolchok/63/base 2025-03-21T20:17:57.8235959Z * [new branch] gh/swolchok/63/head -> origin/gh/swolchok/63/head 2025-03-21T20:17:57.8236840Z * [new branch] gh/swolchok/63/orig -> origin/gh/swolchok/63/orig 2025-03-21T20:17:57.8238426Z * [new branch] gh/swolchok/64/base -> origin/gh/swolchok/64/base 2025-03-21T20:17:57.8239336Z * [new branch] gh/swolchok/64/head -> origin/gh/swolchok/64/head 2025-03-21T20:17:57.8240284Z * [new branch] gh/swolchok/64/orig -> origin/gh/swolchok/64/orig 2025-03-21T20:17:57.8241916Z * [new branch] gh/swolchok/65/base -> origin/gh/swolchok/65/base 2025-03-21T20:17:57.8242696Z * [new branch] gh/swolchok/65/head -> origin/gh/swolchok/65/head 2025-03-21T20:17:57.8243653Z * [new branch] gh/swolchok/65/orig -> origin/gh/swolchok/65/orig 2025-03-21T20:17:57.8260336Z * [new branch] gh/swolchok/66/base -> origin/gh/swolchok/66/base 2025-03-21T20:17:57.8261501Z * [new branch] gh/swolchok/66/head -> origin/gh/swolchok/66/head 2025-03-21T20:17:57.8262092Z * [new branch] gh/swolchok/66/orig -> origin/gh/swolchok/66/orig 2025-03-21T20:17:57.8263043Z * [new branch] gh/swolchok/67/base -> origin/gh/swolchok/67/base 2025-03-21T20:17:57.8263927Z * [new branch] gh/swolchok/67/head -> origin/gh/swolchok/67/head 2025-03-21T20:17:57.8264802Z * [new branch] gh/swolchok/67/orig -> origin/gh/swolchok/67/orig 2025-03-21T20:17:57.8265592Z * [new branch] gh/swolchok/68/base -> origin/gh/swolchok/68/base 2025-03-21T20:17:57.8266395Z * [new branch] gh/swolchok/68/head -> origin/gh/swolchok/68/head 2025-03-21T20:17:57.8267287Z * [new branch] gh/swolchok/68/orig -> origin/gh/swolchok/68/orig 2025-03-21T20:17:57.8268147Z * [new branch] gh/swolchok/69/base -> origin/gh/swolchok/69/base 2025-03-21T20:17:57.8268983Z * [new branch] gh/swolchok/69/head -> origin/gh/swolchok/69/head 2025-03-21T20:17:57.8269637Z * [new branch] gh/swolchok/69/orig -> origin/gh/swolchok/69/orig 2025-03-21T20:17:57.8270514Z * [new branch] gh/swolchok/7/base -> origin/gh/swolchok/7/base 2025-03-21T20:17:57.8271432Z * [new branch] gh/swolchok/7/head -> origin/gh/swolchok/7/head 2025-03-21T20:17:57.8272499Z * [new branch] gh/swolchok/7/orig -> origin/gh/swolchok/7/orig 2025-03-21T20:17:57.8273267Z * [new branch] gh/swolchok/70/base -> origin/gh/swolchok/70/base 2025-03-21T20:17:57.8274348Z * [new branch] gh/swolchok/70/head -> origin/gh/swolchok/70/head 2025-03-21T20:17:57.8275228Z * [new branch] gh/swolchok/70/orig -> origin/gh/swolchok/70/orig 2025-03-21T20:17:57.8275832Z * [new branch] gh/swolchok/71/base -> origin/gh/swolchok/71/base 2025-03-21T20:17:57.8276402Z * [new branch] gh/swolchok/71/head -> origin/gh/swolchok/71/head 2025-03-21T20:17:57.8277005Z * [new branch] gh/swolchok/71/orig -> origin/gh/swolchok/71/orig 2025-03-21T20:17:57.8277573Z * [new branch] gh/swolchok/72/base -> origin/gh/swolchok/72/base 2025-03-21T20:17:57.8278304Z * [new branch] gh/swolchok/72/head -> origin/gh/swolchok/72/head 2025-03-21T20:17:57.8279075Z * [new branch] gh/swolchok/72/orig -> origin/gh/swolchok/72/orig 2025-03-21T20:17:57.8279931Z * [new branch] gh/swolchok/73/base -> origin/gh/swolchok/73/base 2025-03-21T20:17:57.8280612Z * [new branch] gh/swolchok/73/head -> origin/gh/swolchok/73/head 2025-03-21T20:17:57.8281355Z * [new branch] gh/swolchok/73/orig -> origin/gh/swolchok/73/orig 2025-03-21T20:17:57.8281923Z * [new branch] gh/swolchok/74/base -> origin/gh/swolchok/74/base 2025-03-21T20:17:57.8282729Z * [new branch] gh/swolchok/74/head -> origin/gh/swolchok/74/head 2025-03-21T20:17:57.8283281Z * [new branch] gh/swolchok/74/orig -> origin/gh/swolchok/74/orig 2025-03-21T20:17:57.8283953Z * [new branch] gh/swolchok/75/base -> origin/gh/swolchok/75/base 2025-03-21T20:17:57.8284511Z * [new branch] gh/swolchok/75/head -> origin/gh/swolchok/75/head 2025-03-21T20:17:57.8285076Z * [new branch] gh/swolchok/75/orig -> origin/gh/swolchok/75/orig 2025-03-21T20:17:57.8285741Z * [new branch] gh/swolchok/76/base -> origin/gh/swolchok/76/base 2025-03-21T20:17:57.8287478Z * [new branch] gh/swolchok/77/base -> origin/gh/swolchok/77/base 2025-03-21T20:17:57.8288215Z * [new branch] gh/swolchok/78/base -> origin/gh/swolchok/78/base 2025-03-21T20:17:57.8289677Z * [new branch] gh/swolchok/79/base -> origin/gh/swolchok/79/base 2025-03-21T20:17:57.8290657Z * [new branch] gh/swolchok/79/head -> origin/gh/swolchok/79/head 2025-03-21T20:17:57.8291663Z * [new branch] gh/swolchok/79/orig -> origin/gh/swolchok/79/orig 2025-03-21T20:17:57.8293018Z * [new branch] gh/swolchok/8/base -> origin/gh/swolchok/8/base 2025-03-21T20:17:57.8294026Z * [new branch] gh/swolchok/8/head -> origin/gh/swolchok/8/head 2025-03-21T20:17:57.8295073Z * [new branch] gh/swolchok/8/orig -> origin/gh/swolchok/8/orig 2025-03-21T20:17:57.8296540Z * [new branch] gh/swolchok/80/base -> origin/gh/swolchok/80/base 2025-03-21T20:17:57.8297475Z * [new branch] gh/swolchok/80/head -> origin/gh/swolchok/80/head 2025-03-21T20:17:57.8298504Z * [new branch] gh/swolchok/80/orig -> origin/gh/swolchok/80/orig 2025-03-21T20:17:57.8299871Z * [new branch] gh/swolchok/81/base -> origin/gh/swolchok/81/base 2025-03-21T20:17:57.8300806Z * [new branch] gh/swolchok/81/head -> origin/gh/swolchok/81/head 2025-03-21T20:17:57.8301827Z * [new branch] gh/swolchok/81/orig -> origin/gh/swolchok/81/orig 2025-03-21T20:17:57.8303741Z * [new branch] gh/swolchok/82/base -> origin/gh/swolchok/82/base 2025-03-21T20:17:57.8304693Z * [new branch] gh/swolchok/82/head -> origin/gh/swolchok/82/head 2025-03-21T20:17:57.8305823Z * [new branch] gh/swolchok/82/orig -> origin/gh/swolchok/82/orig 2025-03-21T20:17:57.8307363Z * [new branch] gh/swolchok/83/base -> origin/gh/swolchok/83/base 2025-03-21T20:17:57.8308188Z * [new branch] gh/swolchok/83/head -> origin/gh/swolchok/83/head 2025-03-21T20:17:57.8309550Z * [new branch] gh/swolchok/84/base -> origin/gh/swolchok/84/base 2025-03-21T20:17:57.8310831Z * [new branch] gh/swolchok/85/base -> origin/gh/swolchok/85/base 2025-03-21T20:17:57.8311670Z * [new branch] gh/swolchok/85/head -> origin/gh/swolchok/85/head 2025-03-21T20:17:57.8312741Z * [new branch] gh/swolchok/85/orig -> origin/gh/swolchok/85/orig 2025-03-21T20:17:57.8314306Z * [new branch] gh/swolchok/86/base -> origin/gh/swolchok/86/base 2025-03-21T20:17:57.8315082Z * [new branch] gh/swolchok/86/head -> origin/gh/swolchok/86/head 2025-03-21T20:17:57.8316019Z * [new branch] gh/swolchok/86/orig -> origin/gh/swolchok/86/orig 2025-03-21T20:17:57.8317633Z * [new branch] gh/swolchok/87/base -> origin/gh/swolchok/87/base 2025-03-21T20:17:57.8318515Z * [new branch] gh/swolchok/87/head -> origin/gh/swolchok/87/head 2025-03-21T20:17:57.8319767Z * [new branch] gh/swolchok/87/orig -> origin/gh/swolchok/87/orig 2025-03-21T20:17:57.8321348Z * [new branch] gh/swolchok/88/base -> origin/gh/swolchok/88/base 2025-03-21T20:17:57.8322209Z * [new branch] gh/swolchok/88/head -> origin/gh/swolchok/88/head 2025-03-21T20:17:57.8323248Z * [new branch] gh/swolchok/88/orig -> origin/gh/swolchok/88/orig 2025-03-21T20:17:57.8324853Z * [new branch] gh/swolchok/89/base -> origin/gh/swolchok/89/base 2025-03-21T20:17:57.8325688Z * [new branch] gh/swolchok/89/head -> origin/gh/swolchok/89/head 2025-03-21T20:17:57.8326743Z * [new branch] gh/swolchok/89/orig -> origin/gh/swolchok/89/orig 2025-03-21T20:17:57.8328189Z * [new branch] gh/swolchok/9/base -> origin/gh/swolchok/9/base 2025-03-21T20:17:57.8329067Z * [new branch] gh/swolchok/9/head -> origin/gh/swolchok/9/head 2025-03-21T20:17:57.8330111Z * [new branch] gh/swolchok/9/orig -> origin/gh/swolchok/9/orig 2025-03-21T20:17:57.8331801Z * [new branch] gh/swolchok/90/base -> origin/gh/swolchok/90/base 2025-03-21T20:17:57.8332626Z * [new branch] gh/swolchok/90/head -> origin/gh/swolchok/90/head 2025-03-21T20:17:57.8333667Z * [new branch] gh/swolchok/90/orig -> origin/gh/swolchok/90/orig 2025-03-21T20:17:57.8335307Z * [new branch] gh/swolchok/91/base -> origin/gh/swolchok/91/base 2025-03-21T20:17:57.8336162Z * [new branch] gh/swolchok/91/head -> origin/gh/swolchok/91/head 2025-03-21T20:17:57.8337157Z * [new branch] gh/swolchok/91/orig -> origin/gh/swolchok/91/orig 2025-03-21T20:17:57.8338546Z * [new branch] gh/swolchok/92/base -> origin/gh/swolchok/92/base 2025-03-21T20:17:57.8339481Z * [new branch] gh/swolchok/92/head -> origin/gh/swolchok/92/head 2025-03-21T20:17:57.8340726Z * [new branch] gh/swolchok/92/orig -> origin/gh/swolchok/92/orig 2025-03-21T20:17:57.8342261Z * [new branch] gh/swolchok/93/base -> origin/gh/swolchok/93/base 2025-03-21T20:17:57.8343110Z * [new branch] gh/swolchok/93/head -> origin/gh/swolchok/93/head 2025-03-21T20:17:57.8344060Z * [new branch] gh/swolchok/93/orig -> origin/gh/swolchok/93/orig 2025-03-21T20:17:57.8345601Z * [new branch] gh/swolchok/94/base -> origin/gh/swolchok/94/base 2025-03-21T20:17:57.8346687Z * [new branch] gh/swolchok/94/head -> origin/gh/swolchok/94/head 2025-03-21T20:17:57.8348074Z * [new branch] gh/swolchok/95/base -> origin/gh/swolchok/95/base 2025-03-21T20:17:57.8349080Z * [new branch] gh/swolchok/95/head -> origin/gh/swolchok/95/head 2025-03-21T20:17:57.8350411Z * [new branch] gh/swolchok/96/base -> origin/gh/swolchok/96/base 2025-03-21T20:17:57.8351250Z * [new branch] gh/swolchok/96/head -> origin/gh/swolchok/96/head 2025-03-21T20:17:57.8352323Z * [new branch] gh/swolchok/96/orig -> origin/gh/swolchok/96/orig 2025-03-21T20:17:57.8354050Z * [new branch] gh/swolchok/97/base -> origin/gh/swolchok/97/base 2025-03-21T20:17:57.8355038Z * [new branch] gh/swolchok/97/head -> origin/gh/swolchok/97/head 2025-03-21T20:17:57.8356023Z * [new branch] gh/swolchok/97/orig -> origin/gh/swolchok/97/orig 2025-03-21T20:17:57.8357615Z * [new branch] gh/swolchok/98/base -> origin/gh/swolchok/98/base 2025-03-21T20:17:57.8358424Z * [new branch] gh/swolchok/98/head -> origin/gh/swolchok/98/head 2025-03-21T20:17:57.8359469Z * [new branch] gh/swolchok/98/orig -> origin/gh/swolchok/98/orig 2025-03-21T20:17:57.8361001Z * [new branch] gh/swolchok/99/base -> origin/gh/swolchok/99/base 2025-03-21T20:17:57.8361924Z * [new branch] gh/swolchok/99/head -> origin/gh/swolchok/99/head 2025-03-21T20:17:57.8362901Z * [new branch] gh/swolchok/99/orig -> origin/gh/swolchok/99/orig 2025-03-21T20:17:57.8364846Z * [new branch] gh/tarun292/1/base -> origin/gh/tarun292/1/base 2025-03-21T20:17:57.8365758Z * [new branch] gh/tarun292/1/head -> origin/gh/tarun292/1/head 2025-03-21T20:17:57.8366807Z * [new branch] gh/tarun292/1/orig -> origin/gh/tarun292/1/orig 2025-03-21T20:17:57.8368338Z * [new branch] gh/tarun292/2/base -> origin/gh/tarun292/2/base 2025-03-21T20:17:57.8369180Z * [new branch] gh/tarun292/2/head -> origin/gh/tarun292/2/head 2025-03-21T20:17:57.8370169Z * [new branch] gh/tarun292/2/orig -> origin/gh/tarun292/2/orig 2025-03-21T20:17:57.8371600Z * [new branch] gh/tarun292/3/base -> origin/gh/tarun292/3/base 2025-03-21T20:17:57.8372447Z * [new branch] gh/tarun292/3/head -> origin/gh/tarun292/3/head 2025-03-21T20:17:57.8373488Z * [new branch] gh/tarun292/3/orig -> origin/gh/tarun292/3/orig 2025-03-21T20:17:57.8375695Z * [new branch] gh/trivedivivek/1/base -> origin/gh/trivedivivek/1/base 2025-03-21T20:17:57.8377073Z * [new branch] gh/trivedivivek/10/base -> origin/gh/trivedivivek/10/base 2025-03-21T20:17:57.8378529Z * [new branch] gh/trivedivivek/11/base -> origin/gh/trivedivivek/11/base 2025-03-21T20:17:57.8379996Z * [new branch] gh/trivedivivek/12/base -> origin/gh/trivedivivek/12/base 2025-03-21T20:17:57.8381470Z * [new branch] gh/trivedivivek/13/base -> origin/gh/trivedivivek/13/base 2025-03-21T20:17:57.8382929Z * [new branch] gh/trivedivivek/14/base -> origin/gh/trivedivivek/14/base 2025-03-21T20:17:57.8384365Z * [new branch] gh/trivedivivek/15/base -> origin/gh/trivedivivek/15/base 2025-03-21T20:17:57.8385894Z * [new branch] gh/trivedivivek/16/base -> origin/gh/trivedivivek/16/base 2025-03-21T20:17:57.8387326Z * [new branch] gh/trivedivivek/17/base -> origin/gh/trivedivivek/17/base 2025-03-21T20:17:57.8388736Z * [new branch] gh/trivedivivek/18/base -> origin/gh/trivedivivek/18/base 2025-03-21T20:17:57.8390113Z * [new branch] gh/trivedivivek/19/base -> origin/gh/trivedivivek/19/base 2025-03-21T20:17:57.8391277Z * [new branch] gh/trivedivivek/2/base -> origin/gh/trivedivivek/2/base 2025-03-21T20:17:57.8392871Z * [new branch] gh/trivedivivek/20/base -> origin/gh/trivedivivek/20/base 2025-03-21T20:17:57.8394290Z * [new branch] gh/trivedivivek/21/base -> origin/gh/trivedivivek/21/base 2025-03-21T20:17:57.8395714Z * [new branch] gh/trivedivivek/22/base -> origin/gh/trivedivivek/22/base 2025-03-21T20:17:57.8397370Z * [new branch] gh/trivedivivek/23/base -> origin/gh/trivedivivek/23/base 2025-03-21T20:17:57.8398535Z * [new branch] gh/trivedivivek/24/base -> origin/gh/trivedivivek/24/base 2025-03-21T20:17:57.8399948Z * [new branch] gh/trivedivivek/25/base -> origin/gh/trivedivivek/25/base 2025-03-21T20:17:57.8401932Z * [new branch] gh/trivedivivek/26/base -> origin/gh/trivedivivek/26/base 2025-03-21T20:17:57.8403409Z * [new branch] gh/trivedivivek/27/base -> origin/gh/trivedivivek/27/base 2025-03-21T20:17:57.8405241Z * [new branch] gh/trivedivivek/28/base -> origin/gh/trivedivivek/28/base 2025-03-21T20:17:57.8406192Z * [new branch] gh/trivedivivek/28/head -> origin/gh/trivedivivek/28/head 2025-03-21T20:17:57.8407423Z * [new branch] gh/trivedivivek/28/orig -> origin/gh/trivedivivek/28/orig 2025-03-21T20:17:57.8408896Z * [new branch] gh/trivedivivek/29/base -> origin/gh/trivedivivek/29/base 2025-03-21T20:17:57.8410227Z * [new branch] gh/trivedivivek/3/base -> origin/gh/trivedivivek/3/base 2025-03-21T20:17:57.8411728Z * [new branch] gh/trivedivivek/30/base -> origin/gh/trivedivivek/30/base 2025-03-21T20:17:57.8413182Z * [new branch] gh/trivedivivek/31/base -> origin/gh/trivedivivek/31/base 2025-03-21T20:17:57.8414620Z * [new branch] gh/trivedivivek/32/base -> origin/gh/trivedivivek/32/base 2025-03-21T20:17:57.8416148Z * [new branch] gh/trivedivivek/33/base -> origin/gh/trivedivivek/33/base 2025-03-21T20:17:57.8417593Z * [new branch] gh/trivedivivek/34/base -> origin/gh/trivedivivek/34/base 2025-03-21T20:17:57.8419025Z * [new branch] gh/trivedivivek/35/base -> origin/gh/trivedivivek/35/base 2025-03-21T20:17:57.8420446Z * [new branch] gh/trivedivivek/36/base -> origin/gh/trivedivivek/36/base 2025-03-21T20:17:57.8421933Z * [new branch] gh/trivedivivek/37/base -> origin/gh/trivedivivek/37/base 2025-03-21T20:17:57.8423412Z * [new branch] gh/trivedivivek/38/base -> origin/gh/trivedivivek/38/base 2025-03-21T20:17:57.8424350Z * [new branch] gh/trivedivivek/38/head -> origin/gh/trivedivivek/38/head 2025-03-21T20:17:57.8426078Z * [new branch] gh/trivedivivek/39/base -> origin/gh/trivedivivek/39/base 2025-03-21T20:17:57.8426989Z * [new branch] gh/trivedivivek/39/head -> origin/gh/trivedivivek/39/head 2025-03-21T20:17:57.8428242Z * [new branch] gh/trivedivivek/4/base -> origin/gh/trivedivivek/4/base 2025-03-21T20:17:57.8429482Z * [new branch] gh/trivedivivek/40/base -> origin/gh/trivedivivek/40/base 2025-03-21T20:17:57.8430637Z * [new branch] gh/trivedivivek/40/head -> origin/gh/trivedivivek/40/head 2025-03-21T20:17:57.8431666Z * [new branch] gh/trivedivivek/40/orig -> origin/gh/trivedivivek/40/orig 2025-03-21T20:17:57.8433147Z * [new branch] gh/trivedivivek/41/base -> origin/gh/trivedivivek/41/base 2025-03-21T20:17:57.8434615Z * [new branch] gh/trivedivivek/42/base -> origin/gh/trivedivivek/42/base 2025-03-21T20:17:57.8436005Z * [new branch] gh/trivedivivek/43/base -> origin/gh/trivedivivek/43/base 2025-03-21T20:17:57.8437097Z * [new branch] gh/trivedivivek/43/head -> origin/gh/trivedivivek/43/head 2025-03-21T20:17:57.8438264Z * [new branch] gh/trivedivivek/43/orig -> origin/gh/trivedivivek/43/orig 2025-03-21T20:17:57.8439710Z * [new branch] gh/trivedivivek/44/base -> origin/gh/trivedivivek/44/base 2025-03-21T20:17:57.8440846Z * [new branch] gh/trivedivivek/44/head -> origin/gh/trivedivivek/44/head 2025-03-21T20:17:57.8441917Z * [new branch] gh/trivedivivek/44/orig -> origin/gh/trivedivivek/44/orig 2025-03-21T20:17:57.8443410Z * [new branch] gh/trivedivivek/45/base -> origin/gh/trivedivivek/45/base 2025-03-21T20:17:57.8444928Z * [new branch] gh/trivedivivek/46/base -> origin/gh/trivedivivek/46/base 2025-03-21T20:17:57.8446379Z * [new branch] gh/trivedivivek/47/base -> origin/gh/trivedivivek/47/base 2025-03-21T20:17:57.8447854Z * [new branch] gh/trivedivivek/48/base -> origin/gh/trivedivivek/48/base 2025-03-21T20:17:57.8449339Z * [new branch] gh/trivedivivek/49/base -> origin/gh/trivedivivek/49/base 2025-03-21T20:17:57.8450783Z * [new branch] gh/trivedivivek/5/base -> origin/gh/trivedivivek/5/base 2025-03-21T20:17:57.8452358Z * [new branch] gh/trivedivivek/50/base -> origin/gh/trivedivivek/50/base 2025-03-21T20:17:57.8453438Z * [new branch] gh/trivedivivek/50/head -> origin/gh/trivedivivek/50/head 2025-03-21T20:17:57.8454562Z * [new branch] gh/trivedivivek/50/orig -> origin/gh/trivedivivek/50/orig 2025-03-21T20:17:57.8456044Z * [new branch] gh/trivedivivek/51/base -> origin/gh/trivedivivek/51/base 2025-03-21T20:17:57.8457462Z * [new branch] gh/trivedivivek/52/base -> origin/gh/trivedivivek/52/base 2025-03-21T20:17:57.8458985Z * [new branch] gh/trivedivivek/53/base -> origin/gh/trivedivivek/53/base 2025-03-21T20:17:57.8460421Z * [new branch] gh/trivedivivek/54/base -> origin/gh/trivedivivek/54/base 2025-03-21T20:17:57.8461904Z * [new branch] gh/trivedivivek/55/base -> origin/gh/trivedivivek/55/base 2025-03-21T20:17:57.8463903Z * [new branch] gh/trivedivivek/56/base -> origin/gh/trivedivivek/56/base 2025-03-21T20:17:57.8465379Z * [new branch] gh/trivedivivek/57/base -> origin/gh/trivedivivek/57/base 2025-03-21T20:17:57.8466888Z * [new branch] gh/trivedivivek/58/base -> origin/gh/trivedivivek/58/base 2025-03-21T20:17:57.8468382Z * [new branch] gh/trivedivivek/59/base -> origin/gh/trivedivivek/59/base 2025-03-21T20:17:57.8469789Z * [new branch] gh/trivedivivek/6/base -> origin/gh/trivedivivek/6/base 2025-03-21T20:17:57.8470946Z * [new branch] gh/trivedivivek/6/head -> origin/gh/trivedivivek/6/head 2025-03-21T20:17:57.8472009Z * [new branch] gh/trivedivivek/6/orig -> origin/gh/trivedivivek/6/orig 2025-03-21T20:17:57.8475241Z * [new branch] gh/trivedivivek/60/base -> origin/gh/trivedivivek/60/base 2025-03-21T20:17:57.8475529Z * [new branch] gh/trivedivivek/61/base -> origin/gh/trivedivivek/61/base 2025-03-21T20:17:57.8476897Z * [new branch] gh/trivedivivek/62/base -> origin/gh/trivedivivek/62/base 2025-03-21T20:17:57.8478303Z * [new branch] gh/trivedivivek/63/base -> origin/gh/trivedivivek/63/base 2025-03-21T20:17:57.8479779Z * [new branch] gh/trivedivivek/64/base -> origin/gh/trivedivivek/64/base 2025-03-21T20:17:57.8481288Z * [new branch] gh/trivedivivek/65/base -> origin/gh/trivedivivek/65/base 2025-03-21T20:17:57.8482747Z * [new branch] gh/trivedivivek/66/base -> origin/gh/trivedivivek/66/base 2025-03-21T20:17:57.8484313Z * [new branch] gh/trivedivivek/67/base -> origin/gh/trivedivivek/67/base 2025-03-21T20:17:57.8485448Z * [new branch] gh/trivedivivek/67/head -> origin/gh/trivedivivek/67/head 2025-03-21T20:17:57.8486566Z * [new branch] gh/trivedivivek/67/orig -> origin/gh/trivedivivek/67/orig 2025-03-21T20:17:57.8487798Z * [new branch] gh/trivedivivek/68/base -> origin/gh/trivedivivek/68/base 2025-03-21T20:17:57.8488808Z * [new branch] gh/trivedivivek/68/head -> origin/gh/trivedivivek/68/head 2025-03-21T20:17:57.8489865Z * [new branch] gh/trivedivivek/68/orig -> origin/gh/trivedivivek/68/orig 2025-03-21T20:17:57.8491159Z * [new branch] gh/trivedivivek/69/base -> origin/gh/trivedivivek/69/base 2025-03-21T20:17:57.8492154Z * [new branch] gh/trivedivivek/69/head -> origin/gh/trivedivivek/69/head 2025-03-21T20:17:57.8493326Z * [new branch] gh/trivedivivek/69/orig -> origin/gh/trivedivivek/69/orig 2025-03-21T20:17:57.8494444Z * [new branch] gh/trivedivivek/7/base -> origin/gh/trivedivivek/7/base 2025-03-21T20:17:57.8495482Z * [new branch] gh/trivedivivek/7/head -> origin/gh/trivedivivek/7/head 2025-03-21T20:17:57.8496473Z * [new branch] gh/trivedivivek/7/orig -> origin/gh/trivedivivek/7/orig 2025-03-21T20:17:57.8497738Z * [new branch] gh/trivedivivek/70/base -> origin/gh/trivedivivek/70/base 2025-03-21T20:17:57.8498747Z * [new branch] gh/trivedivivek/70/head -> origin/gh/trivedivivek/70/head 2025-03-21T20:17:57.8500373Z * [new branch] gh/trivedivivek/70/orig -> origin/gh/trivedivivek/70/orig 2025-03-21T20:17:57.8501581Z * [new branch] gh/trivedivivek/8/base -> origin/gh/trivedivivek/8/base 2025-03-21T20:17:57.8502537Z * [new branch] gh/trivedivivek/8/head -> origin/gh/trivedivivek/8/head 2025-03-21T20:17:57.8503455Z * [new branch] gh/trivedivivek/8/orig -> origin/gh/trivedivivek/8/orig 2025-03-21T20:17:57.8504741Z * [new branch] gh/trivedivivek/9/base -> origin/gh/trivedivivek/9/base 2025-03-21T20:17:57.8506633Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-03-21T20:17:57.8507747Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-03-21T20:17:57.8508673Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-03-21T20:17:57.8510105Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-03-21T20:17:57.8511066Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-03-21T20:17:57.8512038Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-03-21T20:17:57.8513671Z * [new branch] gh/yipjustin/1/base -> origin/gh/yipjustin/1/base 2025-03-21T20:17:57.8515110Z * [new branch] gh/yipjustin/10/base -> origin/gh/yipjustin/10/base 2025-03-21T20:17:57.8516173Z * [new branch] gh/yipjustin/10/head -> origin/gh/yipjustin/10/head 2025-03-21T20:17:57.8517349Z * [new branch] gh/yipjustin/10/orig -> origin/gh/yipjustin/10/orig 2025-03-21T20:17:57.8519631Z * [new branch] gh/yipjustin/11/base -> origin/gh/yipjustin/11/base 2025-03-21T20:17:57.8520586Z * [new branch] gh/yipjustin/11/head -> origin/gh/yipjustin/11/head 2025-03-21T20:17:57.8521677Z * [new branch] gh/yipjustin/11/orig -> origin/gh/yipjustin/11/orig 2025-03-21T20:17:57.8523099Z * [new branch] gh/yipjustin/12/base -> origin/gh/yipjustin/12/base 2025-03-21T20:17:57.8524120Z * [new branch] gh/yipjustin/12/head -> origin/gh/yipjustin/12/head 2025-03-21T20:17:57.8525163Z * [new branch] gh/yipjustin/12/orig -> origin/gh/yipjustin/12/orig 2025-03-21T20:17:57.8526660Z * [new branch] gh/yipjustin/13/base -> origin/gh/yipjustin/13/base 2025-03-21T20:17:57.8527588Z * [new branch] gh/yipjustin/13/head -> origin/gh/yipjustin/13/head 2025-03-21T20:17:57.8528652Z * [new branch] gh/yipjustin/13/orig -> origin/gh/yipjustin/13/orig 2025-03-21T20:17:57.8530144Z * [new branch] gh/yipjustin/14/base -> origin/gh/yipjustin/14/base 2025-03-21T20:17:57.8531174Z * [new branch] gh/yipjustin/14/head -> origin/gh/yipjustin/14/head 2025-03-21T20:17:57.8532301Z * [new branch] gh/yipjustin/14/orig -> origin/gh/yipjustin/14/orig 2025-03-21T20:17:57.8533940Z * [new branch] gh/yipjustin/15/base -> origin/gh/yipjustin/15/base 2025-03-21T20:17:57.8534890Z * [new branch] gh/yipjustin/15/head -> origin/gh/yipjustin/15/head 2025-03-21T20:17:57.8536014Z * [new branch] gh/yipjustin/15/orig -> origin/gh/yipjustin/15/orig 2025-03-21T20:17:57.8537487Z * [new branch] gh/yipjustin/16/base -> origin/gh/yipjustin/16/base 2025-03-21T20:17:57.8538531Z * [new branch] gh/yipjustin/16/head -> origin/gh/yipjustin/16/head 2025-03-21T20:17:57.8539664Z * [new branch] gh/yipjustin/16/orig -> origin/gh/yipjustin/16/orig 2025-03-21T20:17:57.8541028Z * [new branch] gh/yipjustin/17/base -> origin/gh/yipjustin/17/base 2025-03-21T20:17:57.8542067Z * [new branch] gh/yipjustin/17/head -> origin/gh/yipjustin/17/head 2025-03-21T20:17:57.8543112Z * [new branch] gh/yipjustin/17/orig -> origin/gh/yipjustin/17/orig 2025-03-21T20:17:57.8544325Z * [new branch] gh/yipjustin/18/base -> origin/gh/yipjustin/18/base 2025-03-21T20:17:57.8545481Z * [new branch] gh/yipjustin/18/head -> origin/gh/yipjustin/18/head 2025-03-21T20:17:57.8546581Z * [new branch] gh/yipjustin/18/orig -> origin/gh/yipjustin/18/orig 2025-03-21T20:17:57.8548034Z * [new branch] gh/yipjustin/19/base -> origin/gh/yipjustin/19/base 2025-03-21T20:17:57.8549027Z * [new branch] gh/yipjustin/19/head -> origin/gh/yipjustin/19/head 2025-03-21T20:17:57.8550103Z * [new branch] gh/yipjustin/19/orig -> origin/gh/yipjustin/19/orig 2025-03-21T20:17:57.8551333Z * [new branch] gh/yipjustin/2/base -> origin/gh/yipjustin/2/base 2025-03-21T20:17:57.8552568Z * [new branch] gh/yipjustin/20/base -> origin/gh/yipjustin/20/base 2025-03-21T20:17:57.8553556Z * [new branch] gh/yipjustin/20/head -> origin/gh/yipjustin/20/head 2025-03-21T20:17:57.8554538Z * [new branch] gh/yipjustin/20/orig -> origin/gh/yipjustin/20/orig 2025-03-21T20:17:57.8555918Z * [new branch] gh/yipjustin/21/base -> origin/gh/yipjustin/21/base 2025-03-21T20:17:57.8556929Z * [new branch] gh/yipjustin/21/head -> origin/gh/yipjustin/21/head 2025-03-21T20:17:57.8557912Z * [new branch] gh/yipjustin/21/orig -> origin/gh/yipjustin/21/orig 2025-03-21T20:17:57.8559365Z * [new branch] gh/yipjustin/22/base -> origin/gh/yipjustin/22/base 2025-03-21T20:17:57.8560426Z * [new branch] gh/yipjustin/22/head -> origin/gh/yipjustin/22/head 2025-03-21T20:17:57.8561534Z * [new branch] gh/yipjustin/22/orig -> origin/gh/yipjustin/22/orig 2025-03-21T20:17:57.8562934Z * [new branch] gh/yipjustin/23/base -> origin/gh/yipjustin/23/base 2025-03-21T20:17:57.8563908Z * [new branch] gh/yipjustin/23/head -> origin/gh/yipjustin/23/head 2025-03-21T20:17:57.8564975Z * [new branch] gh/yipjustin/23/orig -> origin/gh/yipjustin/23/orig 2025-03-21T20:17:57.8566275Z * [new branch] gh/yipjustin/24/base -> origin/gh/yipjustin/24/base 2025-03-21T20:17:57.8567256Z * [new branch] gh/yipjustin/24/head -> origin/gh/yipjustin/24/head 2025-03-21T20:17:57.8568293Z * [new branch] gh/yipjustin/24/orig -> origin/gh/yipjustin/24/orig 2025-03-21T20:17:57.8569701Z * [new branch] gh/yipjustin/25/base -> origin/gh/yipjustin/25/base 2025-03-21T20:17:57.8571652Z * [new branch] gh/yipjustin/26/base -> origin/gh/yipjustin/26/base 2025-03-21T20:17:57.8572715Z * [new branch] gh/yipjustin/26/head -> origin/gh/yipjustin/26/head 2025-03-21T20:17:57.8574491Z * [new branch] gh/yipjustin/27/base -> origin/gh/yipjustin/27/base 2025-03-21T20:17:57.8575747Z * [new branch] gh/yipjustin/3/base -> origin/gh/yipjustin/3/base 2025-03-21T20:17:57.8577069Z * [new branch] gh/yipjustin/4/base -> origin/gh/yipjustin/4/base 2025-03-21T20:17:57.8578103Z * [new branch] gh/yipjustin/4/head -> origin/gh/yipjustin/4/head 2025-03-21T20:17:57.8579125Z * [new branch] gh/yipjustin/4/orig -> origin/gh/yipjustin/4/orig 2025-03-21T20:17:57.8580509Z * [new branch] gh/yipjustin/5/base -> origin/gh/yipjustin/5/base 2025-03-21T20:17:57.8581440Z * [new branch] gh/yipjustin/5/head -> origin/gh/yipjustin/5/head 2025-03-21T20:17:57.8582438Z * [new branch] gh/yipjustin/5/orig -> origin/gh/yipjustin/5/orig 2025-03-21T20:17:57.8583890Z * [new branch] gh/yipjustin/6/base -> origin/gh/yipjustin/6/base 2025-03-21T20:17:57.8584945Z * [new branch] gh/yipjustin/6/head -> origin/gh/yipjustin/6/head 2025-03-21T20:17:57.8586238Z * [new branch] gh/yipjustin/6/orig -> origin/gh/yipjustin/6/orig 2025-03-21T20:17:57.8587483Z * [new branch] gh/yipjustin/7/base -> origin/gh/yipjustin/7/base 2025-03-21T20:17:57.8588572Z * [new branch] gh/yipjustin/7/head -> origin/gh/yipjustin/7/head 2025-03-21T20:17:57.8589596Z * [new branch] gh/yipjustin/7/orig -> origin/gh/yipjustin/7/orig 2025-03-21T20:17:57.8590902Z * [new branch] gh/yipjustin/8/base -> origin/gh/yipjustin/8/base 2025-03-21T20:17:57.8591913Z * [new branch] gh/yipjustin/8/orig -> origin/gh/yipjustin/8/orig 2025-03-21T20:17:57.8593516Z * [new branch] gh/yipjustin/9/base -> origin/gh/yipjustin/9/base 2025-03-21T20:17:57.8594517Z * [new branch] gh/yipjustin/9/head -> origin/gh/yipjustin/9/head 2025-03-21T20:17:57.8595535Z * [new branch] gh/yipjustin/9/orig -> origin/gh/yipjustin/9/orig 2025-03-21T20:17:57.8597264Z * [new branch] gh/zonglinpeng/1/base -> origin/gh/zonglinpeng/1/base 2025-03-21T20:17:57.8598268Z * [new branch] gh/zonglinpeng/1/head -> origin/gh/zonglinpeng/1/head 2025-03-21T20:17:57.8599335Z * [new branch] gh/zonglinpeng/1/orig -> origin/gh/zonglinpeng/1/orig 2025-03-21T20:17:57.8600492Z * [new branch] gh/zonglinpeng/2/base -> origin/gh/zonglinpeng/2/base 2025-03-21T20:17:57.8601540Z * [new branch] gh/zonglinpeng/2/head -> origin/gh/zonglinpeng/2/head 2025-03-21T20:17:57.8602743Z * [new branch] gh/zonglinpeng/3/base -> origin/gh/zonglinpeng/3/base 2025-03-21T20:17:57.8603754Z * [new branch] gh/zonglinpeng/3/head -> origin/gh/zonglinpeng/3/head 2025-03-21T20:17:57.8605094Z * [new branch] gptq -> origin/gptq 2025-03-21T20:17:57.8606248Z * [new branch] groupsize -> origin/groupsize 2025-03-21T20:17:57.8607791Z * [new branch] guangy10/fix_links_in_readme -> origin/guangy10/fix_links_in_readme 2025-03-21T20:17:57.8608844Z * [new branch] guangy10/fix_sdk_etdump -> origin/guangy10/fix_sdk_etdump 2025-03-21T20:17:57.8609880Z * [new branch] guangy10/fix_sdk_profiling_doc -> origin/guangy10/fix_sdk_profiling_doc 2025-03-21T20:17:57.8611085Z * [new branch] handle-model-export-failures -> origin/handle-model-export-failures 2025-03-21T20:17:57.8612016Z * [new branch] hf_export_masked_lm -> origin/hf_export_masked_lm 2025-03-21T20:17:57.8613280Z * [new branch] huydhn-add-dependabot-config -> origin/huydhn-add-dependabot-config 2025-03-21T20:17:57.8614209Z * [new branch] improve_prefill -> origin/improve_prefill 2025-03-21T20:17:57.8615274Z * [new branch] increase_benchmark_iter -> origin/increase_benchmark_iter 2025-03-21T20:17:57.8616265Z * [new branch] increase_timeout -> origin/increase_timeout 2025-03-21T20:17:57.8617454Z * [new branch] install-android-on-runner -> origin/install-android-on-runner 2025-03-21T20:17:57.8618429Z * [new branch] int_seq_len -> origin/int_seq_len 2025-03-21T20:17:57.8619523Z * [new branch] ios-app-device-farm -> origin/ios-app-device-farm 2025-03-21T20:17:57.8620487Z * [new branch] ios_cmake -> origin/ios_cmake 2025-03-21T20:17:57.8621654Z * [new branch] iseeyuan-patch-1 -> origin/iseeyuan-patch-1 2025-03-21T20:17:57.8622807Z * [new branch] iseeyuan-patch-10 -> origin/iseeyuan-patch-10 2025-03-21T20:17:57.8623836Z * [new branch] iseeyuan-patch-11 -> origin/iseeyuan-patch-11 2025-03-21T20:17:57.8624861Z * [new branch] iseeyuan-patch-12 -> origin/iseeyuan-patch-12 2025-03-21T20:17:57.8626081Z * [new branch] iseeyuan-patch-2 -> origin/iseeyuan-patch-2 2025-03-21T20:17:57.8627161Z * [new branch] iseeyuan-patch-3 -> origin/iseeyuan-patch-3 2025-03-21T20:17:57.8628292Z * [new branch] iseeyuan-patch-4 -> origin/iseeyuan-patch-4 2025-03-21T20:17:57.8629332Z * [new branch] iseeyuan-patch-5 -> origin/iseeyuan-patch-5 2025-03-21T20:17:57.8630403Z * [new branch] iseeyuan-patch-6 -> origin/iseeyuan-patch-6 2025-03-21T20:17:57.8631476Z * [new branch] iseeyuan-patch-7 -> origin/iseeyuan-patch-7 2025-03-21T20:17:57.8632599Z * [new branch] iseeyuan-patch-8 -> origin/iseeyuan-patch-8 2025-03-21T20:17:57.8633689Z * [new branch] iseeyuan-patch-9 -> origin/iseeyuan-patch-9 2025-03-21T20:17:57.8634810Z * [new branch] isqp8 -> origin/isqp8 2025-03-21T20:17:57.8635832Z * [new branch] issue_metrics -> origin/issue_metrics 2025-03-21T20:17:57.8637424Z * [new branch] jackxz/comment-sdpa -> origin/jackxz/comment-sdpa 2025-03-21T20:17:57.8638419Z * [new branch] jackxz/llama2-rename -> origin/jackxz/llama2-rename 2025-03-21T20:17:57.8639393Z * [new branch] jackxz/remove-test-llava -> origin/jackxz/remove-test-llava 2025-03-21T20:17:57.8640405Z * [new branch] jackxz/update-cmake-doc -> origin/jackxz/update-cmake-doc 2025-03-21T20:17:57.8641378Z * [new branch] jackxz/update-phi3-mini-lora -> origin/jackxz/update-phi3-mini-lora 2025-03-21T20:17:57.8642880Z * [new branch] jackz/export-phi3-lora-training -> origin/jackz/export-phi3-lora-training 2025-03-21T20:17:57.8644267Z * [new branch] jathu/consistent-envvar-setter -> origin/jathu/consistent-envvar-setter 2025-03-21T20:17:57.8645161Z * [new branch] jathu/include-coreml -> origin/jathu/include-coreml 2025-03-21T20:17:57.8646123Z * [new branch] jathu/include-inmemoryfs -> origin/jathu/include-inmemoryfs 2025-03-21T20:17:57.8647065Z * [new branch] jathu/inmemoryfs-binding -> origin/jathu/inmemoryfs-binding 2025-03-21T20:17:57.8648117Z * [new branch] jathu/move-build -> origin/jathu/move-build 2025-03-21T20:17:57.8649090Z * [new branch] jathu/split-coreml -> origin/jathu/split-coreml 2025-03-21T20:17:57.8650239Z * [new branch] jerryzh168-patch-1 -> origin/jerryzh168-patch-1 2025-03-21T20:17:57.8651621Z * [new branch] jz/add-mengwei-tokeznier -> origin/jz/add-mengwei-tokeznier 2025-03-21T20:17:57.8652503Z * [new branch] jz/bump-torch -> origin/jz/bump-torch 2025-03-21T20:17:57.8653613Z * [new branch] jz/cleanup -> origin/jz/cleanup 2025-03-21T20:17:57.8654652Z * [new branch] jz/cpp-no-op-tokenizer -> origin/jz/cpp-no-op-tokenizer 2025-03-21T20:17:57.8655549Z * [new branch] jz/custom-sdpa -> origin/jz/custom-sdpa 2025-03-21T20:17:57.8656573Z * [new branch] jz/dtype-llama -> origin/jz/dtype-llama 2025-03-21T20:17:57.8657602Z * [new branch] jz/dtype-shennanigans -> origin/jz/dtype-shennanigans 2025-03-21T20:17:57.8659165Z * [new branch] jz/eager-model-inputs -> origin/jz/eager-model-inputs 2025-03-21T20:17:57.8660740Z * [new branch] jz/export_llama_new_api -> origin/jz/export_llama_new_api 2025-03-21T20:17:57.8661823Z * [new branch] jz/fix-doxygen -> origin/jz/fix-doxygen 2025-03-21T20:17:57.8662929Z * [new branch] jz/fix-et-kv-cache -> origin/jz/fix-et-kv-cache 2025-03-21T20:17:57.8663874Z * [new branch] jz/fix-llama-install -> origin/jz/fix-llama-install 2025-03-21T20:17:57.8664925Z * [new branch] jz/fix-test-2 -> origin/jz/fix-test-2 2025-03-21T20:17:57.8666242Z * [new branch] jz/fix-to-excecutorch-test-attention -> origin/jz/fix-to-excecutorch-test-attention 2025-03-21T20:17:57.8667208Z * [new branch] jz/fusion-embedding-transform -> origin/jz/fusion-embedding-transform 2025-03-21T20:17:57.8668110Z * [new branch] jz/llama3_2_1b -> origin/jz/llama3_2_1b 2025-03-21T20:17:57.8669333Z * [new branch] jz/llm-finetuning-fix -> origin/jz/llm-finetuning-fix 2025-03-21T20:17:57.8670291Z * [new branch] jz/mha-from-tt -> origin/jz/mha-from-tt 2025-03-21T20:17:57.8671405Z * [new branch] jz/phi-4-benchmark -> origin/jz/phi-4-benchmark 2025-03-21T20:17:57.8672459Z * [new branch] jz/phi-4-mini-readme -> origin/jz/phi-4-mini-readme 2025-03-21T20:17:57.8674022Z * [new branch] jz/pr-template-test -> origin/jz/pr-template-test 2025-03-21T20:17:57.8674906Z * [new branch] jz/proof -> origin/jz/proof 2025-03-21T20:17:57.8676168Z * [new branch] jz/quantizedkv -> origin/jz/quantizedkv 2025-03-21T20:17:57.8677427Z * [new branch] jz/re-land-ao-api -> origin/jz/re-land-ao-api 2025-03-21T20:17:57.8678558Z * [new branch] jz/recursive-partitioner -> origin/jz/recursive-partitioner 2025-03-21T20:17:57.8679661Z * [new branch] jz/regression-test-llama-perf -> origin/jz/regression-test-llama-perf 2025-03-21T20:17:57.8680668Z * [new branch] jz/remove-comments -> origin/jz/remove-comments 2025-03-21T20:17:57.8681619Z * [new branch] jz/remove-cond -> origin/jz/remove-cond 2025-03-21T20:17:57.8682594Z * [new branch] jz/remove-test -> origin/jz/remove-test 2025-03-21T20:17:57.8683692Z * [new branch] jz/rename-flamingo -> origin/jz/rename-flamingo 2025-03-21T20:17:57.8684815Z * [new branch] jz/rename-mm-to-vision -> origin/jz/rename-mm-to-vision 2025-03-21T20:17:57.8685770Z * [new branch] jz/revert-linux-v2 -> origin/jz/revert-linux-v2 2025-03-21T20:17:57.8686872Z * [new branch] jz/stories110m-readme -> origin/jz/stories110m-readme 2025-03-21T20:17:57.8687780Z * [new branch] jz/stride-repro -> origin/jz/stride-repro 2025-03-21T20:17:57.8688871Z * [new branch] jz/test-gh-import -> origin/jz/test-gh-import 2025-03-21T20:17:57.8689876Z * [new branch] jz/test-gh-import2 -> origin/jz/test-gh-import2 2025-03-21T20:17:57.8690967Z * [new branch] jz/test-gh-import3 -> origin/jz/test-gh-import3 2025-03-21T20:17:57.8692117Z * [new branch] jz/to-edge-lower-and-transform-llama -> origin/jz/to-edge-lower-and-transform-llama 2025-03-21T20:17:57.8692848Z * [new branch] jz/tresh -> origin/jz/tresh 2025-03-21T20:17:57.8693891Z * [new branch] jz/tt-ci -> origin/jz/tt-ci 2025-03-21T20:17:57.8694780Z * [new branch] jz/tt-ci-2 -> origin/jz/tt-ci-2 2025-03-21T20:17:57.8695779Z * [new branch] jz/tt-llama -> origin/jz/tt-llama 2025-03-21T20:17:57.8696742Z * [new branch] jz/tt-llama-3 -> origin/jz/tt-llama-3 2025-03-21T20:17:57.8697743Z * [new branch] jz/tt-llama-3.5 -> origin/jz/tt-llama-3.5 2025-03-21T20:17:57.8698705Z * [new branch] jz/tt-llama-4 -> origin/jz/tt-llama-4 2025-03-21T20:17:57.8699608Z * [new branch] jz/tt-llama-5 -> origin/jz/tt-llama-5 2025-03-21T20:17:57.8700866Z * [new branch] kimishpatel-patch-1 -> origin/kimishpatel-patch-1 2025-03-21T20:17:57.8702258Z * [new branch] kirk-executor-runner-update -> origin/kirk-executor-runner-update 2025-03-21T20:17:57.8703010Z * [new branch] kit1980-patch-1 -> origin/kit1980-patch-1 2025-03-21T20:17:57.8704113Z * [new branch] larryliu0820-patch -> origin/larryliu0820-patch 2025-03-21T20:17:57.8705164Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-21T20:17:57.8706528Z * [new branch] larryliu0820-patch-2 -> origin/larryliu0820-patch-2 2025-03-21T20:17:57.8707596Z * [new branch] larryliu0820-patch-3 -> origin/larryliu0820-patch-3 2025-03-21T20:17:57.8708664Z * [new branch] larryliu0820-patch-4 -> origin/larryliu0820-patch-4 2025-03-21T20:17:57.8709730Z * [new branch] larryliu0820-patch-5 -> origin/larryliu0820-patch-5 2025-03-21T20:17:57.8711270Z * [new branch] larryliu0820-patch-6 -> origin/larryliu0820-patch-6 2025-03-21T20:17:57.8712791Z * [new branch] larryliu0820-patch-7 -> origin/larryliu0820-patch-7 2025-03-21T20:17:57.8713919Z * [new branch] larryliu0820-patch-8 -> origin/larryliu0820-patch-8 2025-03-21T20:17:57.8714974Z * [new branch] latest -> origin/latest 2025-03-21T20:17:57.8716046Z * [new branch] legacy_flow_test_abs_op -> origin/legacy_flow_test_abs_op 2025-03-21T20:17:57.8717042Z * [new branch] legacy_flow_test_add -> origin/legacy_flow_test_add 2025-03-21T20:17:57.8718062Z * [new branch] legacy_flow_tests -> origin/legacy_flow_tests 2025-03-21T20:17:57.8719046Z * [new branch] lfq.coreml-io -> origin/lfq.coreml-io 2025-03-21T20:17:57.8720094Z * [new branch] lfq.dtype-list-api-cmake -> origin/lfq.dtype-list-api-cmake 2025-03-21T20:17:57.8721091Z * [new branch] lfq.export-lora-llama -> origin/lfq.export-lora-llama 2025-03-21T20:17:57.8722063Z * [new branch] lfq.flat-tensor -> origin/lfq.flat-tensor 2025-03-21T20:17:57.8723070Z * [new branch] lfq.xnnpack-io -> origin/lfq.xnnpack-io 2025-03-21T20:17:57.8724434Z * [new branch] lind/aosp -> origin/lind/aosp 2025-03-21T20:17:57.8725466Z * [new branch] lind/buffer-loader -> origin/lind/buffer-loader 2025-03-21T20:17:57.8726478Z * [new branch] lind/revert-loader-changes -> origin/lind/revert-loader-changes 2025-03-21T20:17:57.8727238Z * [new branch] lind/size-test -> origin/lind/size-test 2025-03-21T20:17:57.8728336Z * [new branch] llama2_xnnpack -> origin/llama2_xnnpack 2025-03-21T20:17:57.8729409Z * [new branch] llama_cpp -> origin/llama_cpp 2025-03-21T20:17:57.8730435Z * [new branch] llama_warmup -> origin/llama_warmup 2025-03-21T20:17:57.8731433Z * [new branch] llama_warmup2 -> origin/llama_warmup2 2025-03-21T20:17:57.8732463Z * [new branch] llava -> origin/llava 2025-03-21T20:17:57.8733591Z * [new branch] llava_csv_image -> origin/llava_csv_image 2025-03-21T20:17:57.8734580Z * [new branch] llava_logging -> origin/llava_logging 2025-03-21T20:17:57.8735773Z * [new branch] llmdoc -> origin/llmdoc 2025-03-21T20:17:57.8736956Z * [new branch] logistic_size -> origin/logistic_size 2025-03-21T20:17:57.8738010Z * [new branch] macos-cmake-custom-ops -> origin/macos-cmake-custom-ops 2025-03-21T20:17:57.8739113Z * [new branch] main -> origin/main 2025-03-21T20:17:57.8740338Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-21T20:17:57.8741429Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-21T20:17:57.8742443Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-21T20:17:57.8743508Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-03-21T20:17:57.8744520Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-21T20:17:57.8745673Z * [new branch] manual -> origin/manual 2025-03-21T20:17:57.8746699Z * [new branch] maven -> origin/maven 2025-03-21T20:17:57.8747774Z * [new branch] metal_linear -> origin/metal_linear 2025-03-21T20:17:57.8748869Z * [new branch] mha-swap-squashed -> origin/mha-swap-squashed 2025-03-21T20:17:57.8749897Z * [new branch] migration -> origin/migration 2025-03-21T20:17:57.8750961Z * [new branch] mimi_hf -> origin/mimi_hf 2025-03-21T20:17:57.8751966Z * [new branch] mimi_xnn -> origin/mimi_xnn 2025-03-21T20:17:57.8753146Z * [new branch] missing-device-farm-artifacts -> origin/missing-device-farm-artifacts 2025-03-21T20:17:57.8754085Z * [new branch] mmlu -> origin/mmlu 2025-03-21T20:17:57.8755283Z * [new branch] mobileBuild -> origin/mobileBuild 2025-03-21T20:17:57.8756317Z * [new branch] model-explorer -> origin/model-explorer 2025-03-21T20:17:57.8757366Z * [new branch] modelname -> origin/modelname 2025-03-21T20:17:57.8758434Z * [new branch] move-files-to-docker -> origin/move-files-to-docker 2025-03-21T20:17:57.8759550Z * [new branch] move-github-macos-trunk -> origin/move-github-macos-trunk 2025-03-21T20:17:57.8760519Z * [new branch] move-macos-to-trunk -> origin/move-macos-to-trunk 2025-03-21T20:17:57.8761550Z * [new branch] move_benchmark_apps -> origin/move_benchmark_apps 2025-03-21T20:17:57.8762546Z * [new branch] move_tokenizer -> origin/move_tokenizer 2025-03-21T20:17:57.8763708Z * [new branch] mps_qlinear -> origin/mps_qlinear 2025-03-21T20:17:57.8764784Z * [new branch] mps_skip_dimorder -> origin/mps_skip_dimorder 2025-03-21T20:17:57.8765780Z * [new branch] mtk-app-runner -> origin/mtk-app-runner 2025-03-21T20:17:57.8766773Z * [new branch] mtk-model-check -> origin/mtk-model-check 2025-03-21T20:17:57.8767864Z * [new branch] new-static-llama -> origin/new-static-llama 2025-03-21T20:17:57.8768935Z * [new branch] new-test -> origin/new-test 2025-03-21T20:17:57.8770206Z * [new branch] new_pybind -> origin/new_pybind 2025-03-21T20:17:57.8771248Z * [new branch] new_xnnp_new_kleidi -> origin/new_xnnp_new_kleidi 2025-03-21T20:17:57.8772292Z * [new branch] nightly -> origin/nightly 2025-03-21T20:17:57.8773413Z * [new branch] noclipping -> origin/noclipping 2025-03-21T20:17:57.8775449Z * [new branch] olivialpx-april-8 -> origin/olivialpx-april-8 2025-03-21T20:17:57.8775992Z * [new branch] olivialpx-debug-etdump -> origin/olivialpx-debug-etdump 2025-03-21T20:17:57.8777100Z * [new branch] olivialpx-sdk-tutorial -> origin/olivialpx-sdk-tutorial 2025-03-21T20:17:57.8778845Z * [new branch] orig/release/0.1 -> origin/orig/release/0.1 2025-03-21T20:17:57.8779616Z * [new branch] orig/release/0.2 -> origin/orig/release/0.2 2025-03-21T20:17:57.8780732Z * [new branch] orig/release/0.3 -> origin/orig/release/0.3 2025-03-21T20:17:57.8781756Z * [new branch] orig/release/0.4 -> origin/orig/release/0.4 2025-03-21T20:17:57.8782843Z * [new branch] orionr-patch-1 -> origin/orionr-patch-1 2025-03-21T20:17:57.8784377Z * [new branch] orionr-patch-2 -> origin/orionr-patch-2 2025-03-21T20:17:57.8786188Z * [new branch] oss_cmake -> origin/oss_cmake 2025-03-21T20:17:57.8787062Z * [new branch] patch-repo-fix -> origin/patch-repo-fix 2025-03-21T20:17:57.8788120Z * [new branch] patch_mps -> origin/patch_mps 2025-03-21T20:17:57.8789158Z * [new branch] perf-repro -> origin/perf-repro 2025-03-21T20:17:57.8790231Z * [new branch] phi-3-kv-cache -> origin/phi-3-kv-cache 2025-03-21T20:17:57.8791239Z * [new branch] phi-3-mini-wrapper -> origin/phi-3-mini-wrapper 2025-03-21T20:17:57.8792185Z * [new branch] phi3-doc -> origin/phi3-doc 2025-03-21T20:17:57.8793657Z * [new branch] pianpwk/temp_pr_for_llava -> origin/pianpwk/temp_pr_for_llava 2025-03-21T20:17:57.8794759Z * [new branch] pick -> origin/pick 2025-03-21T20:17:57.8795999Z * [new branch] pick_2996 -> origin/pick_2996 2025-03-21T20:17:57.8797065Z * [new branch] pick_doc -> origin/pick_doc 2025-03-21T20:17:57.8798173Z * [new branch] pin-pt-commit -> origin/pin-pt-commit 2025-03-21T20:17:57.8799213Z * [new branch] pin_update_arm_fix -> origin/pin_update_arm_fix 2025-03-21T20:17:57.8800229Z * [new branch] pip_header -> origin/pip_header 2025-03-21T20:17:57.8801362Z * [new branch] populate-cadence-cpu-ops -> origin/populate-cadence-cpu-ops 2025-03-21T20:17:57.8802937Z * [new branch] ppllava -> origin/ppllava 2025-03-21T20:17:57.8804008Z * [new branch] pre -> origin/pre 2025-03-21T20:17:57.8805179Z * [new branch] preprocess_with_flamingo_export -> origin/preprocess_with_flamingo_export 2025-03-21T20:17:57.8806110Z * [new branch] pt2e_calibration -> origin/pt2e_calibration 2025-03-21T20:17:57.8807170Z * [new branch] pure-pytorch-llava -> origin/pure-pytorch-llava 2025-03-21T20:17:57.8808145Z * [new branch] push-0.2-docs -> origin/push-0.2-docs 2025-03-21T20:17:57.8809324Z * [new branch] pybind -> origin/pybind 2025-03-21T20:17:57.8810476Z * [new branch] pybind_docs -> origin/pybind_docs 2025-03-21T20:17:57.8811536Z * [new branch] pybind_module -> origin/pybind_module 2025-03-21T20:17:57.8812562Z * [new branch] pybind_runtime -> origin/pybind_runtime 2025-03-21T20:17:57.8813619Z * [new branch] pybind_set_output -> origin/pybind_set_output 2025-03-21T20:17:57.8814658Z * [new branch] pybindings -> origin/pybindings 2025-03-21T20:17:57.8815740Z * [new branch] pytorch-pin-update -> origin/pytorch-pin-update 2025-03-21T20:17:57.8816770Z * [new branch] qb4w_f16_fix -> origin/qb4w_f16_fix 2025-03-21T20:17:57.8817696Z * [new branch] qb4w_fp16_fix -> origin/qb4w_fp16_fix 2025-03-21T20:17:57.8818733Z * [new branch] qnn_ci -> origin/qnn_ci 2025-03-21T20:17:57.8819882Z * [new branch] qnn_doc -> origin/qnn_doc 2025-03-21T20:17:57.8821206Z * [new branch] qnn_e2e -> origin/qnn_e2e 2025-03-21T20:17:57.8822295Z * [new branch] qnn_stories -> origin/qnn_stories 2025-03-21T20:17:57.8823317Z * [new branch] qnn_stories_ci -> origin/qnn_stories_ci 2025-03-21T20:17:57.8824387Z * [new branch] quantization -> origin/quantization 2025-03-21T20:17:57.8825504Z * [new branch] quantization--force -> origin/quantization--force 2025-03-21T20:17:57.8826476Z * [new branch] rand -> origin/rand 2025-03-21T20:17:57.8827504Z * [new branch] readme -> origin/readme 2025-03-21T20:17:57.8828651Z * [new branch] refactor-e2e -> origin/refactor-e2e 2025-03-21T20:17:57.8829617Z * [new branch] refactor_codegen -> origin/refactor_codegen 2025-03-21T20:17:57.8830846Z * [new branch] refine_max_spill_fill_buffer_setting -> origin/refine_max_spill_fill_buffer_setting 2025-03-21T20:17:57.8831811Z * [new branch] refine_pybind -> origin/refine_pybind 2025-03-21T20:17:57.8833457Z * [new branch] release/0.1 -> origin/release/0.1 2025-03-21T20:17:57.8834505Z * [new branch] release/0.2 -> origin/release/0.2 2025-03-21T20:17:57.8835536Z * [new branch] release/0.3 -> origin/release/0.3 2025-03-21T20:17:57.8836587Z * [new branch] release/0.4 -> origin/release/0.4 2025-03-21T20:17:57.8837558Z * [new branch] release/0.5 -> origin/release/0.5 2025-03-21T20:17:57.8838636Z * [new branch] remove_s -> origin/remove_s 2025-03-21T20:17:57.8840499Z * [new branch] replace_runners_prefix_20240725165345 -> origin/replace_runners_prefix_20240725165345 2025-03-21T20:17:57.8841108Z * [new branch] replace_runners_prefix_20240725195321 -> origin/replace_runners_prefix_20240725195321 2025-03-21T20:17:57.8842447Z * [new branch] revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 -> origin/revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 2025-03-21T20:17:57.8843536Z * [new branch] revert-4502-add-profiling-to-xnn-executor-runner -> origin/revert-4502-add-profiling-to-xnn-executor-runner 2025-03-21T20:17:57.8844471Z * [new branch] revert-4793-larryliu0820-patch-4 -> origin/revert-4793-larryliu0820-patch-4 2025-03-21T20:17:57.8845729Z * [new branch] revert-5136-revert-5095-pt2e_calibration -> origin/revert-5136-revert-5095-pt2e_calibration 2025-03-21T20:17:57.8847023Z * [new branch] revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ -> origin/revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ 2025-03-21T20:17:57.8847779Z * [new branch] revert-6522-and-6892 -> origin/revert-6522-and-6892 2025-03-21T20:17:57.8850071Z * [new branch] revert-6807-gh/larryliu0820/58/head -> origin/revert-6807-gh/larryliu0820/58/head 2025-03-21T20:17:57.8851115Z * [new branch] revert-6837 -> origin/revert-6837 2025-03-21T20:17:57.8852191Z * [new branch] revert-6892 -> origin/revert-6892 2025-03-21T20:17:57.8854432Z * [new branch] revert-7150-gh/helunwencser/80/orig -> origin/revert-7150-gh/helunwencser/80/orig 2025-03-21T20:17:57.8855576Z * [new branch] revert-7165-populate-cadence-cpu-ops -> origin/revert-7165-populate-cadence-cpu-ops 2025-03-21T20:17:57.8856656Z * [new branch] revert-7278-export-D67013542 -> origin/revert-7278-export-D67013542 2025-03-21T20:17:57.8857849Z * [new branch] revert-7636-export-D68112936 -> origin/revert-7636-export-D68112936 2025-03-21T20:17:57.8859914Z * [new branch] revert-7857-gh/swolchok/179/head -> origin/revert-7857-gh/swolchok/179/head 2025-03-21T20:17:57.8861559Z * [new branch] revert-8151-tkaruturi/deepseek_distill_8b_readme -> origin/revert-8151-tkaruturi/deepseek_distill_8b_readme 2025-03-21T20:17:57.8862562Z * [new branch] revert-8679-topics -> origin/revert-8679-topics 2025-03-21T20:17:57.8863894Z * [new branch] revert-8916-windows-mmap-data-loader -> origin/revert-8916-windows-mmap-data-loader 2025-03-21T20:17:57.8864946Z * [new branch] revert-8997-change-985586 -> origin/revert-8997-change-985586 2025-03-21T20:17:57.8867208Z * [new branch] revert-9153-gh/mcr229/9/head -> origin/revert-9153-gh/mcr229/9/head 2025-03-21T20:17:57.8868959Z * [new branch] revert-939-tkaruturi/bundled_example_comment_change -> origin/revert-939-tkaruturi/bundled_example_comment_change 2025-03-21T20:17:57.8870332Z * [new branch] revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 -> origin/revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 2025-03-21T20:17:57.8871218Z * [new branch] revert-fbb0395110724717c42720582bb8804b752241e3 -> origin/revert-fbb0395110724717c42720582bb8804b752241e3 2025-03-21T20:17:57.8872265Z * [new branch] revert-ffc20208dae8f4900da11bfffb76f749e7514132 -> origin/revert-ffc20208dae8f4900da11bfffb76f749e7514132 2025-03-21T20:17:57.8873226Z * [new branch] revert_D55713944 -> origin/revert_D55713944 2025-03-21T20:17:57.8875238Z * [new branch] run-kirk-executor-runner-update-s24 -> origin/run-kirk-executor-runner-update-s24 2025-03-21T20:17:57.8876569Z * [new branch] run-xnnpack-model-tests -> origin/run-xnnpack-model-tests 2025-03-21T20:17:57.8877650Z * [new branch] run_coreml_mps_models_in_ci -> origin/run_coreml_mps_models_in_ci 2025-03-21T20:17:57.8878713Z * [new branch] runer_kv -> origin/runer_kv 2025-03-21T20:17:57.8879878Z * [new branch] runner_add_mps -> origin/runner_add_mps 2025-03-21T20:17:57.8881015Z * [new branch] runner_exp -> origin/runner_exp 2025-03-21T20:17:57.8882291Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-03-21T20:17:57.8883322Z * [new branch] script-updates -> origin/script-updates 2025-03-21T20:17:57.8884444Z * [new branch] sdpa_custom_op -> origin/sdpa_custom_op 2025-03-21T20:17:57.8886036Z * [new branch] sdym/ciflow -> origin/sdym/ciflow 2025-03-21T20:17:57.8887008Z * [new branch] sdym/docstring -> origin/sdym/docstring 2025-03-21T20:17:57.8888009Z * [new branch] sdym/pyproject -> origin/sdym/pyproject 2025-03-21T20:17:57.8888857Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-21T20:17:57.8889875Z * [new branch] sdym/torchfix-0.1.1 -> origin/sdym/torchfix-0.1.1 2025-03-21T20:17:57.8891058Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-03-21T20:17:57.8892610Z * [new branch] seemethere/reduce_matrix_jobs -> origin/seemethere/reduce_matrix_jobs 2025-03-21T20:17:57.8893642Z * [new branch] selective_build -> origin/selective_build 2025-03-21T20:17:57.8894690Z * [new branch] set-buck2-version -> origin/set-buck2-version 2025-03-21T20:17:57.8895887Z * [new branch] setup_debug_empty_fix -> origin/setup_debug_empty_fix 2025-03-21T20:17:57.8897045Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-03-21T20:17:57.8898151Z * [new branch] shoumikhin-patch-2 -> origin/shoumikhin-patch-2 2025-03-21T20:17:57.8899262Z * [new branch] simplify_tokenizer_header -> origin/simplify_tokenizer_header 2025-03-21T20:17:57.8900278Z * [new branch] size_test -> origin/size_test 2025-03-21T20:17:57.8901894Z * [new branch] ssj/fix-doc-build-workflow -> origin/ssj/fix-doc-build-workflow 2025-03-21T20:17:57.8902893Z * [new branch] ssj_win_build -> origin/ssj_win_build 2025-03-21T20:17:57.8903991Z * [new branch] stable -> origin/stable 2025-03-21T20:17:57.8905361Z * [new branch] stable-2023-08-29_with_bundled_program -> origin/stable-2023-08-29_with_bundled_program 2025-03-21T20:17:57.8906448Z * [new branch] static-llama -> origin/static-llama 2025-03-21T20:17:57.8907534Z * [new branch] static-llama-kv -> origin/static-llama-kv 2025-03-21T20:17:57.8908583Z * [new branch] static_cache -> origin/static_cache 2025-03-21T20:17:57.8909638Z * [new branch] static_lib -> origin/static_lib 2025-03-21T20:17:57.8910823Z * [new branch] stride-cmp-size-oblivious -> origin/stride-cmp-size-oblivious 2025-03-21T20:17:57.8912050Z * [new branch] suo-patch-1 -> origin/suo-patch-1 2025-03-21T20:17:57.8913102Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-03-21T20:17:57.8914178Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-03-21T20:17:57.8915284Z * [new branch] svekars-patch-3 -> origin/svekars-patch-3 2025-03-21T20:17:57.8916306Z * [new branch] svekars-patch-5 -> origin/svekars-patch-5 2025-03-21T20:17:57.8917430Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-03-21T20:17:57.8918545Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-21T20:17:57.8919787Z * [new branch] svekars-patch-8 -> origin/svekars-patch-8 2025-03-21T20:17:57.8920790Z * [new branch] swiftpm -> origin/swiftpm 2025-03-21T20:17:57.8921816Z * [new branch] swiftpm-0.4.0 -> origin/swiftpm-0.4.0 2025-03-21T20:17:57.8922915Z * [new branch] swiftpm-0.4.0.20241114 -> origin/swiftpm-0.4.0.20241114 2025-03-21T20:17:57.8923988Z * [new branch] swiftpm-0.4.0.20241115 -> origin/swiftpm-0.4.0.20241115 2025-03-21T20:17:57.8925053Z * [new branch] swiftpm-0.4.0.20241116 -> origin/swiftpm-0.4.0.20241116 2025-03-21T20:17:57.8926096Z * [new branch] swiftpm-0.4.0.20241117 -> origin/swiftpm-0.4.0.20241117 2025-03-21T20:17:57.8927172Z * [new branch] swiftpm-0.4.0.20241118 -> origin/swiftpm-0.4.0.20241118 2025-03-21T20:17:57.8928216Z * [new branch] swiftpm-0.4.0.20241119 -> origin/swiftpm-0.4.0.20241119 2025-03-21T20:17:57.8929260Z * [new branch] swiftpm-0.4.0.20241120 -> origin/swiftpm-0.4.0.20241120 2025-03-21T20:17:57.8930318Z * [new branch] swiftpm-0.4.0.20241121 -> origin/swiftpm-0.4.0.20241121 2025-03-21T20:17:57.8931434Z * [new branch] swiftpm-0.4.0.20241122 -> origin/swiftpm-0.4.0.20241122 2025-03-21T20:17:57.8932511Z * [new branch] swiftpm-0.4.0.20241123 -> origin/swiftpm-0.4.0.20241123 2025-03-21T20:17:57.8933612Z * [new branch] swiftpm-0.4.0.20241124 -> origin/swiftpm-0.4.0.20241124 2025-03-21T20:17:57.8934639Z * [new branch] swiftpm-0.4.0.20241125 -> origin/swiftpm-0.4.0.20241125 2025-03-21T20:17:57.8935692Z * [new branch] swiftpm-0.4.0.20241126 -> origin/swiftpm-0.4.0.20241126 2025-03-21T20:17:57.8936734Z * [new branch] swiftpm-0.4.0.20241127 -> origin/swiftpm-0.4.0.20241127 2025-03-21T20:17:57.8937795Z * [new branch] swiftpm-0.4.0.20241128 -> origin/swiftpm-0.4.0.20241128 2025-03-21T20:17:57.8938847Z * [new branch] swiftpm-0.4.0.20241129 -> origin/swiftpm-0.4.0.20241129 2025-03-21T20:17:57.8939871Z * [new branch] swiftpm-0.4.0.20241130 -> origin/swiftpm-0.4.0.20241130 2025-03-21T20:17:57.8940899Z * [new branch] swiftpm-0.4.0.20241201 -> origin/swiftpm-0.4.0.20241201 2025-03-21T20:17:57.8941963Z * [new branch] swiftpm-0.4.0.20241202 -> origin/swiftpm-0.4.0.20241202 2025-03-21T20:17:57.8942942Z * [new branch] swiftpm-0.4.0.20241203 -> origin/swiftpm-0.4.0.20241203 2025-03-21T20:17:57.8944036Z * [new branch] swiftpm-0.4.0.20241204 -> origin/swiftpm-0.4.0.20241204 2025-03-21T20:17:57.8945028Z * [new branch] swiftpm-0.4.0.20241205 -> origin/swiftpm-0.4.0.20241205 2025-03-21T20:17:57.8946204Z * [new branch] swiftpm-0.4.0.20241206 -> origin/swiftpm-0.4.0.20241206 2025-03-21T20:17:57.8947264Z * [new branch] swiftpm-0.4.0.20241207 -> origin/swiftpm-0.4.0.20241207 2025-03-21T20:17:57.8948685Z * [new branch] swiftpm-0.4.0.20241208 -> origin/swiftpm-0.4.0.20241208 2025-03-21T20:17:57.8949723Z * [new branch] swiftpm-0.4.0.20241209 -> origin/swiftpm-0.4.0.20241209 2025-03-21T20:17:57.8950926Z * [new branch] swiftpm-0.4.0.20241210 -> origin/swiftpm-0.4.0.20241210 2025-03-21T20:17:57.8952269Z * [new branch] swiftpm-0.4.0.20241211 -> origin/swiftpm-0.4.0.20241211 2025-03-21T20:17:57.8953336Z * [new branch] swiftpm-0.4.0.20241212 -> origin/swiftpm-0.4.0.20241212 2025-03-21T20:17:57.8954386Z * [new branch] swiftpm-0.4.0.20241213 -> origin/swiftpm-0.4.0.20241213 2025-03-21T20:17:57.8955432Z * [new branch] swiftpm-0.4.0.20241214 -> origin/swiftpm-0.4.0.20241214 2025-03-21T20:17:57.8956521Z * [new branch] swiftpm-0.4.0.20241215 -> origin/swiftpm-0.4.0.20241215 2025-03-21T20:17:57.8957535Z * [new branch] swiftpm-0.4.0.20241216 -> origin/swiftpm-0.4.0.20241216 2025-03-21T20:17:57.8958557Z * [new branch] swiftpm-0.4.0.20241217 -> origin/swiftpm-0.4.0.20241217 2025-03-21T20:17:57.8959596Z * [new branch] swiftpm-0.4.0.20241218 -> origin/swiftpm-0.4.0.20241218 2025-03-21T20:17:57.8960677Z * [new branch] swiftpm-0.4.0.20241219 -> origin/swiftpm-0.4.0.20241219 2025-03-21T20:17:57.8961730Z * [new branch] swiftpm-0.4.0.20241220 -> origin/swiftpm-0.4.0.20241220 2025-03-21T20:17:57.8962774Z * [new branch] swiftpm-0.4.0.20241221 -> origin/swiftpm-0.4.0.20241221 2025-03-21T20:17:57.8963777Z * [new branch] swiftpm-0.4.0.20241222 -> origin/swiftpm-0.4.0.20241222 2025-03-21T20:17:57.8964852Z * [new branch] swiftpm-0.4.0.20241223 -> origin/swiftpm-0.4.0.20241223 2025-03-21T20:17:57.8966220Z * [new branch] swiftpm-0.4.0.20241224 -> origin/swiftpm-0.4.0.20241224 2025-03-21T20:17:57.8966861Z * [new branch] swiftpm-0.4.0.20241225 -> origin/swiftpm-0.4.0.20241225 2025-03-21T20:17:57.8968089Z * [new branch] swiftpm-0.4.0.20241226 -> origin/swiftpm-0.4.0.20241226 2025-03-21T20:17:57.8969067Z * [new branch] swiftpm-0.4.0.20241227 -> origin/swiftpm-0.4.0.20241227 2025-03-21T20:17:57.8970131Z * [new branch] swiftpm-0.4.0.20241228 -> origin/swiftpm-0.4.0.20241228 2025-03-21T20:17:57.8971125Z * [new branch] swiftpm-0.4.0.20241229 -> origin/swiftpm-0.4.0.20241229 2025-03-21T20:17:57.8972175Z * [new branch] swiftpm-0.4.0.20241230 -> origin/swiftpm-0.4.0.20241230 2025-03-21T20:17:57.8973197Z * [new branch] swiftpm-0.4.0.20241231 -> origin/swiftpm-0.4.0.20241231 2025-03-21T20:17:57.8974513Z * [new branch] swiftpm-0.4.0.20250101 -> origin/swiftpm-0.4.0.20250101 2025-03-21T20:17:57.8975558Z * [new branch] swiftpm-0.4.0.20250102 -> origin/swiftpm-0.4.0.20250102 2025-03-21T20:17:57.8976597Z * [new branch] swiftpm-0.4.0.20250103 -> origin/swiftpm-0.4.0.20250103 2025-03-21T20:17:57.8977619Z * [new branch] swiftpm-0.4.0.20250104 -> origin/swiftpm-0.4.0.20250104 2025-03-21T20:17:57.8978799Z * [new branch] swiftpm-0.4.0.20250105 -> origin/swiftpm-0.4.0.20250105 2025-03-21T20:17:57.8979768Z * [new branch] swiftpm-0.4.0.20250106 -> origin/swiftpm-0.4.0.20250106 2025-03-21T20:17:57.8980816Z * [new branch] swiftpm-0.4.0.20250107 -> origin/swiftpm-0.4.0.20250107 2025-03-21T20:17:57.8981859Z * [new branch] swiftpm-0.4.0.20250108 -> origin/swiftpm-0.4.0.20250108 2025-03-21T20:17:57.8982944Z * [new branch] swiftpm-0.4.0.20250109 -> origin/swiftpm-0.4.0.20250109 2025-03-21T20:17:57.8983987Z * [new branch] swiftpm-0.4.0.20250110 -> origin/swiftpm-0.4.0.20250110 2025-03-21T20:17:57.8985092Z * [new branch] swiftpm-0.4.0.20250111 -> origin/swiftpm-0.4.0.20250111 2025-03-21T20:17:57.8986271Z * [new branch] swiftpm-0.4.0.20250112 -> origin/swiftpm-0.4.0.20250112 2025-03-21T20:17:57.8987267Z * [new branch] swiftpm-0.4.0.20250113 -> origin/swiftpm-0.4.0.20250113 2025-03-21T20:17:57.8988274Z * [new branch] swiftpm-0.4.0.20250114 -> origin/swiftpm-0.4.0.20250114 2025-03-21T20:17:57.8989519Z * [new branch] swiftpm-0.4.0.20250115 -> origin/swiftpm-0.4.0.20250115 2025-03-21T20:17:57.8990323Z * [new branch] swiftpm-0.4.0.20250116 -> origin/swiftpm-0.4.0.20250116 2025-03-21T20:17:57.8991375Z * [new branch] swiftpm-0.4.0.20250117 -> origin/swiftpm-0.4.0.20250117 2025-03-21T20:17:57.8992463Z * [new branch] swiftpm-0.4.0.20250118 -> origin/swiftpm-0.4.0.20250118 2025-03-21T20:17:57.8993494Z * [new branch] swiftpm-0.4.0.20250119 -> origin/swiftpm-0.4.0.20250119 2025-03-21T20:17:57.8994484Z * [new branch] swiftpm-0.4.0.20250120 -> origin/swiftpm-0.4.0.20250120 2025-03-21T20:17:57.8995538Z * [new branch] swiftpm-0.4.0.20250121 -> origin/swiftpm-0.4.0.20250121 2025-03-21T20:17:57.8996630Z * [new branch] swiftpm-0.4.0.20250122 -> origin/swiftpm-0.4.0.20250122 2025-03-21T20:17:57.8997648Z * [new branch] swiftpm-0.4.0.20250123 -> origin/swiftpm-0.4.0.20250123 2025-03-21T20:17:57.8998629Z * [new branch] swiftpm-0.4.0.20250124 -> origin/swiftpm-0.4.0.20250124 2025-03-21T20:17:57.8999664Z * [new branch] swiftpm-0.4.0.20250125 -> origin/swiftpm-0.4.0.20250125 2025-03-21T20:17:57.9000665Z * [new branch] swiftpm-0.4.0.20250126 -> origin/swiftpm-0.4.0.20250126 2025-03-21T20:17:57.9001656Z * [new branch] swiftpm-0.4.0.20250127 -> origin/swiftpm-0.4.0.20250127 2025-03-21T20:17:57.9002761Z * [new branch] swiftpm-0.4.0.20250128 -> origin/swiftpm-0.4.0.20250128 2025-03-21T20:17:57.9003807Z * [new branch] swiftpm-0.4.0.20250129 -> origin/swiftpm-0.4.0.20250129 2025-03-21T20:17:57.9004794Z * [new branch] swiftpm-0.4.0.20250130 -> origin/swiftpm-0.4.0.20250130 2025-03-21T20:17:57.9005969Z * [new branch] swiftpm-0.5.0 -> origin/swiftpm-0.5.0 2025-03-21T20:17:57.9007049Z * [new branch] swiftpm-0.5.0.20250130 -> origin/swiftpm-0.5.0.20250130 2025-03-21T20:17:57.9008077Z * [new branch] swiftpm-0.5.0.20250131 -> origin/swiftpm-0.5.0.20250131 2025-03-21T20:17:57.9009090Z * [new branch] swiftpm-0.5.0.20250201 -> origin/swiftpm-0.5.0.20250201 2025-03-21T20:17:57.9010126Z * [new branch] swiftpm-0.5.0.20250202 -> origin/swiftpm-0.5.0.20250202 2025-03-21T20:17:57.9011175Z * [new branch] swiftpm-0.5.0.20250203 -> origin/swiftpm-0.5.0.20250203 2025-03-21T20:17:57.9012213Z * [new branch] swiftpm-0.5.0.20250204 -> origin/swiftpm-0.5.0.20250204 2025-03-21T20:17:57.9013193Z * [new branch] swiftpm-0.5.0.20250205 -> origin/swiftpm-0.5.0.20250205 2025-03-21T20:17:57.9014276Z * [new branch] swiftpm-0.5.0.20250206 -> origin/swiftpm-0.5.0.20250206 2025-03-21T20:17:57.9015333Z * [new branch] swiftpm-0.5.0.20250207 -> origin/swiftpm-0.5.0.20250207 2025-03-21T20:17:57.9016808Z * [new branch] swiftpm-0.5.0.20250208 -> origin/swiftpm-0.5.0.20250208 2025-03-21T20:17:57.9017827Z * [new branch] swiftpm-0.5.0.20250209 -> origin/swiftpm-0.5.0.20250209 2025-03-21T20:17:57.9018893Z * [new branch] swiftpm-0.5.0.20250210 -> origin/swiftpm-0.5.0.20250210 2025-03-21T20:17:57.9020325Z * [new branch] swiftpm-0.5.0.20250211 -> origin/swiftpm-0.5.0.20250211 2025-03-21T20:17:57.9021376Z * [new branch] swiftpm-0.5.0.20250212 -> origin/swiftpm-0.5.0.20250212 2025-03-21T20:17:57.9022381Z * [new branch] swiftpm-0.5.0.20250213 -> origin/swiftpm-0.5.0.20250213 2025-03-21T20:17:57.9023434Z * [new branch] swiftpm-0.5.0.20250214 -> origin/swiftpm-0.5.0.20250214 2025-03-21T20:17:57.9024460Z * [new branch] swiftpm-0.5.0.20250215 -> origin/swiftpm-0.5.0.20250215 2025-03-21T20:17:57.9025549Z * [new branch] swiftpm-0.5.0.20250216 -> origin/swiftpm-0.5.0.20250216 2025-03-21T20:17:57.9026887Z * [new branch] swiftpm-0.5.0.20250217 -> origin/swiftpm-0.5.0.20250217 2025-03-21T20:17:57.9027919Z * [new branch] swiftpm-0.5.0.20250218 -> origin/swiftpm-0.5.0.20250218 2025-03-21T20:17:57.9028958Z * [new branch] swiftpm-0.5.0.20250219 -> origin/swiftpm-0.5.0.20250219 2025-03-21T20:17:57.9030038Z * [new branch] swiftpm-0.5.0.20250220 -> origin/swiftpm-0.5.0.20250220 2025-03-21T20:17:57.9031073Z * [new branch] swiftpm-0.5.0.20250221 -> origin/swiftpm-0.5.0.20250221 2025-03-21T20:17:57.9032163Z * [new branch] swiftpm-0.5.0.20250222 -> origin/swiftpm-0.5.0.20250222 2025-03-21T20:17:57.9033188Z * [new branch] swiftpm-0.5.0.20250223 -> origin/swiftpm-0.5.0.20250223 2025-03-21T20:17:57.9034223Z * [new branch] swiftpm-0.5.0.20250224 -> origin/swiftpm-0.5.0.20250224 2025-03-21T20:17:57.9035275Z * [new branch] swiftpm-0.5.0.20250225 -> origin/swiftpm-0.5.0.20250225 2025-03-21T20:17:57.9036356Z * [new branch] swiftpm-0.5.0.20250226 -> origin/swiftpm-0.5.0.20250226 2025-03-21T20:17:57.9037384Z * [new branch] swiftpm-0.5.0.20250227 -> origin/swiftpm-0.5.0.20250227 2025-03-21T20:17:57.9038466Z * [new branch] swiftpm-0.5.0.20250228 -> origin/swiftpm-0.5.0.20250228 2025-03-21T20:17:57.9039578Z * [new branch] swiftpm-0.5.0.20250301 -> origin/swiftpm-0.5.0.20250301 2025-03-21T20:17:57.9040584Z * [new branch] swiftpm-0.5.0.20250302 -> origin/swiftpm-0.5.0.20250302 2025-03-21T20:17:57.9041672Z * [new branch] swiftpm-0.5.0.20250303 -> origin/swiftpm-0.5.0.20250303 2025-03-21T20:17:57.9042707Z * [new branch] swiftpm-0.5.0.20250304 -> origin/swiftpm-0.5.0.20250304 2025-03-21T20:17:57.9043711Z * [new branch] swiftpm-0.5.0.20250306 -> origin/swiftpm-0.5.0.20250306 2025-03-21T20:17:57.9044747Z * [new branch] swiftpm-0.5.0.20250307 -> origin/swiftpm-0.5.0.20250307 2025-03-21T20:17:57.9045860Z * [new branch] swiftpm-0.5.0.20250308 -> origin/swiftpm-0.5.0.20250308 2025-03-21T20:17:57.9046875Z * [new branch] swiftpm-0.5.0.20250309 -> origin/swiftpm-0.5.0.20250309 2025-03-21T20:17:57.9047902Z * [new branch] swiftpm-0.5.0.20250310 -> origin/swiftpm-0.5.0.20250310 2025-03-21T20:17:57.9048997Z * [new branch] swiftpm-0.5.0.20250311 -> origin/swiftpm-0.5.0.20250311 2025-03-21T20:17:57.9050084Z * [new branch] swiftpm-0.5.0.20250313 -> origin/swiftpm-0.5.0.20250313 2025-03-21T20:17:57.9051118Z * [new branch] swiftpm-0.5.0.20250314 -> origin/swiftpm-0.5.0.20250314 2025-03-21T20:17:57.9052466Z * [new branch] swiftpm-0.5.0.20250315 -> origin/swiftpm-0.5.0.20250315 2025-03-21T20:17:57.9053501Z * [new branch] swiftpm-0.5.0.20250316 -> origin/swiftpm-0.5.0.20250316 2025-03-21T20:17:57.9054577Z * [new branch] swiftpm-0.5.0.20250317 -> origin/swiftpm-0.5.0.20250317 2025-03-21T20:17:57.9055572Z * [new branch] swiftpm-0.5.0.20250318 -> origin/swiftpm-0.5.0.20250318 2025-03-21T20:17:57.9056601Z * [new branch] swiftpm-0.5.0.20250319 -> origin/swiftpm-0.5.0.20250319 2025-03-21T20:17:57.9057628Z * [new branch] swiftpm-0.5.0.20250320 -> origin/swiftpm-0.5.0.20250320 2025-03-21T20:17:57.9061435Z * [new branch] swiftpm-0.5.0.20250321 -> origin/swiftpm-0.5.0.20250321 2025-03-21T20:17:57.9062756Z * [new branch] switch-to-generic-apple-benchmark-app -> origin/switch-to-generic-apple-benchmark-app 2025-03-21T20:17:57.9063135Z * [new branch] test-docs-branch -> origin/test-docs-branch 2025-03-21T20:17:57.9063400Z * [new branch] test-google-gemma-2b -> origin/test-google-gemma-2b 2025-03-21T20:17:57.9064004Z * [new branch] test-miniconda-24.7.1 -> origin/test-miniconda-24.7.1 2025-03-21T20:17:57.9064967Z * [new branch] test-partial-upload -> origin/test-partial-upload 2025-03-21T20:17:57.9066306Z * [new branch] test2 -> origin/test2 2025-03-21T20:17:57.9067463Z * [new branch] testAddSpec -> origin/testAddSpec 2025-03-21T20:17:57.9068584Z * [new branch] test_rm -> origin/test_rm 2025-03-21T20:17:57.9069676Z * [new branch] tiktoken -> origin/tiktoken 2025-03-21T20:17:57.9071395Z * [new branch] tkaruturi/bundled_example_comment_change -> origin/tkaruturi/bundled_example_comment_change 2025-03-21T20:17:57.9072451Z * [new branch] tkaruturi/bundled_example_comment_fix -> origin/tkaruturi/bundled_example_comment_fix 2025-03-21T20:17:57.9073309Z * [new branch] tkaruturi/coreml_etdump_changes -> origin/tkaruturi/coreml_etdump_changes 2025-03-21T20:17:57.9077986Z * [new branch] tkaruturi/etdump_cmake -> origin/tkaruturi/etdump_cmake 2025-03-21T20:17:57.9079602Z * [new branch] tkaruturi/etdump_cmake_buck_docs -> origin/tkaruturi/etdump_cmake_buck_docs 2025-03-21T20:17:57.9080924Z * [new branch] tkaruturi/etdump_documentation -> origin/tkaruturi/etdump_documentation 2025-03-21T20:17:57.9082348Z * [new branch] tkaruturi/fix_cmake_schema_generation -> origin/tkaruturi/fix_cmake_schema_generation 2025-03-21T20:17:57.9083270Z * [new branch] tkaruturi/fix_linter_error -> origin/tkaruturi/fix_linter_error 2025-03-21T20:17:57.9084324Z * [new branch] tkaruturi/fix_sdk_example_runner -> origin/tkaruturi/fix_sdk_example_runner 2025-03-21T20:17:57.9085526Z * [new branch] tkaruturi/fix_time_scale_in_inspector -> origin/tkaruturi/fix_time_scale_in_inspector 2025-03-21T20:17:57.9086464Z * [new branch] tkaruturi/imporve_sdk_intro -> origin/tkaruturi/imporve_sdk_intro 2025-03-21T20:17:57.9087471Z * [new branch] tkaruturi/jarvis_cross_compile -> origin/tkaruturi/jarvis_cross_compile 2025-03-21T20:17:57.9088472Z * [new branch] tkaruturi/profiler_documentation -> origin/tkaruturi/profiler_documentation 2025-03-21T20:17:57.9089576Z * [new branch] tkaruturi/sdk_documentation_for_debugging -> origin/tkaruturi/sdk_documentation_for_debugging 2025-03-21T20:17:57.9090827Z * [new branch] tkaruturi/sdk_e2e_test -> origin/tkaruturi/sdk_e2e_test 2025-03-21T20:17:57.9091982Z * [new branch] tkaruturi/sdk_example_runner_e2e_script -> origin/tkaruturi/sdk_example_runner_e2e_script 2025-03-21T20:17:57.9092974Z * [new branch] tkaruturi/sdk_intro_documentation -> origin/tkaruturi/sdk_intro_documentation 2025-03-21T20:17:57.9093992Z * [new branch] tkaruturi/template_for_tutorial -> origin/tkaruturi/template_for_tutorial 2025-03-21T20:17:57.9095007Z * [new branch] tkaruturi/vision_encoder_et -> origin/tkaruturi/vision_encoder_et 2025-03-21T20:17:57.9096120Z * [new branch] tkaruturi/xtensa_cross_compile -> origin/tkaruturi/xtensa_cross_compile 2025-03-21T20:17:57.9097222Z * [new branch] tkaruturi/xtensa_cross_compile_doc -> origin/tkaruturi/xtensa_cross_compile_doc 2025-03-21T20:17:57.9098184Z * [new branch] tkaruturi/xtensa_full_demo -> origin/tkaruturi/xtensa_full_demo 2025-03-21T20:17:57.9099259Z * [new branch] tkaruturi/xtensa_linear_demo -> origin/tkaruturi/xtensa_linear_demo 2025-03-21T20:17:57.9100448Z * [new branch] token_ids -> origin/token_ids 2025-03-21T20:17:57.9101557Z * [new branch] tokenizer -> origin/tokenizer 2025-03-21T20:17:57.9102817Z * [new branch] tosa_ref_model_fix -> origin/tosa_ref_model_fix 2025-03-21T20:17:57.9103959Z * [new branch] tosa_ser_fix_on_0.5 -> origin/tosa_ser_fix_on_0.5 2025-03-21T20:17:57.9105106Z * [new branch] tosa_serialization_fix -> origin/tosa_serialization_fix 2025-03-21T20:17:57.9106357Z * [new branch] training_ir_migration -> origin/training_ir_migration 2025-03-21T20:17:57.9107609Z * [new branch] tugsbayasgalan-patch-1 -> origin/tugsbayasgalan-patch-1 2025-03-21T20:17:57.9108608Z * [new branch] update-0.2.1 -> origin/update-0.2.1 2025-03-21T20:17:57.9109736Z * [new branch] update-ao-pinned-commit -> origin/update-ao-pinned-commit 2025-03-21T20:17:57.9110880Z * [new branch] update-cherry-pick-bot-command -> origin/update-cherry-pick-bot-command 2025-03-21T20:17:57.9112404Z * [new branch] update-pytorch-commit-hash/10001481831-208-1 -> origin/update-pytorch-commit-hash/10001481831-208-1 2025-03-21T20:17:57.9113359Z * [new branch] update-pytorch-commit-hash/10016779643-209-1 -> origin/update-pytorch-commit-hash/10016779643-209-1 2025-03-21T20:17:57.9114407Z * [new branch] update-pytorch-commit-hash/10294824671-229-1 -> origin/update-pytorch-commit-hash/10294824671-229-1 2025-03-21T20:17:57.9115308Z * [new branch] update-pytorch-commit-hash/7535757395-1-4 -> origin/update-pytorch-commit-hash/7535757395-1-4 2025-03-21T20:17:57.9116200Z * [new branch] update-pytorch-commit-hash/7535757395-1-5 -> origin/update-pytorch-commit-hash/7535757395-1-5 2025-03-21T20:17:57.9117126Z * [new branch] update-pytorch-commit-hash/7535757395-1-8 -> origin/update-pytorch-commit-hash/7535757395-1-8 2025-03-21T20:17:57.9118519Z * [new branch] update-pytorch-commit-hash/7549495184-5-2 -> origin/update-pytorch-commit-hash/7549495184-5-2 2025-03-21T20:17:57.9119801Z * [new branch] update-pytorch-commit-hash/7549495184-5-5 -> origin/update-pytorch-commit-hash/7549495184-5-5 2025-03-21T20:17:57.9121242Z * [new branch] update-pytorch-commit-hash/7591486932-11-1 -> origin/update-pytorch-commit-hash/7591486932-11-1 2025-03-21T20:17:57.9122171Z * [new branch] update-pytorch-commit-hash/7705303192-21-1 -> origin/update-pytorch-commit-hash/7705303192-21-1 2025-03-21T20:17:57.9123252Z * [new branch] update-pytorch-commit-hash/8461430243-81-1 -> origin/update-pytorch-commit-hash/8461430243-81-1 2025-03-21T20:17:57.9124196Z * [new branch] update-pytorch-commit-hash/8532209109-90-1 -> origin/update-pytorch-commit-hash/8532209109-90-1 2025-03-21T20:17:57.9125249Z * [new branch] update-pytorch-commit-hash/8677863676-101-1 -> origin/update-pytorch-commit-hash/8677863676-101-1 2025-03-21T20:17:57.9126324Z * [new branch] update-version-txt -> origin/update-version-txt 2025-03-21T20:17:57.9127425Z * [new branch] update_benchmark_infra_doc -> origin/update_benchmark_infra_doc 2025-03-21T20:17:57.9128435Z * [new branch] update_phi_3_tokenizer -> origin/update_phi_3_tokenizer 2025-03-21T20:17:57.9133575Z * [new branch] update_pin_20240118 -> origin/update_pin_20240118 2025-03-21T20:17:57.9134764Z * [new branch] update_pytorch_pin -> origin/update_pytorch_pin 2025-03-21T20:17:57.9136237Z * [new branch] update_readme -> origin/update_readme 2025-03-21T20:17:57.9137337Z * [new branch] update_runtime -> origin/update_runtime 2025-03-21T20:17:57.9138436Z * [new branch] update_upload_workflow -> origin/update_upload_workflow 2025-03-21T20:17:57.9139967Z * [new branch] update_xnnpack -> origin/update_xnnpack 2025-03-21T20:17:57.9141043Z * [new branch] update_xnnpack_docs -> origin/update_xnnpack_docs 2025-03-21T20:17:57.9142110Z * [new branch] upgrade-flatbuffer -> origin/upgrade-flatbuffer 2025-03-21T20:17:57.9143140Z * [new branch] upgrade-version -> origin/upgrade-version 2025-03-21T20:17:57.9144187Z * [new branch] upgrade-versions -> origin/upgrade-versions 2025-03-21T20:17:57.9145227Z * [new branch] upgrade-versions2 -> origin/upgrade-versions2 2025-03-21T20:17:57.9146625Z * [new branch] upload-android-perf-results -> origin/upload-android-perf-results 2025-03-21T20:17:57.9147611Z * [new branch] upload-ios-perf-results -> origin/upload-ios-perf-results 2025-03-21T20:17:57.9148712Z * [new branch] upload-test-spec-s3 -> origin/upload-test-spec-s3 2025-03-21T20:17:57.9149699Z * [new branch] use-apple-perf-workflow -> origin/use-apple-perf-workflow 2025-03-21T20:17:57.9150767Z * [new branch] use-linux-runner-android-test -> origin/use-linux-runner-android-test 2025-03-21T20:17:57.9151689Z * [new branch] use-pytorch-runner -> origin/use-pytorch-runner 2025-03-21T20:17:57.9152701Z * [new branch] use_kv_cache -> origin/use_kv_cache 2025-03-21T20:17:57.9154240Z * [new branch] viable/strict -> origin/viable/strict 2025-03-21T20:17:57.9155296Z * [new branch] vision -> origin/vision 2025-03-21T20:17:57.9156812Z * [new branch] wdvr/increase-timeout -> origin/wdvr/increase-timeout 2025-03-21T20:17:57.9157799Z * [new branch] xcode -> origin/xcode 2025-03-21T20:17:57.9159011Z * [new branch] xcode-16-for-ios-18 -> origin/xcode-16-for-ios-18 2025-03-21T20:17:57.9160102Z * [new branch] xnnp_workspace_sharing -> origin/xnnp_workspace_sharing 2025-03-21T20:17:57.9161180Z * [new branch] xnnpack-update-short-term -> origin/xnnpack-update-short-term 2025-03-21T20:17:57.9162120Z * [new branch] xnnpack_buck -> origin/xnnpack_buck 2025-03-21T20:17:57.9163192Z * [new branch] xnnpack_llama_runner -> origin/xnnpack_llama_runner 2025-03-21T20:17:57.9164619Z * [new branch] zainr/demo -> origin/zainr/demo 2025-03-21T20:17:57.9165739Z * [new tag] android/release/test-1 -> android/release/test-1 2025-03-21T20:17:57.9166435Z * [new tag] android/release/test-2 -> android/release/test-2 2025-03-21T20:17:57.9167399Z * [new tag] ciflow/android/5415 -> ciflow/android/5415 2025-03-21T20:17:57.9168351Z * [new tag] ciflow/android/release/5588 -> ciflow/android/release/5588 2025-03-21T20:17:57.9169186Z * [new tag] ciflow/binaries/3049 -> ciflow/binaries/3049 2025-03-21T20:17:57.9169787Z * [new tag] ciflow/binaries/5343 -> ciflow/binaries/5343 2025-03-21T20:17:57.9170655Z * [new tag] ciflow/binaries/all/2053 -> ciflow/binaries/all/2053 2025-03-21T20:17:57.9171416Z * [new tag] ciflow/binaries/all/2363 -> ciflow/binaries/all/2363 2025-03-21T20:17:57.9172156Z * [new tag] ciflow/binaries/all/2969 -> ciflow/binaries/all/2969 2025-03-21T20:17:57.9173098Z * [new tag] ciflow/binaries/all/3049 -> ciflow/binaries/all/3049 2025-03-21T20:17:57.9174029Z * [new tag] ciflow/binaries/all/3789 -> ciflow/binaries/all/3789 2025-03-21T20:17:57.9175483Z * [new tag] ciflow/binaries/all/7017 -> ciflow/binaries/all/7017 2025-03-21T20:17:57.9176647Z * [new tag] ciflow/binaries/all/sdym -> ciflow/binaries/all/sdym 2025-03-21T20:17:57.9177282Z * [new tag] ciflow/binaries/sdym -> ciflow/binaries/sdym 2025-03-21T20:17:57.9178769Z * [new tag] ciflow/periodic/2367 -> ciflow/periodic/2367 2025-03-21T20:17:57.9180650Z * [new tag] ciflow/periodic/2368 -> ciflow/periodic/2368 2025-03-21T20:17:57.9181062Z * [new tag] ciflow/periodic/3737 -> ciflow/periodic/3737 2025-03-21T20:17:57.9182992Z * [new tag] ciflow/periodic/5343 -> ciflow/periodic/5343 2025-03-21T20:17:57.9183803Z * [new tag] ciflow/periodic/5743 -> ciflow/periodic/5743 2025-03-21T20:17:57.9185368Z * [new tag] ciflow/trunk/1574 -> ciflow/trunk/1574 2025-03-21T20:17:57.9186356Z * [new tag] ciflow/trunk/1986 -> ciflow/trunk/1986 2025-03-21T20:17:57.9187632Z * [new tag] ciflow/trunk/2576 -> ciflow/trunk/2576 2025-03-21T20:17:57.9188896Z * [new tag] ciflow/trunk/2659 -> ciflow/trunk/2659 2025-03-21T20:17:57.9189955Z * [new tag] ciflow/trunk/2720 -> ciflow/trunk/2720 2025-03-21T20:17:57.9191272Z * [new tag] ciflow/trunk/2730 -> ciflow/trunk/2730 2025-03-21T20:17:57.9192692Z * [new tag] ciflow/trunk/2767 -> ciflow/trunk/2767 2025-03-21T20:17:57.9193623Z * [new tag] ciflow/trunk/2818 -> ciflow/trunk/2818 2025-03-21T20:17:57.9194980Z * [new tag] ciflow/trunk/2862 -> ciflow/trunk/2862 2025-03-21T20:17:57.9195809Z * [new tag] ciflow/trunk/2900 -> ciflow/trunk/2900 2025-03-21T20:17:57.9196781Z * [new tag] ciflow/trunk/2937 -> ciflow/trunk/2937 2025-03-21T20:17:57.9198363Z * [new tag] ciflow/trunk/2995 -> ciflow/trunk/2995 2025-03-21T20:17:57.9199410Z * [new tag] ciflow/trunk/3005 -> ciflow/trunk/3005 2025-03-21T20:17:57.9200763Z * [new tag] ciflow/trunk/3018 -> ciflow/trunk/3018 2025-03-21T20:17:57.9202256Z * [new tag] ciflow/trunk/3020 -> ciflow/trunk/3020 2025-03-21T20:17:57.9203843Z * [new tag] ciflow/trunk/3025 -> ciflow/trunk/3025 2025-03-21T20:17:57.9205126Z * [new tag] ciflow/trunk/3049 -> ciflow/trunk/3049 2025-03-21T20:17:57.9206199Z * [new tag] ciflow/trunk/3056 -> ciflow/trunk/3056 2025-03-21T20:17:57.9207965Z * [new tag] ciflow/trunk/3134 -> ciflow/trunk/3134 2025-03-21T20:17:57.9208815Z * [new tag] ciflow/trunk/3199 -> ciflow/trunk/3199 2025-03-21T20:17:57.9209857Z * [new tag] ciflow/trunk/3248 -> ciflow/trunk/3248 2025-03-21T20:17:57.9211397Z * [new tag] ciflow/trunk/3295 -> ciflow/trunk/3295 2025-03-21T20:17:57.9212414Z * [new tag] ciflow/trunk/3369 -> ciflow/trunk/3369 2025-03-21T20:17:57.9214332Z * [new tag] ciflow/trunk/3441 -> ciflow/trunk/3441 2025-03-21T20:17:57.9215387Z * [new tag] ciflow/trunk/3442 -> ciflow/trunk/3442 2025-03-21T20:17:57.9217213Z * [new tag] ciflow/trunk/3786 -> ciflow/trunk/3786 2025-03-21T20:17:57.9218270Z * [new tag] ciflow/trunk/3789 -> ciflow/trunk/3789 2025-03-21T20:17:57.9219319Z * [new tag] ciflow/trunk/3947 -> ciflow/trunk/3947 2025-03-21T20:17:57.9220710Z * [new tag] ciflow/trunk/4076 -> ciflow/trunk/4076 2025-03-21T20:17:57.9221910Z * [new tag] ciflow/trunk/4257 -> ciflow/trunk/4257 2025-03-21T20:17:57.9222935Z * [new tag] ciflow/trunk/4683 -> ciflow/trunk/4683 2025-03-21T20:17:57.9224038Z * [new tag] ciflow/trunk/4710 -> ciflow/trunk/4710 2025-03-21T20:17:57.9224955Z * [new tag] ciflow/trunk/5343 -> ciflow/trunk/5343 2025-03-21T20:17:57.9226402Z * [new tag] ciflow/trunk/5743 -> ciflow/trunk/5743 2025-03-21T20:17:57.9227273Z * [new tag] ciflow/trunk/5838 -> ciflow/trunk/5838 2025-03-21T20:17:57.9228723Z * [new tag] ciflow/trunk/5987 -> ciflow/trunk/5987 2025-03-21T20:17:57.9229555Z * [new tag] ciflow/trunk/6003 -> ciflow/trunk/6003 2025-03-21T20:17:57.9230928Z * [new tag] ciflow/trunk/6562 -> ciflow/trunk/6562 2025-03-21T20:17:57.9231992Z * [new tag] ciflow/trunk/6818 -> ciflow/trunk/6818 2025-03-21T20:17:57.9233066Z * [new tag] ciflow/trunk/8488 -> ciflow/trunk/8488 2025-03-21T20:17:57.9234667Z * [new tag] ciflow/trunk/8592 -> ciflow/trunk/8592 2025-03-21T20:17:57.9235765Z * [new tag] ciflow/trunk/8833 -> ciflow/trunk/8833 2025-03-21T20:17:57.9237219Z * [new tag] ciflow/trunk/8998 -> ciflow/trunk/8998 2025-03-21T20:17:57.9238603Z * [new tag] ciflow/trunk/9223 -> ciflow/trunk/9223 2025-03-21T20:17:57.9239839Z * [new tag] ciflow/trunk/9267 -> ciflow/trunk/9267 2025-03-21T20:17:57.9241203Z * [new tag] ciflow/trunk/9309 -> ciflow/trunk/9309 2025-03-21T20:17:57.9242291Z * [new tag] ciflow/trunk/9357 -> ciflow/trunk/9357 2025-03-21T20:17:57.9243746Z * [new tag] ciflow/trunk/9362 -> ciflow/trunk/9362 2025-03-21T20:17:57.9245054Z * [new tag] ciflow/trunk/9391 -> ciflow/trunk/9391 2025-03-21T20:17:57.9246255Z * [new tag] ciflow/trunk/9392 -> ciflow/trunk/9392 2025-03-21T20:17:57.9247561Z * [new tag] ciflow/trunk/9394 -> ciflow/trunk/9394 2025-03-21T20:17:57.9248497Z * [new tag] ciflow/trunk/9408 -> ciflow/trunk/9408 2025-03-21T20:17:57.9249574Z * [new tag] ciflow/trunk/9434 -> ciflow/trunk/9434 2025-03-21T20:17:57.9250987Z * [new tag] ciflow/trunk/9451 -> ciflow/trunk/9451 2025-03-21T20:17:57.9251860Z * [new tag] ciflow/trunk/9481 -> ciflow/trunk/9481 2025-03-21T20:17:57.9252883Z * [new tag] ciflow/trunk/9482 -> ciflow/trunk/9482 2025-03-21T20:17:57.9253926Z * [new tag] ciflow/trunk/9483 -> ciflow/trunk/9483 2025-03-21T20:17:57.9255394Z * [new tag] ciflow/trunk/9489 -> ciflow/trunk/9489 2025-03-21T20:17:57.9256286Z * [new tag] ciflow/trunk/9494 -> ciflow/trunk/9494 2025-03-21T20:17:57.9257752Z * [new tag] ciflow/trunk/9499 -> ciflow/trunk/9499 2025-03-21T20:17:57.9259051Z * [new tag] stable-2023-08-01 -> stable-2023-08-01 2025-03-21T20:17:57.9260292Z * [new tag] stable-2023-08-15 -> stable-2023-08-15 2025-03-21T20:17:57.9261575Z * [new tag] stable-2023-08-29 -> stable-2023-08-29 2025-03-21T20:17:57.9262795Z * [new tag] stable-2023-09-12 -> stable-2023-09-12 2025-03-21T20:17:57.9263662Z * [new tag] stable-2023-09-19 -> stable-2023-09-19 2025-03-21T20:17:57.9265453Z * [new tag] v0.1.0 -> v0.1.0 2025-03-21T20:17:57.9266847Z * [new tag] v0.1.0-rc1 -> v0.1.0-rc1 2025-03-21T20:17:57.9268200Z * [new tag] v0.1.0-rc2 -> v0.1.0-rc2 2025-03-21T20:17:57.9269419Z * [new tag] v0.2.0 -> v0.2.0 2025-03-21T20:17:57.9270330Z * [new tag] v0.2.0-rc1 -> v0.2.0-rc1 2025-03-21T20:17:57.9271620Z * [new tag] v0.2.0-rc2 -> v0.2.0-rc2 2025-03-21T20:17:57.9272853Z * [new tag] v0.2.0-rc3 -> v0.2.0-rc3 2025-03-21T20:17:57.9274356Z * [new tag] v0.2.0-rc4 -> v0.2.0-rc4 2025-03-21T20:17:57.9275084Z * [new tag] v0.2.0-rc5 -> v0.2.0-rc5 2025-03-21T20:17:57.9276037Z * [new tag] v0.2.0-rc6 -> v0.2.0-rc6 2025-03-21T20:17:57.9276993Z * [new tag] v0.2.1 -> v0.2.1 2025-03-21T20:17:57.9278448Z * [new tag] v0.2.1-rc1 -> v0.2.1-rc1 2025-03-21T20:17:57.9279700Z * [new tag] v0.2.1-rc2 -> v0.2.1-rc2 2025-03-21T20:17:57.9281022Z * [new tag] v0.2.1-rc3 -> v0.2.1-rc3 2025-03-21T20:17:57.9282210Z * [new tag] v0.2.1-rc4 -> v0.2.1-rc4 2025-03-21T20:17:57.9283108Z * [new tag] v0.2.1-rc5 -> v0.2.1-rc5 2025-03-21T20:17:57.9284360Z * [new tag] v0.3.0 -> v0.3.0 2025-03-21T20:17:57.9285355Z * [new tag] v0.3.0-rc1 -> v0.3.0-rc1 2025-03-21T20:17:57.9286785Z * [new tag] v0.3.0-rc2 -> v0.3.0-rc2 2025-03-21T20:17:57.9288278Z * [new tag] v0.3.0-rc3 -> v0.3.0-rc3 2025-03-21T20:17:57.9289249Z * [new tag] v0.3.0-rc4 -> v0.3.0-rc4 2025-03-21T20:17:57.9290619Z * [new tag] v0.3.0-rc5 -> v0.3.0-rc5 2025-03-21T20:17:57.9291364Z * [new tag] v0.3.0-rc6 -> v0.3.0-rc6 2025-03-21T20:17:57.9292349Z * [new tag] v0.4.0 -> v0.4.0 2025-03-21T20:17:57.9293802Z * [new tag] v0.4.0-rc1 -> v0.4.0-rc1 2025-03-21T20:17:57.9295055Z * [new tag] v0.4.0-rc2 -> v0.4.0-rc2 2025-03-21T20:17:57.9296336Z * [new tag] v0.4.0-rc3 -> v0.4.0-rc3 2025-03-21T20:17:57.9297722Z * [new tag] v0.4.0-rc4 -> v0.4.0-rc4 2025-03-21T20:17:57.9298479Z * [new tag] v0.4.0-rc5 -> v0.4.0-rc5 2025-03-21T20:17:57.9299868Z * [new tag] v0.5.0 -> v0.5.0 2025-03-21T20:17:57.9301131Z * [new tag] v0.5.0-rc1 -> v0.5.0-rc1 2025-03-21T20:17:57.9302591Z * [new tag] v0.5.0-rc2 -> v0.5.0-rc2 2025-03-21T20:17:57.9303821Z * [new tag] v0.5.0-rc3 -> v0.5.0-rc3 2025-03-21T20:17:57.9304614Z * [new tag] v0.5.0-rc4 -> v0.5.0-rc4 2025-03-21T20:17:57.9720298Z [command]/usr/bin/git rev-parse --verify --quiet be92d7d85cb7081ac0a544036da4096a4efa33a8^{object} 2025-03-21T20:17:57.9742451Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.9746093Z ##[endgroup] 2025-03-21T20:17:57.9746435Z ##[group]Determining the checkout info 2025-03-21T20:17:57.9747518Z ##[endgroup] 2025-03-21T20:17:57.9751364Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:17:57.9781925Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:57.9804658Z ##[group]Checking out the ref 2025-03-21T20:17:57.9808426Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:58.4898453Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:17:58.4898821Z 2025-03-21T20:17:58.4899073Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:17:58.4899660Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:17:58.4900230Z state without impacting any branches by switching back to a branch. 2025-03-21T20:17:58.4900615Z 2025-03-21T20:17:58.4900834Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:17:58.4901376Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:17:58.4901692Z 2025-03-21T20:17:58.4901818Z git switch -c 2025-03-21T20:17:58.4902026Z 2025-03-21T20:17:58.4902158Z Or undo this operation with: 2025-03-21T20:17:58.4902345Z 2025-03-21T20:17:58.4902457Z git switch - 2025-03-21T20:17:58.4902596Z 2025-03-21T20:17:58.4902866Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:17:58.4903228Z 2025-03-21T20:17:58.4903405Z HEAD is now at be92d7d85 [Android] Use new Llm package API 2025-03-21T20:17:58.4951474Z ##[endgroup] 2025-03-21T20:17:58.4951954Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:17:58.4957600Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:58.5000489Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:17:58.5033464Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:17:58.5059175Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:17:58.5081461Z ##[endgroup] 2025-03-21T20:17:58.5081892Z ##[group]Fetching submodules 2025-03-21T20:17:58.5085394Z [command]/usr/bin/git submodule sync 2025-03-21T20:17:58.5354599Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force 2025-03-21T20:17:58.5617562Z 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:17:58.5619236Z 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:17:58.5622215Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:17:58.5625716Z 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:17:58.5629460Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:17:58.5632597Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:17:58.5636336Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:17:58.5640196Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:17:58.5643899Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:17:58.5648430Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:17:58.5652133Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:17:58.5656020Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:17:58.5660210Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:17:58.5664317Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:17:58.5669690Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:17:58.5674882Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:17:58.5682017Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:17:58.5686333Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:17:58.5691074Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:17:58.5695868Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:17:58.5700870Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:17:58.5706053Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:17:58.5711206Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:17:58.5741539Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:17:58.8676629Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:17:58.8679163Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:17:58.8681528Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:17:58.8712899Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:17:58.8987230Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:17:59.0391819Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:17:59.0415955Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:09.2109444Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:09.2111325Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:09.2113093Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:09.2114961Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:09.2116428Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:09.2117990Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:09.2119564Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:09.2121047Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:09.2122555Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:09.2124135Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:09.2125986Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:09.2127764Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:09.2129287Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:09.3109911Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:17.9151986Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:17.9303483Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:17.9434458Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:17.9529972Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:18.1026209Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:18.1392273Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:18.1501842Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:18.1601192Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:18.1675099Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:18.8747210Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:18.9703859Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:18.9810098Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:19.0076069Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:19.1859911Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:19.2038973Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:19.2957423Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:19.4342341Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:19.4631595Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:19.4749155Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:19.5188214Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:19.5289587Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:19.5365055Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:19.6363391Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:19.6707004Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:19.6719160Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:19.6983700Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:19.7008017Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:19.7035296Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:19.7060988Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:19.7087892Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:19.7112991Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:19.7137605Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:19.7162177Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:19.7187821Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:19.7212542Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:19.7236873Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:19.7260946Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:19.7285805Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:19.7309848Z Entering 'shim' 2025-03-21T20:18:19.7333654Z Entering 'third-party/ao' 2025-03-21T20:18:19.7358004Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:19.7382530Z Entering 'third-party/flatcc' 2025-03-21T20:18:19.7407069Z Entering 'third-party/gflags' 2025-03-21T20:18:19.7431996Z Entering 'third-party/googletest' 2025-03-21T20:18:19.7456609Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:19.7482079Z Entering 'third-party/pocketfft' 2025-03-21T20:18:19.7506728Z Entering 'third-party/prelude' 2025-03-21T20:18:19.7530651Z Entering 'third-party/pybind11' 2025-03-21T20:18:19.7563632Z ##[endgroup] 2025-03-21T20:18:19.7564094Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:19.7578089Z [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:19.7834470Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:19.7886091Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:19.7937666Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:19.7989445Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:19.8041425Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:19.8093317Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:19.8143768Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:19.8196182Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:19.8246852Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:19.8315418Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:19.8368478Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:19.8420589Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:19.8470778Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:19.8525420Z Entering 'shim' 2025-03-21T20:18:19.8577083Z Entering 'third-party/ao' 2025-03-21T20:18:19.8629043Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:19.8685354Z Entering 'third-party/flatcc' 2025-03-21T20:18:19.8737137Z Entering 'third-party/gflags' 2025-03-21T20:18:19.8788724Z Entering 'third-party/googletest' 2025-03-21T20:18:19.8839466Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:19.8890259Z Entering 'third-party/pocketfft' 2025-03-21T20:18:19.8940453Z Entering 'third-party/prelude' 2025-03-21T20:18:19.8992026Z Entering 'third-party/pybind11' 2025-03-21T20:18:19.9054178Z [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:19.9312815Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:19.9360764Z 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:19.9362261Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:19.9412962Z 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:19.9414398Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:19.9463640Z 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:19.9465010Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:19.9515348Z 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:19.9516538Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:19.9567263Z 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:19.9568495Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:19.9619770Z 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:19.9620836Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:19.9669576Z 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:19.9670649Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:19.9721794Z 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:19.9722852Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:19.9772259Z 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:19.9773323Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:19.9823434Z 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:19.9825276Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:19.9875849Z 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:19.9877283Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:19.9926712Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:19.9928156Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:19.9977431Z 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:19.9978947Z Entering 'shim' 2025-03-21T20:18:20.0027912Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:20.0029663Z Entering 'third-party/ao' 2025-03-21T20:18:20.0079214Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:20.0080554Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:20.0128593Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:20.0130070Z Entering 'third-party/flatcc' 2025-03-21T20:18:20.0179075Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:20.0180426Z Entering 'third-party/gflags' 2025-03-21T20:18:20.0228286Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:20.0229710Z Entering 'third-party/googletest' 2025-03-21T20:18:20.0289672Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:20.0290657Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:20.0329471Z 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:20.0330936Z Entering 'third-party/pocketfft' 2025-03-21T20:18:20.0381369Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:20.0382771Z Entering 'third-party/prelude' 2025-03-21T20:18:20.0429965Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:20.0431436Z Entering 'third-party/pybind11' 2025-03-21T20:18:20.0480742Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:20.0661016Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:20.0923488Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:20.0948510Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:20.0975906Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:20.1002114Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:20.1027017Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:20.1051433Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:20.1076761Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:20.1101289Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:20.1125893Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:20.1150263Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:20.1174816Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:20.1199857Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:20.1223708Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:20.1247718Z Entering 'shim' 2025-03-21T20:18:20.1271991Z Entering 'third-party/ao' 2025-03-21T20:18:20.1296429Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:20.1320522Z Entering 'third-party/flatcc' 2025-03-21T20:18:20.1344898Z Entering 'third-party/gflags' 2025-03-21T20:18:20.1369656Z Entering 'third-party/googletest' 2025-03-21T20:18:20.1394583Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:20.1418570Z Entering 'third-party/pocketfft' 2025-03-21T20:18:20.1443062Z Entering 'third-party/prelude' 2025-03-21T20:18:20.1467124Z Entering 'third-party/pybind11' 2025-03-21T20:18:20.1505052Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:20.1761946Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:20.1787820Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:20.1813232Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:20.1838753Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:20.1863880Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:20.1889249Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:20.1913908Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:20.1938777Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:20.1963471Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:20.1988284Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:20.2012613Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:20.2037205Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:20.2061366Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:20.2088277Z Entering 'shim' 2025-03-21T20:18:20.2112856Z Entering 'third-party/ao' 2025-03-21T20:18:20.2136810Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:20.2160897Z Entering 'third-party/flatcc' 2025-03-21T20:18:20.2185087Z Entering 'third-party/gflags' 2025-03-21T20:18:20.2209048Z Entering 'third-party/googletest' 2025-03-21T20:18:20.2233768Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:20.2257870Z Entering 'third-party/pocketfft' 2025-03-21T20:18:20.2282367Z Entering 'third-party/prelude' 2025-03-21T20:18:20.2306729Z Entering 'third-party/pybind11' 2025-03-21T20:18:20.2342588Z ##[endgroup] 2025-03-21T20:18:20.2378166Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:20.2400644Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:20.2608160Z Prepare all required actions 2025-03-21T20:18:20.2608696Z Getting action download info 2025-03-21T20:18:20.3495147Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:20.4994081Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:20.4994548Z with: 2025-03-21T20:18:20.4994838Z docker-image-name: executorch-ubuntu-22.04-linter 2025-03-21T20:18:20.4995215Z docker-build-dir: .ci/docker 2025-03-21T20:18:20.4995537Z working-directory: pytorch/executorch 2025-03-21T20:18:20.4995962Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:20.4996381Z force-push: false 2025-03-21T20:18:20.4996625Z env: 2025-03-21T20:18:20.4996869Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:18:20.4997236Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:20.4997534Z PR_NUMBER: 2025-03-21T20:18:20.5002848Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:20.5008656Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:20.5009269Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:20.5009840Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:20.5010257Z ##[endgroup] 2025-03-21T20:18:20.5034363Z ##[group]Run set -ex 2025-03-21T20:18:20.5034711Z set -ex 2025-03-21T20:18:20.5034959Z  2025-03-21T20:18:20.5035407Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:20.5036102Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:20.5036695Z # job could then download the pre-built image as usual 2025-03-21T20:18:20.5037232Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:20.5037728Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5038201Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5038634Z  2025-03-21T20:18:20.5039013Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:20.5039480Z  exit 0 2025-03-21T20:18:20.5039709Z else 2025-03-21T20:18:20.5039989Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5040337Z fi 2025-03-21T20:18:20.5040562Z  2025-03-21T20:18:20.5041102Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:20.5041735Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:20.5042283Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:20.5042783Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:20.5043361Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5043871Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5044303Z else 2025-03-21T20:18:20.5044633Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:20.5045105Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5045781Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5046375Z fi 2025-03-21T20:18:20.5052163Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:20.5052568Z env: 2025-03-21T20:18:20.5052842Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:18:20.5053208Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:20.5053515Z PR_NUMBER: 2025-03-21T20:18:20.5058768Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:20.5064488Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:20.5065217Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:20.5065814Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:20.5066239Z REPO_NAME: executorch 2025-03-21T20:18:20.5066556Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-linter 2025-03-21T20:18:20.5066946Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:20.5067339Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:20.5067752Z ##[endgroup] 2025-03-21T20:18:20.5093247Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:20.5093768Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:20.5094259Z + echo skip=false 2025-03-21T20:18:20.5095045Z + [[ executorch-ubuntu-22.04-linter == *\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:20.5097908Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:20.5114117Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:20.5114928Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:20.5116617Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:20.5148881Z ##[group]Run set +e 2025-03-21T20:18:20.5149243Z set +e 2025-03-21T20:18:20.5149499Z set -x 2025-03-21T20:18:20.5149761Z  2025-03-21T20:18:20.5149977Z login() { 2025-03-21T20:18:20.5150479Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:20.5151026Z } 2025-03-21T20:18:20.5151251Z  2025-03-21T20:18:20.5151477Z retry () { 2025-03-21T20:18:20.5151748Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:20.5152085Z } 2025-03-21T20:18:20.5152309Z  2025-03-21T20:18:20.5152554Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:20.5152879Z  2025-03-21T20:18:20.5153161Z START_TIME=$(date +%s) 2025-03-21T20:18:20.5153479Z # Wait up to 120 minutes 2025-03-21T20:18:20.5153863Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:20.5154380Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:20.5154893Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:20.5155274Z  exit 0 2025-03-21T20:18:20.5155528Z  fi 2025-03-21T20:18:20.5155756Z  2025-03-21T20:18:20.5156156Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:20.5156843Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:20.5157529Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:20.5158061Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:20.5158485Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:20.5158861Z  break 2025-03-21T20:18:20.5159111Z  else 2025-03-21T20:18:20.5159468Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:20.5159906Z  sleep 300 2025-03-21T20:18:20.5160157Z  fi 2025-03-21T20:18:20.5160536Z done 2025-03-21T20:18:20.5160772Z  2025-03-21T20:18:20.5161136Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:20.5161756Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:20.5162302Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:20.5162782Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:20.5163195Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:20.5163536Z else 2025-03-21T20:18:20.5163888Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:20.5164389Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:20.5164782Z fi 2025-03-21T20:18:20.5164999Z  2025-03-21T20:18:20.5165251Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:20.5165632Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5165994Z  2025-03-21T20:18:20.5166484Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:20.5167062Z  exit 0 2025-03-21T20:18:20.5167293Z fi 2025-03-21T20:18:20.5167522Z  2025-03-21T20:18:20.5167849Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:20.5168564Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:20.5169175Z  exit 1 2025-03-21T20:18:20.5169402Z fi 2025-03-21T20:18:20.5169709Z  2025-03-21T20:18:20.5170091Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:20.5170773Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:20.5171395Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:20.5172101Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:20.5172898Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:20.5173366Z fi 2025-03-21T20:18:20.5173878Z  2025-03-21T20:18:20.5174196Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:20.5179971Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:20.5180375Z env: 2025-03-21T20:18:20.5181076Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:20.5181858Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:20.5182167Z PR_NUMBER: 2025-03-21T20:18:20.5187462Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:20.5193281Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:20.5193899Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:20.5194479Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:20.5194914Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:20.5195279Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:20.5195716Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:20.5196185Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:20.5196600Z DOCKER_PUSH: 2025-03-21T20:18:20.5196848Z ##[endgroup] 2025-03-21T20:18:20.5220784Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:20.5221252Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:20.5223521Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:20.5224850Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:21.0824357Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:21.0825164Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:21.0826921Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:21.0827372Z 2025-03-21T20:18:21.0827502Z Login Succeeded 2025-03-21T20:18:21.0843092Z ++ date +%s 2025-03-21T20:18:21.0851542Z + START_TIME=1742588301 2025-03-21T20:18:21.0855239Z ++ date +%s 2025-03-21T20:18:21.0863055Z + [[ 1742581101 -lt 1742588301 ]] 2025-03-21T20:18:21.0864264Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:21.4129013Z { 2025-03-21T20:18:21.4129424Z "schemaVersion": 2, 2025-03-21T20:18:21.4130185Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:21.4130757Z "config": { 2025-03-21T20:18:21.4131095Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:21.4131588Z "size": 15122, 2025-03-21T20:18:21.4132025Z "digest": "sha256:50a6d9b162bd9c7a495beeba6a2d4970171f1c0ea634cc4225b589d577279d7d" 2025-03-21T20:18:21.4132510Z }, 2025-03-21T20:18:21.4132745Z "layers": [ 2025-03-21T20:18:21.4132967Z { 2025-03-21T20:18:21.4133307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4133828Z "size": 30440118, 2025-03-21T20:18:21.4134263Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:21.4134773Z }, 2025-03-21T20:18:21.4134981Z { 2025-03-21T20:18:21.4135325Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4135756Z "size": 632, 2025-03-21T20:18:21.4136165Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:21.4136653Z }, 2025-03-21T20:18:21.4136861Z { 2025-03-21T20:18:21.4137204Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4137639Z "size": 157526552, 2025-03-21T20:18:21.4138055Z "digest": "sha256:9c170e291557170fa7276596fd6e4d8695f648307fb40fc2020926063bdefe88" 2025-03-21T20:18:21.4138542Z }, 2025-03-21T20:18:21.4138745Z { 2025-03-21T20:18:21.4139085Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4139503Z "size": 623, 2025-03-21T20:18:21.4139918Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:21.4140687Z }, 2025-03-21T20:18:21.4140938Z { 2025-03-21T20:18:21.4141282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4141704Z "size": 19308720, 2025-03-21T20:18:21.4142160Z "digest": "sha256:ebdfdbfd420e30c5c559bcda34b8a4073875b77b13abb95cabf67b6104278ff1" 2025-03-21T20:18:21.4142666Z }, 2025-03-21T20:18:21.4142870Z { 2025-03-21T20:18:21.4143206Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4143622Z "size": 737, 2025-03-21T20:18:21.4144053Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:21.4144553Z }, 2025-03-21T20:18:21.4144757Z { 2025-03-21T20:18:21.4145203Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4145645Z "size": 131418367, 2025-03-21T20:18:21.4146082Z "digest": "sha256:8104562f6bfdf47a57267d1ea2b54bbfe500393d878463d66eb1abdb7a776f2a" 2025-03-21T20:18:21.4146740Z }, 2025-03-21T20:18:21.4146960Z { 2025-03-21T20:18:21.4147301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4147724Z "size": 447, 2025-03-21T20:18:21.4148144Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:21.4148633Z }, 2025-03-21T20:18:21.4148837Z { 2025-03-21T20:18:21.4149176Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4149592Z "size": 102, 2025-03-21T20:18:21.4150013Z "digest": "sha256:7fa900426c2aed1a7f09167dfe24319f411a61aeb43aedf2494e1c0382815ae9" 2025-03-21T20:18:21.4150507Z }, 2025-03-21T20:18:21.4150709Z { 2025-03-21T20:18:21.4151179Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4151603Z "size": 637, 2025-03-21T20:18:21.4152024Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:21.4152510Z }, 2025-03-21T20:18:21.4152723Z { 2025-03-21T20:18:21.4153076Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4153496Z "size": 33695152, 2025-03-21T20:18:21.4153940Z "digest": "sha256:35cbaa1ad587d8b88464e385b8ca620dbdbc0ba7134050ab61512561ee4c8fdb" 2025-03-21T20:18:21.4154455Z }, 2025-03-21T20:18:21.4154660Z { 2025-03-21T20:18:21.4155003Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4155423Z "size": 319, 2025-03-21T20:18:21.4155838Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:21.4156325Z }, 2025-03-21T20:18:21.4156531Z { 2025-03-21T20:18:21.4156880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4157304Z "size": 249991094, 2025-03-21T20:18:21.4157745Z "digest": "sha256:fb45ec1e5fc1498c6446f5d1e00a04420d2793241a6b96dd568128e5eb11a5e6" 2025-03-21T20:18:21.4158239Z }, 2025-03-21T20:18:21.4158452Z { 2025-03-21T20:18:21.4158795Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4159226Z "size": 475, 2025-03-21T20:18:21.4159663Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:21.4160165Z }, 2025-03-21T20:18:21.4160372Z { 2025-03-21T20:18:21.4160712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4161131Z "size": 1044, 2025-03-21T20:18:21.4161559Z "digest": "sha256:b2031edd24a594b7d086f2abc00ebd78e53e25bbc972a3b2e622b5e1fc25869c" 2025-03-21T20:18:21.4162062Z }, 2025-03-21T20:18:21.4162263Z { 2025-03-21T20:18:21.4162602Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4163024Z "size": 613, 2025-03-21T20:18:21.4163456Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:21.4163959Z }, 2025-03-21T20:18:21.4164203Z { 2025-03-21T20:18:21.4164539Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4165048Z "size": 77562688, 2025-03-21T20:18:21.4165492Z "digest": "sha256:fe4934d08c7c406ffedcc01d72d10a8a895de5590af463adc064ab7be4b3c6b2" 2025-03-21T20:18:21.4165993Z }, 2025-03-21T20:18:21.4166198Z { 2025-03-21T20:18:21.4166538Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4166961Z "size": 562, 2025-03-21T20:18:21.4167391Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:18:21.4167888Z }, 2025-03-21T20:18:21.4168096Z { 2025-03-21T20:18:21.4168435Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4168855Z "size": 208, 2025-03-21T20:18:21.4169289Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:18:21.4169797Z }, 2025-03-21T20:18:21.4170000Z { 2025-03-21T20:18:21.4170340Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4170758Z "size": 1189, 2025-03-21T20:18:21.4171198Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:21.4171701Z }, 2025-03-21T20:18:21.4171908Z { 2025-03-21T20:18:21.4172247Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4172668Z "size": 679, 2025-03-21T20:18:21.4173081Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:21.4173811Z }, 2025-03-21T20:18:21.4174028Z { 2025-03-21T20:18:21.4174375Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4174803Z "size": 6839266556, 2025-03-21T20:18:21.4175412Z "digest": "sha256:f892c7dd25c63520a046802169ab5b59c5e3dfea109cb1868b8d9f2760686f19" 2025-03-21T20:18:21.4175906Z }, 2025-03-21T20:18:21.4176114Z { 2025-03-21T20:18:21.4176456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4176879Z "size": 1383, 2025-03-21T20:18:21.4177315Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:21.4177815Z }, 2025-03-21T20:18:21.4178021Z { 2025-03-21T20:18:21.4178366Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4178787Z "size": 679, 2025-03-21T20:18:21.4179200Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:21.4179684Z }, 2025-03-21T20:18:21.4179890Z { 2025-03-21T20:18:21.4180230Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4180651Z "size": 230828721, 2025-03-21T20:18:21.4181092Z "digest": "sha256:d270c79195f54bea2709290986f0ce8e866b36f7c6f91b1291f70faf2cab99bc" 2025-03-21T20:18:21.4181581Z }, 2025-03-21T20:18:21.4181786Z { 2025-03-21T20:18:21.4182127Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4182551Z "size": 828, 2025-03-21T20:18:21.4182983Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:21.4183493Z }, 2025-03-21T20:18:21.4183701Z { 2025-03-21T20:18:21.4184041Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4184465Z "size": 679, 2025-03-21T20:18:21.4184883Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:21.4185467Z }, 2025-03-21T20:18:21.4185686Z { 2025-03-21T20:18:21.4186030Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4186458Z "size": 178598651, 2025-03-21T20:18:21.4186906Z "digest": "sha256:fd8f568f9262ae88b3d93df4c88c01e6eb5127f5ef81a3ed75fa474ad2732ae5" 2025-03-21T20:18:21.4187407Z }, 2025-03-21T20:18:21.4187614Z { 2025-03-21T20:18:21.4187954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4188373Z "size": 530, 2025-03-21T20:18:21.4188795Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:21.4189428Z }, 2025-03-21T20:18:21.4189636Z { 2025-03-21T20:18:21.4189979Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4190402Z "size": 679, 2025-03-21T20:18:21.4190819Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:21.4191302Z }, 2025-03-21T20:18:21.4191515Z { 2025-03-21T20:18:21.4211414Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4211893Z "size": 356, 2025-03-21T20:18:21.4212334Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:21.4212837Z }, 2025-03-21T20:18:21.4213036Z { 2025-03-21T20:18:21.4213410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4213858Z "size": 58798561, 2025-03-21T20:18:21.4214309Z "digest": "sha256:3896eb03f95e0057ab41aee5475cf32ffec0b3dad7d67f2a8214aedfb067ed82" 2025-03-21T20:18:21.4214859Z }, 2025-03-21T20:18:21.4215069Z { 2025-03-21T20:18:21.4215421Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4215862Z "size": 165, 2025-03-21T20:18:21.4216295Z "digest": "sha256:3f1ef055271f76117577daf06e239f276ebceb6acf349decfab11a0cdcfd2d03" 2025-03-21T20:18:21.4216800Z }, 2025-03-21T20:18:21.4217014Z { 2025-03-21T20:18:21.4217364Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4217801Z "size": 1111, 2025-03-21T20:18:21.4218235Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:21.4218729Z }, 2025-03-21T20:18:21.4218927Z { 2025-03-21T20:18:21.4219435Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4219886Z "size": 32, 2025-03-21T20:18:21.4220325Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:21.4220837Z }, 2025-03-21T20:18:21.4221039Z { 2025-03-21T20:18:21.4221397Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:21.4221834Z "size": 108, 2025-03-21T20:18:21.4222271Z "digest": "sha256:d8ccb8a26e8a753fb47dfa5998f5acee1cebe56716d896798227d962041e5301" 2025-03-21T20:18:21.4222778Z } 2025-03-21T20:18:21.4222981Z ] 2025-03-21T20:18:21.4223190Z } 2025-03-21T20:18:21.4223421Z + exit 0 2025-03-21T20:18:21.4289133Z ##[group]Run set -eux 2025-03-21T20:18:21.4289431Z set -eux 2025-03-21T20:18:21.4290336Z 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:21.4296612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:21.4297011Z env: 2025-03-21T20:18:21.4297282Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:18:21.4297644Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:21.4297946Z PR_NUMBER: 2025-03-21T20:18:21.4303190Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:21.4309082Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:21.4309702Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:21.4310288Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:21.4310700Z ##[endgroup] 2025-03-21T20:18:21.4337817Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:21.4338634Z + jq --raw-output .SecretString 2025-03-21T20:18:21.4339706Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:21.4341199Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:22.0503340Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:22.0504013Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:22.0504623Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:22.0505028Z 2025-03-21T20:18:22.0510301Z Login Succeeded 2025-03-21T20:18:22.0593190Z Prepare all required actions 2025-03-21T20:18:22.0627972Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:22.0628380Z with: 2025-03-21T20:18:22.0629049Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:22.0629917Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:22.0630322Z env: 2025-03-21T20:18:22.0630597Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:18:22.0630966Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:22.0631265Z PR_NUMBER: 2025-03-21T20:18:22.0636528Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:22.0642147Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:22.0642746Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:22.0643323Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:22.0643735Z ##[endgroup] 2025-03-21T20:18:22.0662811Z ##[group]Run set -x 2025-03-21T20:18:22.0663110Z set -x 2025-03-21T20:18:22.0663349Z set +e 2025-03-21T20:18:22.0663568Z  2025-03-21T20:18:22.0663790Z login() { 2025-03-21T20:18:22.0664289Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:22.0664835Z } 2025-03-21T20:18:22.0665080Z  2025-03-21T20:18:22.0665395Z retry () { 2025-03-21T20:18:22.0665700Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:22.0666041Z } 2025-03-21T20:18:22.0666268Z  2025-03-21T20:18:22.0666517Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:22.0666823Z  2025-03-21T20:18:22.0667040Z set -e 2025-03-21T20:18:22.0667393Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:22.0667903Z # only pull docker image if it's not available locally 2025-03-21T20:18:22.0668475Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:22.0668999Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:22.0669319Z fi 2025-03-21T20:18:22.0675289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:22.0675690Z env: 2025-03-21T20:18:22.0676534Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:22.0677323Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:22.0677626Z PR_NUMBER: 2025-03-21T20:18:22.0682892Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:18:22.0688538Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:22.0689157Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:22.0689723Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:22.0690226Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:22.0690641Z ##[endgroup] 2025-03-21T20:18:22.0714568Z + set +e 2025-03-21T20:18:22.0715345Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:22.0715844Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:22.0718375Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:22.0719238Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:22.6318017Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:22.6319021Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:22.6319989Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:22.6320667Z 2025-03-21T20:18:22.6320794Z Login Succeeded 2025-03-21T20:18:22.6331566Z + set -e 2025-03-21T20:18:22.6332747Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:22.6444554Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:22.6445821Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:22.9048410Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-linter 2025-03-21T20:18:22.9070612Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:22.9071136Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:22.9071617Z 9c170e291557: Pulling fs layer 2025-03-21T20:18:22.9071995Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:22.9072458Z ebdfdbfd420e: Pulling fs layer 2025-03-21T20:18:22.9072921Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:22.9073354Z 8104562f6bfd: Pulling fs layer 2025-03-21T20:18:22.9073902Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:22.9074455Z 7fa900426c2a: Pulling fs layer 2025-03-21T20:18:22.9074821Z 261c0f487ad0: Waiting 2025-03-21T20:18:22.9075066Z ebdfdbfd420e: Waiting 2025-03-21T20:18:22.9075432Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:22.9075830Z 8104562f6bfd: Waiting 2025-03-21T20:18:22.9076162Z 35cbaa1ad587: Pulling fs layer 2025-03-21T20:18:22.9076450Z 5a102502de33: Waiting 2025-03-21T20:18:22.9076689Z a0c2fdb93dec: Waiting 2025-03-21T20:18:22.9076950Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:22.9077248Z fb45ec1e5fc1: Pulling fs layer 2025-03-21T20:18:22.9077558Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:22.9077851Z b2031edd24a5: Pulling fs layer 2025-03-21T20:18:22.9078119Z 7fa900426c2a: Waiting 2025-03-21T20:18:22.9078383Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:22.9078670Z 85f4a172d5b6: Waiting 2025-03-21T20:18:22.9078919Z 35cbaa1ad587: Waiting 2025-03-21T20:18:22.9079181Z fe4934d08c7c: Pulling fs layer 2025-03-21T20:18:22.9079525Z e1fd02ccae09: Waiting 2025-03-21T20:18:22.9079771Z fb45ec1e5fc1: Waiting 2025-03-21T20:18:22.9080114Z b2031edd24a5: Waiting 2025-03-21T20:18:22.9080367Z 5120711d46e3: Waiting 2025-03-21T20:18:22.9080670Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:18:22.9080939Z fe4934d08c7c: Waiting 2025-03-21T20:18:22.9081204Z eda4db11af8f: Pulling fs layer 2025-03-21T20:18:22.9081524Z fb7c06bc00e5: Waiting 2025-03-21T20:18:22.9081787Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:22.9082077Z eda4db11af8f: Waiting 2025-03-21T20:18:22.9082324Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:22.9082625Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:22.9082899Z f892c7dd25c6: Pulling fs layer 2025-03-21T20:18:22.9083181Z 59fe3e940463: Waiting 2025-03-21T20:18:22.9083438Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:22.9083705Z f892c7dd25c6: Waiting 2025-03-21T20:18:22.9083951Z db5c552aa08b: Waiting 2025-03-21T20:18:22.9084212Z d270c79195f5: Pulling fs layer 2025-03-21T20:18:22.9084502Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:22.9084794Z fd8f568f9262: Pulling fs layer 2025-03-21T20:18:22.9085069Z d270c79195f5: Waiting 2025-03-21T20:18:22.9085327Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:22.9085608Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:22.9086311Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:22.9086820Z 3896eb03f95e: Pulling fs layer 2025-03-21T20:18:22.9087314Z 3f1ef055271f: Pulling fs layer 2025-03-21T20:18:22.9087851Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:22.9088310Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:22.9088635Z d8ccb8a26e8a: Pulling fs layer 2025-03-21T20:18:22.9088908Z 3c65b9b0c077: Waiting 2025-03-21T20:18:22.9089364Z 3896eb03f95e: Waiting 2025-03-21T20:18:22.9089618Z 3f1ef055271f: Waiting 2025-03-21T20:18:22.9089872Z 040f4b25fe47: Waiting 2025-03-21T20:18:22.9090126Z d8ccb8a26e8a: Waiting 2025-03-21T20:18:22.9090422Z 77ba92adb139: Waiting 2025-03-21T20:18:22.9090670Z 4f4fb700ef54: Waiting 2025-03-21T20:18:22.9090921Z fd8f568f9262: Waiting 2025-03-21T20:18:22.9091174Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:23.0143745Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:23.0144155Z 86e413e13063: Download complete 2025-03-21T20:18:23.0890507Z 261c0f487ad0: Download complete 2025-03-21T20:18:23.3484720Z ebdfdbfd420e: Verifying Checksum 2025-03-21T20:18:23.3485147Z ebdfdbfd420e: Download complete 2025-03-21T20:18:23.4623795Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:23.4624415Z a0c2fdb93dec: Download complete 2025-03-21T20:18:23.5086548Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:23.5087156Z 8f84a9f2102e: Download complete 2025-03-21T20:18:23.6150439Z 5a102502de33: Download complete 2025-03-21T20:18:23.7198131Z 7fa900426c2a: Verifying Checksum 2025-03-21T20:18:23.7198744Z 7fa900426c2a: Download complete 2025-03-21T20:18:23.8121048Z 85f4a172d5b6: Download complete 2025-03-21T20:18:24.2125935Z 35cbaa1ad587: Verifying Checksum 2025-03-21T20:18:24.2126520Z 35cbaa1ad587: Download complete 2025-03-21T20:18:24.3355131Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:24.3355701Z 5120711d46e3: Download complete 2025-03-21T20:18:24.4796392Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:24.4909581Z 86e413e13063: Pull complete 2025-03-21T20:18:24.5398856Z 9c170e291557: Download complete 2025-03-21T20:18:24.6302513Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:24.6303127Z e1fd02ccae09: Download complete 2025-03-21T20:18:24.6987400Z b2031edd24a5: Download complete 2025-03-21T20:18:24.8097076Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:24.8097707Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:24.8536999Z 8104562f6bfd: Verifying Checksum 2025-03-21T20:18:24.8537583Z 8104562f6bfd: Download complete 2025-03-21T20:18:24.9555155Z fb7c06bc00e5: Verifying Checksum 2025-03-21T20:18:24.9555754Z fb7c06bc00e5: Download complete 2025-03-21T20:18:25.0474732Z eda4db11af8f: Verifying Checksum 2025-03-21T20:18:25.0475349Z eda4db11af8f: Download complete 2025-03-21T20:18:25.1401453Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:25.2497337Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:25.2497917Z 59fe3e940463: Download complete 2025-03-21T20:18:25.6539603Z fe4934d08c7c: Verifying Checksum 2025-03-21T20:18:25.6540183Z fe4934d08c7c: Download complete 2025-03-21T20:18:25.7706487Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:25.7707119Z db5c552aa08b: Download complete 2025-03-21T20:18:26.9015687Z fb45ec1e5fc1: Verifying Checksum 2025-03-21T20:18:26.9016131Z fb45ec1e5fc1: Download complete 2025-03-21T20:18:26.9720480Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:26.9721516Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:28.3161944Z d270c79195f5: Verifying Checksum 2025-03-21T20:18:28.3162489Z d270c79195f5: Download complete 2025-03-21T20:18:28.4379158Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:28.4379748Z 77ba92adb139: Download complete 2025-03-21T20:18:28.5028843Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:28.5029349Z 3c65b9b0c077: Download complete 2025-03-21T20:18:28.7329521Z 9c170e291557: Pull complete 2025-03-21T20:18:28.8643437Z 261c0f487ad0: Pull complete 2025-03-21T20:18:28.9616289Z fd8f568f9262: Verifying Checksum 2025-03-21T20:18:28.9617058Z fd8f568f9262: Download complete 2025-03-21T20:18:29.0457044Z 3f1ef055271f: Download complete 2025-03-21T20:18:29.1200085Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:29.1200649Z 040f4b25fe47: Download complete 2025-03-21T20:18:29.1271738Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:29.1272334Z 4f4fb700ef54: Download complete 2025-03-21T20:18:29.1465972Z 3896eb03f95e: Verifying Checksum 2025-03-21T20:18:29.1466470Z 3896eb03f95e: Download complete 2025-03-21T20:18:29.2203736Z ebdfdbfd420e: Pull complete 2025-03-21T20:18:29.2357353Z d8ccb8a26e8a: Download complete 2025-03-21T20:18:29.3516415Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:31.9017997Z 8104562f6bfd: Pull complete 2025-03-21T20:18:32.0125885Z 5a102502de33: Pull complete 2025-03-21T20:18:32.1405016Z 7fa900426c2a: Pull complete 2025-03-21T20:18:32.2699702Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:32.8794723Z 35cbaa1ad587: Pull complete 2025-03-21T20:18:32.9375224Z 5120711d46e3: Pull complete 2025-03-21T20:18:38.2720503Z fb45ec1e5fc1: Pull complete 2025-03-21T20:18:38.3962806Z e1fd02ccae09: Pull complete 2025-03-21T20:18:38.5288868Z b2031edd24a5: Pull complete 2025-03-21T20:18:38.6136991Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:40.5170228Z fe4934d08c7c: Pull complete 2025-03-21T20:18:40.7175458Z fb7c06bc00e5: Pull complete 2025-03-21T20:18:40.9168445Z eda4db11af8f: Pull complete 2025-03-21T20:18:41.1277240Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:41.3172641Z 59fe3e940463: Pull complete 2025-03-21T20:19:46.5044093Z f892c7dd25c6: Verifying Checksum 2025-03-21T20:19:46.5044539Z f892c7dd25c6: Download complete 2025-03-21T20:20:57.0475148Z f892c7dd25c6: Pull complete 2025-03-21T20:20:57.2170980Z db5c552aa08b: Pull complete 2025-03-21T20:21:04.3920799Z d270c79195f5: Pull complete 2025-03-21T20:21:04.4206147Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:12.1608054Z fd8f568f9262: Pull complete 2025-03-21T20:21:12.3123582Z 77ba92adb139: Pull complete 2025-03-21T20:21:12.4600789Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:14.4129586Z 3896eb03f95e: Pull complete 2025-03-21T20:21:14.5354161Z 3f1ef055271f: Pull complete 2025-03-21T20:21:14.5819935Z 040f4b25fe47: Pull complete 2025-03-21T20:21:14.7251084Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:14.8181071Z d8ccb8a26e8a: Pull complete 2025-03-21T20:21:14.8544264Z Digest: sha256:290ce36decff26aafc17a0349b0c0849773f4b5d55625ecb4528a65c87b0ec74 2025-03-21T20:21:14.8828864Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:14.9018300Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:14.9061551Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:14.9062574Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:14.9071402Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:14.9071816Z env: 2025-03-21T20:21:14.9072075Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:14.9072453Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:14.9072757Z PR_NUMBER: 2025-03-21T20:21:14.9078270Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:21:14.9084111Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:14.9084713Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:14.9085281Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:14.9085687Z ##[endgroup] 2025-03-21T20:21:14.9380711Z ##[group]Run set -ex 2025-03-21T20:21:14.9381097Z set -ex 2025-03-21T20:21:14.9381337Z { 2025-03-21T20:21:14.9381585Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:14.9381962Z  echo "set -eou pipefail"; 2025-03-21T20:21:14.9382326Z  # shellcheck disable=SC2016 2025-03-21T20:21:14.9382764Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:14.9383132Z  echo "set -x"; 2025-03-21T20:21:14.9383415Z  echo "${SCRIPT}"; 2025-03-21T20:21:14.9383757Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:14.9384127Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:14.9384887Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:14.9391924Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:14.9392287Z env: 2025-03-21T20:21:14.9393014Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:14.9408469Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:14.9408789Z PR_NUMBER: 2025-03-21T20:21:14.9414036Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:21:14.9419845Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:14.9420462Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:14.9421033Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:14.9421750Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:14.9422080Z ##[endgroup] 2025-03-21T20:21:14.9447358Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:14.9447689Z + echo 'set -eou pipefail' 2025-03-21T20:21:14.9447985Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:14.9448410Z + echo 'set -x' 2025-03-21T20:21:14.9448872Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:14.9449738Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:14.9450183Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:14.9450375Z 2025-03-21T20:21:14.9450596Z # For mypy linting, we need to first install executorch first so that 2025-03-21T20:21:14.9451274Z # it builds the python package information. 2025-03-21T20:21:14.9451792Z BUILD_TOOL="cmake" 2025-03-21T20:21:14.9452579Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:14.9453008Z 2025-03-21T20:21:14.9453256Z CACHE_DIRECTORY="/tmp/.lintbin" 2025-03-21T20:21:14.9453580Z # Try to recover the cached binaries 2025-03-21T20:21:14.9453917Z if [[ -d "${CACHE_DIRECTORY}" ]]; then 2025-03-21T20:21:14.9454338Z # It'\''s ok to fail this as lintrunner init would download these binaries 2025-03-21T20:21:14.9454781Z # again if they do not exist 2025-03-21T20:21:14.9455204Z cp -r "${CACHE_DIRECTORY}" . || true 2025-03-21T20:21:14.9455535Z fi 2025-03-21T20:21:14.9455648Z 2025-03-21T20:21:14.9455818Z # This has already been cached in the docker image 2025-03-21T20:21:14.9456183Z lintrunner init 2> /dev/null 2025-03-21T20:21:14.9456366Z 2025-03-21T20:21:14.9456456Z RC=0 2025-03-21T20:21:14.9456686Z # Run lintrunner on all files 2025-03-21T20:21:14.9457137Z if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then 2025-03-21T20:21:14.9457609Z echo "" 2025-03-21T20:21:14.9458339Z echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don'\''t get the same results, run \'\''lintrunner init\'\'' to update your local linter)\e[0m" 2025-03-21T20:21:14.9459418Z echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" 2025-03-21T20:21:14.9459982Z RC=1 2025-03-21T20:21:14.9460195Z fi 2025-03-21T20:21:14.9460320Z 2025-03-21T20:21:14.9460559Z # Use jq to massage the JSON lint output into GitHub Actions workflow commands. 2025-03-21T20:21:14.9461024Z jq --raw-output \ 2025-03-21T20:21:14.9461814Z '\''"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))'\'' \ 2025-03-21T20:21:14.9462630Z lint.json || true 2025-03-21T20:21:14.9462777Z 2025-03-21T20:21:14.9462866Z exit $RC 2025-03-21T20:21:14.9463080Z ' 2025-03-21T20:21:14.9463395Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:14.9553710Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:35.2545073Z Running command: 2025-03-21T20:21:35.2551296Z 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_14000170667" `# 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_78c8a282-7a47-4710-a5e1-f39c3dda3e9c":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_78c8a282-7a47-4710-a5e1-f39c3dda3e9c" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:35.2557772Z 2025-03-21T20:21:35.2558126Z 1552ef503665640bbe35d7fd2b67e8bb656dd11555be89fdb684ed0a12bbd410 2025-03-21T20:21:35.2558839Z Running command: docker exec -t 1552ef503665640bbe35d7fd2b67e8bb656dd11555be89fdb684ed0a12bbd410 /exec 2025-03-21T20:21:35.2559662Z ++ conda env list --json 2025-03-21T20:21:35.2559939Z ++ local cmd=env 2025-03-21T20:21:35.2560176Z ++ case "$cmd" in 2025-03-21T20:21:35.2560439Z ++ __conda_exe env list --json 2025-03-21T20:21:35.2560735Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:35.2561026Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:35.2561357Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:35.2561700Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:35.2562029Z + local cmd=activate 2025-03-21T20:21:35.2562282Z + case "$cmd" in 2025-03-21T20:21:35.2562570Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:35.2562917Z + '[' -n '' ']' 2025-03-21T20:21:35.2563156Z + local ask_conda 2025-03-21T20:21:35.2563416Z ++ PS1='(base) ' 2025-03-21T20:21:35.2563735Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:35.2564243Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:35.2564698Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:35.2565613Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:35.2566571Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:35.2566949Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:35.2567279Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:35.2567700Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:35.2568081Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:35.2568432Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:35.2568783Z export _CE_M='\'''\'' 2025-03-21T20:21:35.2569057Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:35.2569410Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:35.2569802Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:35.2570680Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:35.2571631Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:35.2572012Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:35.2572334Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:35.2572708Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:35.2573074Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:35.2573434Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:35.2574035Z export _CE_M='\'''\'' 2025-03-21T20:21:35.2574304Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:35.2574646Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:35.2575009Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:35.2575832Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:35.2577260Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:35.2578149Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:35.2578516Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:35.2578845Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:35.2579094Z ++ CONDA_SHLVL=2 2025-03-21T20:21:35.2579517Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:35.2579843Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:35.2580168Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:35.2580527Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:35.2580847Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:35.2581166Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:35.2581475Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:35.2581859Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:35.2582265Z ++ export _CE_M= 2025-03-21T20:21:35.2582631Z ++ _CE_M= 2025-03-21T20:21:35.2583031Z ++ export _CE_CONDA= 2025-03-21T20:21:35.2583394Z ++ _CE_CONDA= 2025-03-21T20:21:35.2583673Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:35.2584054Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:35.2584368Z + __conda_hashr 2025-03-21T20:21:35.2584609Z + '[' -n '' ']' 2025-03-21T20:21:35.2584842Z + '[' -n '' ']' 2025-03-21T20:21:35.2585084Z + hash -r 2025-03-21T20:21:35.2585298Z + BUILD_TOOL=cmake 2025-03-21T20:21:35.2585631Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:35.2585986Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:35.2586386Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:21:35.2586722Z + source .ci/scripts/utils.sh 2025-03-21T20:21:35.2587044Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:35.2587509Z ++ parse_args --build-tool cmake 2025-03-21T20:21:35.2587918Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:21:35.2588208Z ++ local args 2025-03-21T20:21:35.2588436Z ++ local i 2025-03-21T20:21:35.2588650Z ++ local BUILD_TOOL= 2025-03-21T20:21:35.2588914Z ++ local BUILD_MODE= 2025-03-21T20:21:35.2589167Z ++ local EDITABLE= 2025-03-21T20:21:35.2589406Z ++ (( i=0 )) 2025-03-21T20:21:35.2589646Z ++ (( i<2 )) 2025-03-21T20:21:35.2589865Z ++ case "${args[$i]}" in 2025-03-21T20:21:35.2590161Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:35.2590398Z ++ i=1 2025-03-21T20:21:35.2590693Z ++ (( i++ )) 2025-03-21T20:21:35.2590970Z ++ (( i<2 )) 2025-03-21T20:21:35.2591277Z ++ '[' -z cmake ']' 2025-03-21T20:21:35.2591533Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:35.2591831Z ++ BUILD_MODE=Release 2025-03-21T20:21:35.2592102Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:35.2592398Z ++ EDITABLE=false 2025-03-21T20:21:35.2592652Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:21:35.2592957Z ++ echo 'cmake Release false' 2025-03-21T20:21:35.2593250Z + [[ false == \t\r\u\e ]] 2025-03-21T20:21:35.2593567Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:21:35.2593953Z + which pip 2025-03-21T20:21:35.2594287Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:21:35.2594792Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:21:35.2595364Z 2025-03-21 20:21:34,317 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:21:35.2596055Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:35.2596890Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:35.2598102Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:35.2599064Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:35.2599831Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:35.2600362Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:35.2601248Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:21:35.2602530Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:21:35.2603444Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:35.2604254Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:35.2605247Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:21:35.2606412Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:21:35.2607692Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:21:35.2608888Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:21:35.2610047Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:21:35.2611197Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:21:35.2612478Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:21:35.2613843Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:21:35.2615232Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:21:35.2616897Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:21:35.2618313Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:21:48.2873323Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:21:48.2875172Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:21:48.2876646Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:21:48.2878060Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:21:48.2879335Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:21:48.2880378Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:21:48.2881337Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:48.2882263Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:48.2883204Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:48.2884202Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:21:48.2885261Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:21:48.2886572Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:21:48.2887902Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:21:48.2889431Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:21:48.2891372Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:21:48.2892903Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:21:48.2893888Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:48.2895073Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:48.2895820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 88.0 MB/s eta 0:00:00 2025-03-21T20:21:48.2896605Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:48.2897415Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:48.2898130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 205.9 MB/s eta 0:00:00 2025-03-21T20:21:48.2898677Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:48.2899053Z Attempting uninstall: timm 2025-03-21T20:21:48.2899377Z Found existing installation: timm 0.6.13 2025-03-21T20:21:48.2899742Z Uninstalling timm-0.6.13: 2025-03-21T20:21:48.2900059Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:48.2900424Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:48.2900793Z Processing ./third-party/ao 2025-03-21T20:21:48.2901212Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:48.2902150Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:48.2902717Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:21:48.2903871Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c2-py3-none-any.whl size=758291 sha256=4f5faa071bbed51562a4be9b819b800ea4a1708890dd99321d1ee849f4f47752 2025-03-21T20:21:48.2905137Z Stored in directory: /tmp/pip-ephem-wheel-cache-9nihstho/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:48.2905937Z Successfully built torchao 2025-03-21T20:21:48.2906254Z Installing collected packages: torchao 2025-03-21T20:21:48.2906644Z Successfully installed torchao-0.10.0+git64bcf4c2 2025-03-21T20:21:48.2907209Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:21:48.2907956Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:48.2908514Z Processing /pytorch/executorch 2025-03-21T20:21:48.2908883Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:21:48.2909271Z running dist_info 2025-03-21T20:21:48.2909644Z creating /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info 2025-03-21T20:21:48.2910274Z writing /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/PKG-INFO 2025-03-21T20:21:48.2911199Z writing dependency_links to /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/dependency_links.txt 2025-03-21T20:21:48.2912290Z writing entry points to /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/entry_points.txt 2025-03-21T20:21:48.2913564Z writing requirements to /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/requires.txt 2025-03-21T20:21:48.2914608Z writing top-level names to /tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/top_level.txt 2025-03-21T20:21:48.2915386Z writing manifest file '/tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:48.2916143Z reading manifest file '/tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:48.2916682Z adding license file 'LICENSE' 2025-03-21T20:21:48.2917234Z writing manifest file '/tmp/pip-modern-metadata-7wj22zxq/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:48.2918071Z creating '/tmp/pip-modern-metadata-7wj22zxq/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:21:48.2918845Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:48.2919673Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:21:48.2920497Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:48.2921771Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:21:48.2923129Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:21:48.2924047Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:21:48.2925260Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:21:48.2926498Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:21:48.2927626Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:21:48.2928759Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:21:48.2929926Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:21:48.2931046Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:21:48.2931841Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:48.2933080Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:21:48.2934350Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:21:48.2934937Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:48.2936302Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:21:48.2937693Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:48.2938663Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:21:48.2939798Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:21:48.2940927Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:22:01.0335619Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:01.0338165Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:22:01.0340343Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:01.0341934Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:22:01.0343792Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:22:01.0345217Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:01.0346581Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:01.0347851Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:22:01.0349156Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:22:01.0350761Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:22:01.0352939Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:22:01.0355116Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:22:01.0357110Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:22:01.0358518Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:01.0360625Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:22:01.0362730Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:01.0363671Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:01.0365994Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:22:01.0368242Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:01.0369852Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:22:01.0372315Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:22:01.0374135Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:01.0374962Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:01.0375666Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:01.0376331Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:01.0376975Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:01.0377628Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:01.0378296Z Building wheels for collected packages: executorch 2025-03-21T20:22:01.0379108Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:01.0380114Z running bdist_wheel 2025-03-21T20:22:01.0380523Z running build 2025-03-21T20:22:01.0380885Z command options for 'CustomBuild': 2025-03-21T20:22:01.0381365Z build_base = pip-out 2025-03-21T20:22:01.0381828Z build_purelib = pip-out/lib 2025-03-21T20:22:01.0382455Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:01.0383191Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:01.0383875Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:01.0384507Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:01.0385164Z plat_name = linux-x86_64 2025-03-21T20:22:01.0385981Z compiler = None 2025-03-21T20:22:01.0386369Z parallel = 7 2025-03-21T20:22:01.0386746Z debug = None 2025-03-21T20:22:01.0387145Z force = None 2025-03-21T20:22:01.0387642Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:01.0388598Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:01.0389923Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:01.0392072Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:01.0394062Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:01.0395487Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:01.0396889Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:01.0397766Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:01.0398702Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:01.0400059Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:01.0401600Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:01.0402751Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:01.0403359Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:01.0403958Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:01.0404598Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:01.0405205Z CMake Warning: 2025-03-21T20:22:01.0405717Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:01.0406259Z 2025-03-21T20:22:01.0406289Z 2025-03-21T20:22:01.0406498Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:01.0407606Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:01.0409352Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:01.0410685Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:01.0415683Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:01.0417652Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:01.0419629Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:01.0421420Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:01.0422976Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:01.0424530Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:01.0426552Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:01.0428571Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:01.0430366Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:01.0432098Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:01.0433078Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:01.0433545Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:01.0434537Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:01.0435559Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:01.0436555Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:01.0437986Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:01.0439373Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:01.0440904Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:01.0442311Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:01.0443748Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:01.0445364Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:01.0446928Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:01.0447957Z [ 2%] Built target flatccrt 2025-03-21T20:22:01.0448922Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:01.0450038Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:01.0450651Z [ 2%] Built target pthreadpool 2025-03-21T20:22:01.0451754Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:01.0453512Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:02.1263153Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:02.1264418Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:02.1265428Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:02.1266647Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:02.1267435Z -- Detecting CXX compile features 2025-03-21T20:22:02.1268045Z -- Detecting CXX compile features - done 2025-03-21T20:22:02.1268588Z -- Looking for strtof_l 2025-03-21T20:22:02.1270020Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:02.1272016Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:02.1273901Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:02.1275313Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:02.1276875Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:02.1278638Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:02.1280470Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:02.1282488Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:02.1284407Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:02.1286336Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:02.1287849Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:02.1289701Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:02.1290869Z -- Looking for strtof_l - found 2025-03-21T20:22:02.1291428Z -- Looking for strtoull_l 2025-03-21T20:22:02.1292294Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:02.1294402Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:02.1296171Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:02.1297860Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:02.1299359Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:02.1301255Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:02.1303264Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:02.1305768Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:02.1308225Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:02.1310289Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:02.1312106Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:02.1313712Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:02.1315214Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:02.1316695Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:02.1318159Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:02.1319261Z -- Looking for strtoull_l - found 2025-03-21T20:22:02.1319828Z -- Looking for realpath 2025-03-21T20:22:02.1320908Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:02.1322580Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:02.1324660Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:02.1327130Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:02.1329562Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:02.1331602Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:02.1333419Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:02.1334553Z [ 4%] Linking C static library libcpuinfo.a 2025-03-21T20:22:02.1335165Z [ 4%] Built target cpuinfo 2025-03-21T20:22:02.1336146Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:02.1337666Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:02.1339449Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:02.1341047Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:02.1342693Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:02.1344342Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:02.1346354Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:22:02.1348165Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:02.1349290Z -- Looking for realpath - found 2025-03-21T20:22:02.1349939Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:02.1350587Z -- Configuring done (1.1s) 2025-03-21T20:22:02.1351605Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:02.1353101Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:02.1354137Z -- Generating done (0.0s) 2025-03-21T20:22:02.1355791Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:02.1357169Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:22:02.1358339Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:02.1359810Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:02.1361062Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:02.1362015Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:02.1363339Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:02.1364655Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:02.1365618Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:02.1367269Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:02.1369304Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:02.1371257Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:02.1373085Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:02.1377083Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:02.1378335Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:02.1379642Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:02.1380430Z [ 6%] Built target flatcc 2025-03-21T20:22:02.1381527Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:02.1383537Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:02.1385827Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:02.1387514Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:02.1388958Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:02.1390914Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:02.1392041Z [ 6%] Built target indirection 2025-03-21T20:22:02.1393217Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:03.1541787Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:03.1544647Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:03.1546973Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:03.1548595Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:03.1550278Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:03.1551885Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:03.1553461Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:03.1554703Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:03.1556107Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:03.1558376Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:03.1561214Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:03.1564090Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:03.1565781Z [ 7%] Built target logging 2025-03-21T20:22:03.1567364Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:03.1569042Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:03.1570380Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:03.1571663Z [ 7%] Built target eigen_blas 2025-03-21T20:22:03.1573149Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:03.1577401Z [ 7%] Built target microparams-init 2025-03-21T20:22:03.1578598Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:03.1580799Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:22:03.1582586Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:03.1583933Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:03.1585351Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:03.1587127Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:03.1588232Z [ 8%] Built target normalization 2025-03-21T20:22:03.1589179Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:03.1591374Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:03.1593780Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:22:03.1595242Z [ 8%] Built target cache 2025-03-21T20:22:03.1595741Z [ 8%] Built target packing 2025-03-21T20:22:03.1596259Z [ 8%] Built target allocator 2025-03-21T20:22:03.1597228Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:03.1598756Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:03.1600443Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:03.1601934Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:03.1602891Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:03.1604099Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:03.1605109Z [ 8%] Built target microkernel-utils 2025-03-21T20:22:03.1605694Z [ 8%] Built target datatype 2025-03-21T20:22:03.1607027Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:03.1609237Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:03.1610603Z [ 8%] Built target memory 2025-03-21T20:22:03.1611699Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:03.1613756Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:03.1615243Z [ 8%] Built target mutex 2025-03-21T20:22:03.1616643Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:03.1618199Z [ 8%] Built target operator-utils 2025-03-21T20:22:03.1619326Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:03.1620490Z [ 8%] Built target reference-ukernels 2025-03-21T20:22:03.1621430Z [ 8%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:03.1623113Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:03.1625409Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:03.1627646Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:03.1629668Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:03.1631381Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:03.1632362Z [ 8%] Built target operator-run 2025-03-21T20:22:03.1633138Z [ 8%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:03.1635258Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:03.1637119Z [ 8%] Built target hardware-config 2025-03-21T20:22:03.1638468Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:03.1640773Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:03.1642880Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:03.1645145Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:03.1646658Z [ 8%] Built target flatcc_cli 2025-03-21T20:22:03.1647185Z [ 8%] Generating etdump headers 2025-03-21T20:22:03.1647727Z [ 8%] Built target etdump_schema 2025-03-21T20:22:03.1649170Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:22:03.1651536Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:03.1653847Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:03.1655987Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:03.1658081Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:03.1660923Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:03.1662233Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:03.1664438Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:03.1667463Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:03.1670970Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:03.1673806Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:03.1676259Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:04.5261622Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:04.5263924Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:04.5266296Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:04.5268753Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:04.5271034Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:04.5273051Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:04.5280022Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:04.5281689Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:04.5282697Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:04.5284193Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:04.5286577Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:04.5288663Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:04.5290833Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:04.5293188Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:04.5295449Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:04.5297450Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:04.5298935Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:04.5299991Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:04.5301105Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:04.5302670Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:04.5304834Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:04.5306707Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:04.5308349Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:04.5310179Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:04.5311703Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:04.5313030Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:04.5314598Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:04.5316587Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:04.5318061Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:04.5319023Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:04.5320414Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:04.5321682Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:04.5322994Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:04.5324817Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:04.5326331Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:04.5327682Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:04.5329996Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:04.5331636Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:04.5332964Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:04.5334472Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:04.5336254Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:04.5337907Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:04.5338689Z [ 12%] Built target operators 2025-03-21T20:22:04.5339401Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:04.5340414Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:04.5341747Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:04.5343673Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:04.5346195Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:04.5348259Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:04.5349712Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:04.5350840Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:04.5352246Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:04.5354105Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:04.5355786Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:04.5357081Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:04.5358986Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:04.5361134Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:04.5362795Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:04.5364151Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:04.5365198Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:04.5366352Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:04.5367648Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:04.5369082Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:04.5370750Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:04.5372327Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:04.5373922Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:04.5375689Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:04.5377446Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:04.5378675Z [100%] Linking CXX executable flatc 2025-03-21T20:22:04.5379954Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:04.5381921Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:04.5383646Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:04.5385556Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:05.5988536Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:05.5990865Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:05.5993034Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:05.5994938Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:05.5996318Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:05.5997524Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:05.5998657Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:05.5999737Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:05.6000831Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:05.6001940Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:05.6003614Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:05.6004709Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:05.6005883Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:05.6007033Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:05.6008212Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:05.6009451Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:05.6010721Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:05.6012136Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:05.6013394Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:05.6014873Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:05.6015988Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:05.6017142Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:05.6018897Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:05.6020158Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:05.6021212Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:05.6022537Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:05.6023893Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:05.6024870Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:05.6026186Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:05.6027492Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:05.6028593Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:05.6029594Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:05.6030760Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:05.6032126Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:05.6033528Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:05.6034745Z [ 17%] Built target subgraph 2025-03-21T20:22:05.6036038Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:05.6037453Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:05.6038808Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:05.6040147Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:05.6041493Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:05.6042794Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:05.6044069Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:05.6045448Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:05.6046998Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:05.6048387Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:05.6049768Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:05.6051213Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:05.6052592Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:05.6053859Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:05.6055227Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:05.6056492Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:05.6058245Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:05.6060154Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:05.6061949Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:05.6063584Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:05.6065562Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:05.6067482Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:05.6069500Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:06.6551972Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:06.6553545Z [100%] Built target flatc 2025-03-21T20:22:06.6553998Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:22:06.6554557Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:22:06.6556022Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:06.6557551Z [ 18%] Built target flatbuffers 2025-03-21T20:22:06.6559039Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:06.6560615Z [ 18%] Generating common_schema headers 2025-03-21T20:22:06.6562242Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:06.6563868Z [ 18%] Built target common_schema 2025-03-21T20:22:06.6564442Z [ 19%] Generating xnnpack_schema headers 2025-03-21T20:22:06.6565040Z [ 19%] Built target xnnpack_schema 2025-03-21T20:22:06.6566562Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:06.6568476Z [ 20%] Generating bundled_program headers 2025-03-21T20:22:06.6569126Z [ 20%] Generating program_schema headers 2025-03-21T20:22:06.6569759Z [ 20%] Built target bundled_program_schema 2025-03-21T20:22:06.6570366Z [ 20%] Built target program_schema 2025-03-21T20:22:06.6571858Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:06.6576195Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:06.6578534Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:06.6580466Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:06.6582000Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:06.6583762Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:06.6586112Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:06.6588727Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:06.6590874Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:06.6592077Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:06.6593955Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:06.6595976Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:06.6617205Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:06.6619560Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:06.6621767Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:06.6624209Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:06.6626798Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:06.6628652Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:06.6629859Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:06.6631505Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:06.6633280Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:06.6634376Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:06.6636353Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:06.6638585Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:06.6640385Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:22:06.6642671Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:06.6644052Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:06.6645893Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:06.6648149Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:06.6649609Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:06.6650285Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:06.6651442Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:06.6653341Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:06.6655140Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:06.6656646Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:06.6657762Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:06.6658880Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:06.6660481Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:06.6662230Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:06.6663815Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:06.6665472Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:06.6667134Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:06.6669081Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:22:06.6670342Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:06.6671322Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:06.6672337Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:06.6673357Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:22:06.6674821Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:22:06.6676126Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:22:06.6677550Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:22:06.6678750Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:22:07.9988363Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:07.9991238Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:07.9992821Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:07.9994363Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:07.9996858Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:07.9999140Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:08.0000364Z [ 24%] Built target executorch_core 2025-03-21T20:22:08.0001764Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:08.0003422Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:08.0004684Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:08.0006057Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:08.0007772Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:08.0009309Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:08.0011220Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:08.0013406Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:08.0015373Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:08.0016752Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:08.0018031Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:08.0019832Z [ 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:22:08.0022025Z [ 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:22:08.0023826Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:08.0025662Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:22:08.0027090Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:08.0027703Z [ 26%] Built target extension_threadpool 2025-03-21T20:22:08.0029254Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:08.0031179Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:08.0033256Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:08.0034776Z [ 26%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:08.0035741Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:08.0037482Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:08.0039029Z [ 26%] Built target executorch 2025-03-21T20:22:08.0040337Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:08.0042500Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:08.0044034Z [ 28%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:08.0044657Z [ 28%] Built target extension_tensor 2025-03-21T20:22:08.0045764Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:08.0046749Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:08.0047656Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:08.0048507Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:08.0049345Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:08.0050390Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:08.0051202Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:22:08.0051559Z [ 29%] Built target cpublas 2025-03-21T20:22:08.0052109Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:08.0053113Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:08.0054321Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:08.0055390Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:08.0056914Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:08.0058830Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:08.0060636Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:08.0062610Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:08.0064247Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:08.0066086Z [ 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:22:08.0067768Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:08.0068956Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:08.0070113Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:08.0071170Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:08.0072469Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:08.0074581Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:22:08.0076725Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:08.0078246Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:08.0080237Z [ 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:22:08.0082294Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:08.0084218Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:08.0086610Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:08.0088125Z [ 29%] Linking CXX static library libetdump.a 2025-03-21T20:22:08.0088828Z [ 29%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:08.0089481Z [ 29%] Built target etdump 2025-03-21T20:22:08.0090335Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:08.0091307Z [ 29%] Built target extension_data_loader 2025-03-21T20:22:08.0092267Z [ 29%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:08.0093720Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:08.0095641Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:08.0097495Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:10.3147045Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.3149268Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:10.3150987Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:10.3152592Z [ 29%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:10.3153881Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:10.3155841Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:10.3157981Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:10.3159156Z [ 31%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:10.3159795Z [ 31%] Built target bundled_program 2025-03-21T20:22:10.3160889Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:10.3162901Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:10.3165511Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:10.3168200Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:10.3170076Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:10.3171564Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:10.3173953Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:10.3176485Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:10.3178881Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:10.3180782Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:10.3182608Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:10.3184606Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:10.3186395Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:10.3188103Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:10.3189876Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:10.3192010Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.3194562Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:10.3196971Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:10.3198851Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:10.3200303Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:10.3201828Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:10.3203377Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:10.3204424Z [ 32%] Linking CXX static library libutil.a 2025-03-21T20:22:10.3205041Z [ 32%] Built target util 2025-03-21T20:22:10.3206034Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:10.3207997Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:10.3210399Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:10.3212416Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:10.3214089Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:10.3216116Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:10.3218022Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:10.3219746Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:10.3221192Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:10.3223076Z [ 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:22:10.3225070Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:10.3227346Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:10.3229345Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:10.3230945Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:10.3233076Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.3235125Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:10.3236649Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:10.3238823Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:10.3240999Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:10.3242708Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:10.3244904Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:10.3247482Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:10.3249677Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:10.3251767Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:10.3254302Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:10.3256786Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:10.3258773Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:10.3260816Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:10.3263022Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:10.3265297Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:10.3267857Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.3270691Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:10.3272750Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:10.3275859Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:10.3277419Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:15.2422771Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:15.2425390Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:15.2426989Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:15.2428695Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:15.2430877Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:15.2433529Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:15.2435725Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:15.2437302Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:15.2439403Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:15.2441673Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:15.2443996Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:15.2446046Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:15.2447622Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:15.2449767Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:15.2451962Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:15.2453526Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:15.2455519Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:15.2458171Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:15.2460386Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:15.2462697Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:15.2464970Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:15.2467351Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:15.2469629Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:15.2471843Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:15.2474447Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:15.2476682Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:15.2478978Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:15.2481421Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:15.2483634Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:15.2485943Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:15.2488221Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:15.2490364Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:15.2492501Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:15.2494655Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:15.2496825Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:15.2498979Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:15.2501646Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:15.2504071Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:15.2506502Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:15.2508713Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:15.2510956Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:15.2513204Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:15.2515457Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:15.2517708Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:15.2520051Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:15.2522103Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:15.2524453Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:22:15.2526492Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:15.2528519Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:15.2530780Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:15.2532772Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:15.2535299Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:15.2537472Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:15.2539507Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:15.2541965Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:15.2543979Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:15.2546062Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:15.2548365Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:15.2550336Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:15.2552015Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:15.2553985Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:17.2179024Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:17.2181094Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:17.2182690Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:17.2184816Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:17.2187539Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:17.2189660Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:17.2191811Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:17.2194009Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:17.2196063Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:17.2198110Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:17.2200360Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:17.2204045Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:17.2206480Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:17.2208467Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:17.2210113Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:17.2211900Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:17.2214874Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:17.2217436Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:17.2220052Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:17.2222942Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:17.2224999Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:17.2227201Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:17.2229329Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:17.2230960Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:17.2232998Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:17.2235517Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:17.2237756Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:17.2239753Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:17.2241402Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:17.2243467Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:17.2245869Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:17.2248272Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:17.2250367Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:17.2252490Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:17.2254626Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:17.2256796Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:17.2259309Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:17.2261767Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:17.2264317Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:17.2266759Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:17.2269144Z [ 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:22:17.2271316Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:17.2273088Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:17.2274966Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:17.2276969Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:17.2279330Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:17.2281751Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:17.2283729Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:17.2285408Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:17.2287180Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:17.2289007Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:17.2291143Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:17.2293587Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:17.2295351Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:17.2297174Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:17.2299204Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:17.2301410Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:17.2303429Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:17.2305572Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:17.2307930Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:22:17.2309914Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:17.2311562Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:19.0986475Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:19.0988528Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:19.0991168Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:19.0993579Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:19.0995965Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:19.0997960Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:19.0999744Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:19.1001724Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:19.1004021Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:19.1005908Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:19.1007761Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:19.1009797Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:19.1011928Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:19.1013793Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:19.1015890Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:22:19.1017875Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:19.1019480Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:19.1021403Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:19.1023369Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:19.1025064Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:19.1027135Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:19.1029572Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:19.1031393Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:19.1033182Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:19.1035002Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:19.1037118Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:19.1039130Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:19.1041062Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:19.1043239Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:19.1045408Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:19.1047109Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:19.1048909Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:19.1050775Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:19.1053031Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:19.1055385Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:19.1057510Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:19.1059170Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:19.1060770Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:19.1062726Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:19.1064722Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:19.1066826Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:19.1069113Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:19.1071514Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:19.1075610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:19.1078059Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:22:19.1080160Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:19.1082234Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:19.1084318Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:19.1086301Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:19.1088613Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:19.1090979Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:19.1093084Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:19.1094867Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:19.1096797Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:19.1099083Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:19.1102419Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:19.1104103Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:19.1106170Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:19.1108183Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:19.1110637Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:19.1112508Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:19.1114487Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:19.1116554Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:19.1118318Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:19.1120359Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:20.7051946Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:20.7053788Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:20.7055778Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:20.7057642Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:20.7059253Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:20.7060838Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:20.7062466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:20.7064502Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:20.7066922Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:20.7068953Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:20.7070706Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:20.7072443Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:20.7074561Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:20.7076763Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:20.7079052Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:20.7081366Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:20.7083477Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:20.7085529Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:20.7087799Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:20.7089475Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:20.7091170Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:20.7093286Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:20.7094842Z [ 52%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:20.7096410Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:20.7098371Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:20.7100339Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:20.7102658Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:20.7104972Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:20.7107030Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:20.7107992Z [ 52%] Built target optimized_kernels 2025-03-21T20:22:20.7109052Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:20.7111074Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:20.7113474Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:20.7115794Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:20.7118007Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:20.7120325Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:20.7122666Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:20.7124987Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:20.7126918Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:20.7128561Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:20.7130205Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:20.7132248Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:20.7134652Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:20.7136710Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:20.7138594Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:20.7140737Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:20.7142445Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:20.7144095Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:20.7146330Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:20.7148641Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:20.7150701Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:20.7152472Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:20.7154483Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:20.7156541Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:20.7158653Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:20.7160821Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:20.7162743Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:20.7164489Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:20.7166423Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:20.7168469Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:20.7170441Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:20.7172455Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:20.7174514Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:20.7176949Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:20.7179365Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:20.7181600Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:22.0295571Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:22.0297408Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:22.0299354Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:22.0301148Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:22.0303088Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:22.0305205Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:22.0307245Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:22:22.0309135Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:22.0311426Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:22.0313030Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:22.0315114Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:22.0317168Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:22.0318945Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:22.0320858Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:22.0322761Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:22.0324444Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:22.0326362Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:22.0328493Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:22.0330461Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:22.0332181Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:22.0333982Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:22.0335763Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:22.0337563Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:22.0339373Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:22.0341181Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:22.0343273Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:22.0345371Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:22:22.0347535Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:22.0349558Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:22.0351631Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:22.0353716Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:22:22.0355744Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:22.0357518Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:22.0359630Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:22.0361831Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:22.0363919Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:22.0365840Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:22.0367719Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:22.0369795Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:22.0371669Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:22.0373320Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:22.0375459Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:22.0377591Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:22.0379760Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:22.0381980Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:22.0384217Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:22.0386540Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:22.0388689Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:22.0390604Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:22.0392739Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:22.0394268Z [ 59%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:22.0395765Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:22.0397926Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:22.0400205Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:22:22.0402779Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:22:22.0405643Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:22:22.0407913Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:22:22.0410046Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:22:22.0412332Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:22:22.0414383Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:22:22.0416487Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:23.1072607Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:23.1075397Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:23.1077984Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:22:23.1080595Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:23.1082255Z [ 60%] Built target optimized_portable_kernels 2025-03-21T20:22:23.1082911Z [ 60%] Merging kernel yaml files 2025-03-21T20:22:23.1084299Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:23.1086669Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:23.1089003Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:23.1091333Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:22:23.1093656Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:23.1096031Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:22:23.1097800Z [ 60%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:23.1099599Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:22:23.1102090Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:22:23.1104585Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:22:23.1107176Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:22:23.1109525Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:23.1111820Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:23.1114499Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:22:23.1116723Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:23.1118994Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:23.1121637Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:22:23.1124239Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:22:23.1126664Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:23.1128146Z [ 62%] Generating code for kernel registration 2025-03-21T20:22:23.1129565Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:23.1131789Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:23.1134097Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:22:23.1136444Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:22:23.1138704Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:23.1140913Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:23.1143131Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:23.1145395Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:23.1147817Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:23.1150121Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:23.1152413Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:23.1154872Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:23.1157105Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:23.1159341Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:23.1161644Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:23.1164013Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:23.1166288Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:23.1168506Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:23.1170889Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:23.1173104Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:23.1175599Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:23.1178155Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:23.1180450Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:23.1182656Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:23.1184967Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:23.1187482Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:23.1189910Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:23.1192330Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:23.1194764Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:23.1197157Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:23.1199641Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:23.1202218Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:23.1205047Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:24.3414261Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:22:24.3417054Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:24.3419855Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:24.3422491Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:24.3424934Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:24.3427537Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:24.3429960Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:24.3432075Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:24.3434846Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:24.3437290Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:24.3439768Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:24.3442537Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:24.3445064Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:24.3447444Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:24.3449675Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:24.3451887Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:24.3454124Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:24.3456923Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:24.3459168Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:24.3461426Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:24.3463675Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:24.3465984Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:24.3468211Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:24.3470482Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:24.3472732Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:24.3475425Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3478229Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3481128Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:24.3484151Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:24.3487090Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3489874Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3492938Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3495736Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3498642Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:24.3501690Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:24.3504766Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:24.3507813Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:24.3510650Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:24.3513516Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:24.3516420Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:24.3519285Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3522128Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:24.3524983Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:24.3527756Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:24.3530593Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:24.3533445Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:24.3536432Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:24.3539516Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:24.3542607Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:24.3545350Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:24.3548449Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:24.3551377Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:25.3186441Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:25.3189377Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:25.3192669Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:25.3195579Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:25.3198463Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:25.3201414Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:25.3204305Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:25.3207207Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:25.3210308Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:25.3213360Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:25.3216416Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:25.3219460Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:25.3222310Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:25.3225108Z [ 69%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:25.3227985Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:25.3230757Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:25.3233677Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:25.3236529Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:25.3239337Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:25.3242134Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:25.3244993Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:25.3248163Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:25.3251033Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:25.3254076Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:25.3256107Z [ 70%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:25.3256959Z [ 70%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:25.3258864Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:25.3261994Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:25.3265086Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:25.3268053Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:25.3270899Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:25.3276445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:25.3281093Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:25.3284734Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:25.3288254Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:25.3291576Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:25.3295123Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:25.3298649Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:25.3302235Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:25.3305885Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:25.3309598Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:25.3313010Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:25.3316495Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:25.3319628Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:25.3322627Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:25.3325828Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:25.3328744Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:25.3338280Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:25.3341230Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:26.1255136Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:26.1258048Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:26.1260669Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:26.1263527Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:26.1266615Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:26.1269537Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:26.1272412Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:26.1275308Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:26.1277733Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:26.1280138Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:26.1282536Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:26.1284999Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:26.1287446Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:26.1289863Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:26.1292275Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:26.1295098Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:26.1297671Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:22:26.1300486Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:26.1303662Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:26.1306772Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:26.1309821Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:26.1312868Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:26.1315871Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:26.1318918Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:26.1321906Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:26.1324937Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:26.1327967Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:26.1330977Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:26.1334011Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:26.1336994Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:26.1340055Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:26.1342995Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:26.1346041Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:26.1349047Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:26.1352070Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:26.1355083Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:26.1358292Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:26.1361315Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:26.1364457Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:26.1367448Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:26.1370409Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:26.1373398Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:26.1376534Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:26.1379487Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:26.1382402Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:26.1385289Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:26.1388209Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:26.1391073Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:26.1393873Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:27.0542806Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.0545942Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:27.0548884Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.0551593Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:27.0554038Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:27.0556431Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:27.0558831Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:27.0561452Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:27.0564687Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:27.0567500Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:27.0570650Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.0573846Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.0576402Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:27.0579154Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:27.0581911Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:27.0584709Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:27.0587659Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.0590516Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:27.0593372Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.0596290Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:27.0599194Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:27.0602043Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:27.0604927Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:27.0607882Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:27.0610600Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:27.0613280Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:27.0616003Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:27.0618695Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:27.0621380Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:22:27.0642128Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:27.0644614Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:27.0647072Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:27.0649744Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:27.0651793Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:27.0654267Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:27.0656895Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:27.0659611Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:27.0662190Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:27.0664624Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:27.0667167Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:27.0669792Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:27.0672406Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:27.0675263Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:27.0677959Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:27.0680573Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:27.0683000Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:27.0685562Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:27.0688213Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:27.0690672Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:27.0692896Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:27.0695144Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:27.8789474Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:27.8791481Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:27.8793417Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:27.8795544Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:27.8797945Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:27.8799369Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:27.8800622Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:27.8801919Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:27.8803160Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:27.8804348Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:27.8806397Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:27.8808456Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:27.8810403Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:27.8812338Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:27.8814357Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:27.8816352Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:27.8818409Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:27.8820633Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:27.8822678Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:27.8824721Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:27.8826910Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:27.8829019Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:27.8831167Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:27.8833896Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:27.8836328Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:27.8838781Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:27.8841530Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.8844296Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.8847015Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:27.8849674Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:27.8852143Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:27.8854413Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:27.8856819Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:27.8859281Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:27.8861668Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.8864189Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.8867906Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:27.8870441Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:27.8872986Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:27.8875482Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:27.8877710Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:27.8879951Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:27.8882199Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:27.8884491Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:27.8886711Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:27.8888901Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:27.8891626Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:27.8894026Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:27.8896365Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:27.8899117Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:27.8901414Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:27.8903877Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:27.8906295Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:28.8156503Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:28.8159078Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:28.8161213Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:28.8163284Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:28.8165405Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:28.8167559Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:28.8170053Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:28.8172783Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:28.8176647Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:28.8179326Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:28.8181679Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:28.8184133Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:28.8186520Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:28.8188762Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:28.8191040Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:28.8193520Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:28.8195671Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:28.8197430Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:28.8198953Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:28.8200393Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:28.8201759Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:28.8203099Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:28.8204291Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:28.8205455Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:28.8206630Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:28.8207802Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:28.8209060Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:28.8210382Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:28.8211744Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:28.8213062Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:28.8214295Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:28.8215570Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:28.8216923Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:28.8218722Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:28.8220718Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:28.8222164Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:28.8223555Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:28.8224817Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:28.8226347Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:28.8227695Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:28.8228929Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:28.8230158Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:28.8231316Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:28.8232483Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:28.8233641Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:28.8234785Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:28.8235929Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:28.8237098Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:28.8238266Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:28.8239493Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:28.8240763Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:28.8241988Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:28.8243172Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:28.8244364Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:29.6406479Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:29.6408053Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:29.6409425Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:29.6410807Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:29.6412215Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:29.6413690Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:29.6415922Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:29.6419805Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:29.6422107Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:29.6424225Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:29.6425761Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:29.6427011Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:29.6428239Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:29.6429485Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:29.6430752Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:29.6432047Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:29.6433340Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:29.6434619Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:29.6435796Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:29.6436974Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:29.6438107Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:29.6439254Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:29.6440455Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:29.6441687Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:29.6442917Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:29.6444120Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:29.6445463Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:29.6446927Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:29.6448807Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:29.6449959Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:29.6451077Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:29.6452357Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:29.6453523Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:29.6454663Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:29.6456309Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:29.6457666Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:22:29.6459040Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:29.6460427Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:29.6461788Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:29.6463127Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:29.6464401Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:29.6465768Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:29.6467056Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:29.6468396Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:29.6469995Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:29.6471337Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:29.6472894Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:29.6474416Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:29.6475730Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:29.6477080Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:29.6478440Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:29.6479947Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:29.6481148Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:29.6482245Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:29.6483523Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:29.6484619Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:30.9259046Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:30.9261468Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:30.9263117Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:30.9264269Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:30.9265402Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:30.9266799Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:30.9268189Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:22:30.9269561Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:30.9270808Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:30.9271912Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:30.9273111Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:30.9274651Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:30.9275861Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:30.9277041Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:30.9278292Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:30.9279589Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:30.9281052Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:30.9283133Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:30.9285386Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:30.9286986Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:30.9288354Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:30.9289608Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:30.9290908Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:30.9291995Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:30.9293074Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:30.9294233Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:30.9295315Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:30.9296395Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:30.9297474Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:30.9298591Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:30.9299734Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:30.9300848Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:30.9301946Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:30.9303076Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:30.9304303Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:30.9305512Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:30.9306716Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:30.9307818Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:30.9308933Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:30.9310051Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:30.9311158Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:30.9312275Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:30.9313407Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:30.9314490Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:30.9315587Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:30.9316209Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:30.9316725Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:30.9317551Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:30.9318675Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:30.9319925Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:30.9321069Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:30.9322050Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:30.9323045Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:30.9324106Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:30.9325122Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:30.9326102Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:30.9327263Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:30.9328273Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:30.9329542Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:30.9330568Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:30.9332060Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:30.9333755Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:30.9335399Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:39.0707689Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:39.0709472Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:39.0710752Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:39.0711774Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:39.0712843Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:39.0713868Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:39.0714829Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:39.0715824Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:39.0716856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:39.0717811Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:39.0718732Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:39.0719590Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:39.0720383Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:39.0721220Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:39.0722083Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:39.0722441Z [ 98%] Built target XNNPACK 2025-03-21T20:22:39.0722981Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:39.0723794Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:39.0724605Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:39.0725535Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:39.0726396Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:39.0727288Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:39.0727945Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:39.0728334Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:39.0728859Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:39.0729552Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:39.0730036Z [100%] Built target portable_lib 2025-03-21T20:22:39.0730352Z [ 0%] Built target flatbuffers 2025-03-21T20:22:39.0730657Z [ 0%] Built target flatccrt 2025-03-21T20:22:39.0730956Z [ 0%] Built target pthreadpool 2025-03-21T20:22:39.0731268Z [ 0%] Built target common_schema 2025-03-21T20:22:39.0731593Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:39.0731908Z [ 2%] Built target cpuinfo 2025-03-21T20:22:39.0732214Z [ 2%] Built target bundled_program_schema 2025-03-21T20:22:39.0732554Z [ 4%] Built target flatcc 2025-03-21T20:22:39.0732850Z [ 7%] Built target eigen_blas 2025-03-21T20:22:39.0733156Z [ 7%] Built target indirection 2025-03-21T20:22:39.0733484Z [ 7%] Built target microparams-init 2025-03-21T20:22:39.0733794Z [ 7%] Built target logging 2025-03-21T20:22:39.0734090Z [ 7%] Built target normalization 2025-03-21T20:22:39.0734402Z [ 7%] Built target datatype 2025-03-21T20:22:39.0734706Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:39.0735044Z [ 7%] Built target program_schema 2025-03-21T20:22:39.0735348Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:39.0735660Z [ 7%] Built target hardware-config 2025-03-21T20:22:39.0735982Z [ 7%] Built target packing 2025-03-21T20:22:39.0736279Z [ 7%] Built target allocator 2025-03-21T20:22:39.0736562Z [ 7%] Built target cache 2025-03-21T20:22:39.0736916Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:39.0737248Z [ 7%] Built target memory 2025-03-21T20:22:39.0737535Z [ 7%] Built target mutex 2025-03-21T20:22:39.0737824Z [ 7%] Built target operator-utils 2025-03-21T20:22:39.0738134Z [ 7%] Built target operator-run 2025-03-21T20:22:39.0738454Z [ 7%] Built target etdump_schema 2025-03-21T20:22:39.0738803Z [ 9%] Built target operators 2025-03-21T20:22:39.0739101Z [ 10%] Built target executorch_core 2025-03-21T20:22:39.0739440Z [ 14%] Built target extension_threadpool 2025-03-21T20:22:39.0739781Z [ 14%] Built target executorch 2025-03-21T20:22:39.0740091Z [ 15%] Built target subgraph 2025-03-21T20:22:39.0740397Z [ 15%] Built target extension_tensor 2025-03-21T20:22:39.0740723Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:39.0741073Z [ 15%] Built target bundled_program 2025-03-21T20:22:39.0741401Z [ 15%] Built target cpublas 2025-03-21T20:22:39.0741700Z [ 15%] Built target etdump 2025-03-21T20:22:39.0742008Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:39.0742326Z [ 18%] Built target util 2025-03-21T20:22:39.0742640Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:39.0743030Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:39.0743412Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:39.0743834Z [ 97%] Built target XNNPACK 2025-03-21T20:22:39.0744126Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:39.0744459Z [ 98%] Built target portable_lib 2025-03-21T20:22:39.0745027Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:39.0746051Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:39.0746929Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:39.0747829Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:39.0748761Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:39.0749772Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:22:39.0750692Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:39.0751609Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:39.0752531Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:39.0753390Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:39.0754081Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:39.0754516Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:39.0754910Z [ 0%] Built target flatbuffers 2025-03-21T20:22:39.0755393Z [ 0%] Built target flatccrt 2025-03-21T20:22:39.0755771Z [ 0%] Built target pthreadpool 2025-03-21T20:22:39.0756118Z [ 1%] Built target cpuinfo 2025-03-21T20:22:39.0756436Z [ 3%] Built target flatcc 2025-03-21T20:22:39.0756733Z [ 4%] Built target xnnpack_schema 2025-03-21T20:22:39.0757115Z [ 7%] Built target eigen_blas 2025-03-21T20:22:39.0757420Z [ 7%] Built target common_schema 2025-03-21T20:22:39.0757746Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:39.0758179Z [ 7%] Built target logging 2025-03-21T20:22:39.0758561Z [ 7%] Built target indirection 2025-03-21T20:22:39.0758878Z [ 7%] Built target microparams-init 2025-03-21T20:22:39.0759207Z [ 7%] Built target normalization 2025-03-21T20:22:39.0759516Z [ 7%] Built target datatype 2025-03-21T20:22:39.0759818Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:39.0760147Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:39.0760451Z [ 7%] Built target program_schema 2025-03-21T20:22:39.0760782Z [ 7%] Built target hardware-config 2025-03-21T20:22:39.0761102Z [ 7%] Built target allocator 2025-03-21T20:22:39.0761461Z [ 7%] Built target packing 2025-03-21T20:22:39.0761767Z [ 7%] Built target cache 2025-03-21T20:22:39.0762224Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:39.0762615Z [ 7%] Built target memory 2025-03-21T20:22:39.0762928Z [ 7%] Built target mutex 2025-03-21T20:22:39.0763210Z [ 7%] Built target operator-utils 2025-03-21T20:22:39.0763564Z [ 7%] Built target operator-run 2025-03-21T20:22:39.0764033Z [ 7%] Built target etdump_schema 2025-03-21T20:22:39.0764364Z [ 9%] Built target operators 2025-03-21T20:22:39.0764668Z [ 10%] Built target executorch_core 2025-03-21T20:22:39.0765164Z [ 10%] Built target extension_tensor 2025-03-21T20:22:39.0765547Z [ 11%] Built target extension_threadpool 2025-03-21T20:22:39.0765886Z [ 13%] Built target executorch 2025-03-21T20:22:39.0766184Z [ 15%] Built target subgraph 2025-03-21T20:22:39.0766480Z [ 15%] Built target cpublas 2025-03-21T20:22:39.0766777Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:39.0767120Z [ 15%] Built target bundled_program 2025-03-21T20:22:39.0767567Z [ 15%] Built target etdump 2025-03-21T20:22:39.0767873Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:39.0768192Z [ 17%] Built target util 2025-03-21T20:22:39.0768484Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:39.0768862Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:39.0769232Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:39.0769558Z [ 96%] Built target XNNPACK 2025-03-21T20:22:39.0769857Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:39.0770163Z [ 97%] Built target portable_lib 2025-03-21T20:22:39.0770843Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:39.0771739Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:39.0772651Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:39.0774206Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:39.0775143Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:39.0776058Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:39.0776997Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:39.0777938Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:39.0778862Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:44.6709497Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:44.6710334Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:22:44.6710824Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:22:44.6711307Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:22:44.6711788Z [ 97%] Generating code for kernel registration 2025-03-21T20:22:44.6712673Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:44.6713615Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:22:44.6714067Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:22:44.6714510Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:22:44.6717664Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:22:44.6720384Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:44.6721156Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:22:44.6722276Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:22:44.6723305Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:44.6724136Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:44.6725551Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:44.6726446Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:44.6727327Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:44.6728209Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:44.6729248Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:44.6730291Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:44.6731233Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:44.6732166Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:44.6733096Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:44.6734162Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:22:44.6734974Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:22:44.6735396Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:22:44.6735735Z running build_py 2025-03-21T20:22:44.6736134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6736844Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6737642Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6738613Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6739469Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6740329Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6741150Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6741964Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6742808Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6743660Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6744514Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6745467Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:44.6746180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:44.6747000Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:44.6748042Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:44.6749160Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:44.6750124Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:44.6750915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:44.6751652Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:44.6752684Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:44.6753688Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:44.6754500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:44.6755272Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:44.6756160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6756923Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6757867Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6758905Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6760024Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6761186Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6762258Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6763290Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6764280Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6765259Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6766410Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6767359Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6768322Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6769377Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6770481Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6771588Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:44.6772437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6773152Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6774815Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6775694Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6776565Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6777444Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:44.6778216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:44.6778941Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:44.7067873Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:44.7068967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:44.7069726Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:44.7070643Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:44.7071486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:44.7072698Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:44.7074061Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:44.7075049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:44.7075994Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:44.7077235Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:44.7078332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:44.7079262Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:44.7080433Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:44.7081397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:44.7082497Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:44.7083693Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:44.7084692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:44.7085786Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:44.7086973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:44.7088046Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:44.7089056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7089949Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7091110Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7092279Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7093508Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7094639Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7095798Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7096955Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7098371Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7099532Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7100707Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7101968Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7103217Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7104355Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7105572Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7106666Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7107755Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7109005Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7110111Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7111212Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7112309Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:44.7113205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:44.7114208Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:44.7115359Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:44.7116313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:44.7117316Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:44.7118579Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:44.7119685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7120519Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7121550Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7122657Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7123722Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7124766Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7125971Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7127117Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:44.7127969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:44.7128815Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:44.7129959Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:44.7130872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7131667Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7132711Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7133824Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7134845Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7135797Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7136780Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7422299Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7423491Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7424693Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7425991Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7427083Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7428209Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7429316Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7430414Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7431473Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7432563Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7433584Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7434696Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7435725Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7436729Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7437739Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7439058Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7440131Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7441188Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7442263Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7443384Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7444437Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7445581Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7446572Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7447582Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7448619Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7449662Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7450703Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7451661Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7452685Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7453753Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7454804Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7455955Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:44.7456869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7457770Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7458958Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7460135Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7461335Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7462496Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7463678Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7464858Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7466091Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7467417Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:44.7468370Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7469187Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7470245Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7471236Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7472220Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7473167Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7474326Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7475283Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7476259Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7477283Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7478229Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7479188Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7480181Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7481198Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7482173Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7483124Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7484116Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7485123Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7486087Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7487036Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7487968Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7488905Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7787241Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7788446Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7789474Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7791024Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7792816Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7793799Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7794803Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7795802Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7797332Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7798914Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7799895Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7800888Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7801861Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7803287Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7804852Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7805946Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7806911Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7807878Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7809203Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7810985Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7812117Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7813146Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7814119Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7815323Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:44.7816806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7817847Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7818842Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7819885Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7820987Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7822877Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:44.7824046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:44.7824797Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:44.7825948Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:44.7826853Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:44.7827758Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:44.7828749Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:44.7830263Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:44.7831350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7832230Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7833295Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7834931Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7836538Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7837606Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7838688Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7840269Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7842027Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7843176Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:44.7844020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7844893Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7846241Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7847989Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7849107Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7850185Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7851388Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7853351Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7854572Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7855662Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:44.7856506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7857722Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7859447Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7860394Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7861353Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7862598Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7864406Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7865581Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7866580Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7867549Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.7868978Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8155973Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8156992Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8158027Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8159032Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8160033Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8161171Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8162193Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8163279Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8164197Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8165131Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8166087Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8167048Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8168155Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8169097Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8170022Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8170982Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8172261Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8174245Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8175587Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8176778Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8177730Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8178683Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8180274Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8181989Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8182975Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8183931Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8184919Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8185999Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8187431Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8189143Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8190871Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8192104Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8193116Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8194114Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8195700Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8197446Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8199077Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8200041Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8201013Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8201986Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8203201Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8205063Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8206915Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8208744Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8209983Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8210964Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8212602Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8214280Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8216010Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8217800Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8219801Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8221737Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8223635Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8225516Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:44.8227012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8228637Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8230711Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8232787Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8234854Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8237004Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8239152Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8241306Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8243514Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8245667Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8247814Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:44.8249593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:44.8280725Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:44.8281995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:44.8282991Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:44.8284121Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:44.8285215Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:44.8286311Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:44.8287713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:44.8289436Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:44.8291171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:44.8292328Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:44.8293555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:44.8296263Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:44.8298706Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:44.8300104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8302098Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8304319Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8306062Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8308419Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8310430Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8312110Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8314557Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8316446Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8318476Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8320819Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8322562Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8324234Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8325891Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8327774Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8346652Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8348349Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8351295Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8353030Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8354737Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8356878Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8359146Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8360806Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8363286Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8365169Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8367404Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8369520Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8371155Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8373460Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8375683Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8377398Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8379153Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8380833Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8383178Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8603273Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:44.8604633Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:44.8606319Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:44.8607822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:44.8609232Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:44.8610485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8611310Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8612345Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8613403Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8614426Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8615470Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8616490Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8617572Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8618642Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8619646Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8621158Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8622670Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8624068Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8625307Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8626535Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8627636Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8628652Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8629797Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:44.8630585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:44.8631530Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:44.8633151Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:44.8634360Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:44.8635654Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:44.8636544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:44.8637481Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:44.8638727Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:44.8639888Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:44.8640930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:44.8642087Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:44.8643456Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:44.8644618Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:44.8645984Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:44.8647111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8648201Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8649600Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8651063Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8652420Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8653817Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8655239Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8656495Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8657822Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:44.8658812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:44.8659793Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:44.8660977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:44.8662160Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:44.8663581Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:44.8664798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:44.8666306Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:44.8667695Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:44.8669209Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:44.8670511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:44.8671581Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:44.8672816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:44.8674189Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:44.8675505Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:44.8676580Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:44.8678191Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:44.8679783Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:44.8681316Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:44.8728128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:44.8729429Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:44.8731038Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:44.8732811Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:44.8734078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:44.8735340Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:44.8737036Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:44.8738771Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:44.8740451Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:44.8741729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:44.8743024Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:44.8744844Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:44.8746717Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:44.8748351Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:44.8749740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:44.8751025Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:44.8752594Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:44.8753830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:44.8755120Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:44.8756767Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:44.8758049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8759320Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8760948Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8762693Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8764459Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8766146Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8767880Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8769478Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:44.8771007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8772236Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8774069Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8775606Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8777262Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8778976Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8780555Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8782149Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8783768Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8785295Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8786912Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8788371Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8789893Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8791534Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8793069Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8794640Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:44.8795952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:44.8797166Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:44.8798716Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:44.8799900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.8801015Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.8802438Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9040533Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9041809Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9043016Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9044201Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9045614Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9046794Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9047955Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9049209Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:44.9050143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:44.9050994Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:44.9052126Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:44.9053121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:44.9053997Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:44.9055072Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:44.9056166Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:44.9057238Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:44.9058129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9058972Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9060030Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9061175Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9062259Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9063330Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9064424Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9065678Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9066861Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9067932Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9069010Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9070149Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9071274Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9072406Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9073788Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9074886Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9075978Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9077145Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9078234Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9079367Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9080542Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9081660Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9082742Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9083835Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9084923Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9086035Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9087142Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9088219Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9089245Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:44.9090084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9090948Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9091991Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9093410Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9094585Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9095672Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9096820Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9097925Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9098986Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9100057Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9101144Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9102377Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9103405Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9104447Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9105697Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9106839Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9107959Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9364011Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9365107Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9366176Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9367548Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9368739Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9369837Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9370891Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9372019Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9373089Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9374371Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9375428Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9376759Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9377924Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9379063Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9380123Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9381185Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9382396Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9383551Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9384756Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9385877Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9387124Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9388319Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9389450Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9390666Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9391811Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9392854Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9393911Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9395106Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9396145Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9397162Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9398381Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9399503Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9400564Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9401753Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9402838Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9403977Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9405164Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9406221Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9407261Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9408340Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9409474Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9410589Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9411770Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9412910Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9414069Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9415238Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9416468Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9417587Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9418727Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9419977Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9421064Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9422259Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9423366Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9424428Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9425684Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9426749Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9427778Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9428965Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9430044Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9431167Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9432544Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9433805Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9434916Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9750455Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:44.9752083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:44.9753678Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:44.9755266Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:44.9757001Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:44.9758807Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:44.9760510Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:44.9761394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:44.9762311Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:44.9763715Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:44.9764892Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:44.9765986Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:44.9766902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:44.9768169Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:44.9769506Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:44.9770452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:44.9771290Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:44.9772321Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:44.9773346Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:44.9774370Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:44.9775237Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:44.9776240Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:44.9777112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:44.9778370Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:44.9779558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:44.9780592Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:44.9781844Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:44.9783013Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:44.9783888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9784685Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9785772Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9787141Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9788401Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9789607Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9790711Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9791799Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9793013Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:44.9794024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:44.9794968Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:44.9795967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:44.9797079Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:44.9797966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:44.9798813Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:44.9799678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:44.9800652Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:44.9802028Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:44.9803256Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:44.9804263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:44.9805157Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:44.9806185Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:44.9807277Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:44.9808176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:44.9809200Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:44.9810391Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:44.9811747Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:44.9812768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9813768Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9815137Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9816438Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9817768Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9819054Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9820410Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:44.9821516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:44.9822557Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:44.9823676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0058919Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0060875Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0062577Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0064298Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0065990Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0067615Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0069306Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:45.0070696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:45.0072160Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:45.0073798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:45.0075518Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:45.0076940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0077813Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0078906Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0080187Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0081403Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0082464Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0083634Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0084745Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0085810Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0087022Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0088360Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0089476Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0090548Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0091918Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:45.0092833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0093703Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0094923Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0095992Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0097150Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0098241Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0099425Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0100498Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0101519Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0102590Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0103730Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0104840Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0105994Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0107107Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0108417Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0109580Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0110664Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0111721Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0112921Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0114051Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0115118Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0116296Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0117542Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0118730Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0119855Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0121132Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0122203Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0123276Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0124376Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0125521Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0126574Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0127889Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0129057Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0130145Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0406703Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0407813Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0408891Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0409969Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0411185Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0412245Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0413321Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0414400Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0415513Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0416743Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0417869Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0418913Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0419989Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:45.0421146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:45.0422029Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:45.0423160Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:45.0424095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:45.0425223Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:45.0426498Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:45.0427468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:45.0428523Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:45.0429792Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:45.0430754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:45.0431585Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:45.0432659Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:45.0433561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:45.0434665Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:45.0435638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:45.0436465Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:45.0437463Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:45.0438555Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:45.0439599Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:45.0440526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0441512Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0442735Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0444022Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0445411Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0446681Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0447983Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:45.0449006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:45.0450182Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:45.0451405Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:45.0452344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0453255Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0454451Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0455599Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0456740Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0457887Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0459034Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0460182Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0461312Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0462486Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0463580Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0464711Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0465933Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0467018Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:45.0467890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0468755Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0469778Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0470823Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0471918Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0472979Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0474227Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0475264Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0723188Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0724470Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0725898Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0727074Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0728165Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0729408Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0730500Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0731694Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0732830Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0733991Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0735109Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0736212Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0737248Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0738545Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0739813Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0740897Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0742162Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0743304Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0744511Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0745654Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0746709Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0747745Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0748856Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0749954Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0751024Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0752068Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0753115Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0754178Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0755543Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0756731Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0757822Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0759179Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0760339Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:45.0761454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0762443Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0763819Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0765317Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0766576Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0767947Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0769209Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0770545Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:45.0771739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:45.0772784Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:45.0774588Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:45.0776097Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:45.0777136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:45.0778428Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:45.0779941Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:45.0780961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:45.0782071Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:45.0783195Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:45.0784266Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:45.0785272Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:45.0786553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:45.0787754Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:45.0788920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:45.0790011Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:45.0791314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:45.0792622Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:45.0793786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:45.0795150Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:45.0796791Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:45.1117787Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:45.1119018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:45.1120198Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:45.1121346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:45.1122509Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:45.1123981Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:45.1125529Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:45.1127069Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:45.1128227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1129426Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1131151Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1132673Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1134350Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1135973Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1137529Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1139228Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1140747Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1142558Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1144086Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1145672Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1147207Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1148779Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1150470Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1152065Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1153571Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1155159Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1156637Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1158119Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1159630Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1161291Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1162883Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1164405Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1165838Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1167322Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1168788Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1170319Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:45.1171451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:45.1172656Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:45.1174715Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:45.1176284Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:45.1177501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:45.1178685Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:45.1179713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:45.1180353Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:45.1180999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1181682Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1182488Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1183308Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1184113Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1185088Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1186039Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1186839Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:45.1187542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:45.1188343Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:45.1189292Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:45.1481735Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:45.1483671Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:45.1485167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1486666Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1488249Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1489353Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1490397Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1491445Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:45.1492878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1494390Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1496155Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1498128Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1499230Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1500324Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:45.1501165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:45.1501875Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:45.1502769Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:45.1504234Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:45.1505743Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:45.1506553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:45.1507501Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:45.1508640Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:45.1510062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:45.1511282Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:45.1512187Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:45.1513061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:45.1513977Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:45.1515079Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:45.1516579Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:45.1518035Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:45.1519108Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:45.1520069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:45.1521303Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:45.1523136Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:45.1524078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:45.1524955Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:45.1526128Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:45.1527008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1528293Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1529960Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1531844Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1533076Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1534135Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1535465Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1537176Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1538494Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1539542Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1540555Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1541536Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1542730Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1544380Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1546011Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1547627Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:45.1548521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:45.1549505Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:45.1550367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:45.1551143Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:45.1552240Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:45.1553941Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:45.1555192Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:45.1556042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:45.1556896Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:45.1558064Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:45.1559443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:45.1560934Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:45.1562879Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:45.1563813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:45.1564726Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:45.1565826Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:45.1566809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:45.1568270Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:45.1787619Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:45.1788592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:45.1789542Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:45.1790560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1792021Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1793670Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1794812Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1796098Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1797918Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:45.1799219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:45.1800190Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:45.1801320Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:45.1802339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:45.1803179Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:45.1804866Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:45.1806207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:45.1807019Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:45.1808113Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:45.1808920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:45.1809695Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:45.1810622Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:45.1811681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:45.1813258Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:45.1814920Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:45.1815877Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:45.1816836Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:45.1818744Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:45.1819830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:45.1820759Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:45.1821789Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:45.1823280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1825500Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1828064Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1829615Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1831176Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1833132Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1835309Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:45.1836442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:45.1837375Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:45.1839218Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:45.1840621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:45.1841656Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:45.1842910Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:45.1844348Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:45.1846544Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:45.1848221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:45.1849536Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:45.1850638Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:45.1851882Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:45.1852855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1854714Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1857542Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1860095Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1862659Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1864130Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1865622Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1867440Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1869580Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1871006Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1872689Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.1875136Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2155114Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2156572Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2158236Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2160631Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2162220Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2164744Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:45.2165816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:45.2166845Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:45.2168051Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:45.2170747Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:45.2171710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:45.2172726Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:45.2174115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:45.2175287Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:45.2177755Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:45.2179961Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:45.2181377Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:45.2182512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:45.2184393Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:45.2185853Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:45.2187172Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:45.2188774Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:45.2190519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:45.2191664Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:45.2192951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:45.2194917Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:45.2196317Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:45.2197484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:45.2199297Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:45.2201123Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:45.2202398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:45.2203593Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:45.2206090Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:45.2207454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:45.2208345Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:45.2209455Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:45.2210388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:45.2211255Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:45.2212358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2213357Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2214463Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2215625Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2216451Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2217282Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2217984Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2218684Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2219545Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2220618Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2221658Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2222461Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2223185Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2223898Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2224571Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2225224Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2226290Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2227475Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2228355Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2229131Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2229776Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2230551Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2231647Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2232670Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2233343Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:45.2234051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2234754Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2235548Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2236351Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2237965Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2239495Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2603158Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2604038Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2605722Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2607012Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:45.2607836Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2608551Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2609479Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2610342Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2611604Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2613130Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2614000Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:45.2614761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:45.2615794Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:45.2617483Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:45.2639853Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:45.2640773Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:45.2641509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:45.2642194Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:45.2643295Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:45.2644425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:45.2645386Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:45.2646221Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:45.2647010Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:45.2647692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:45.2648864Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:45.2650263Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:45.2651694Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:45.2652569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2653367Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2654228Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2655417Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2656264Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2657493Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2659117Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2660289Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2661295Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2662429Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2664003Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2665212Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2666316Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2667224Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2668801Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2670108Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2671142Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2672004Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2672941Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2674075Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2674952Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2675859Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2676747Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2677669Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2678645Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2679870Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2681501Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2682667Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2683621Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2684476Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2685336Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2686187Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2687521Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:45.2688816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:45.2689718Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:45.2690666Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:45.2691504Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:45.2692679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2693829Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2694770Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2695624Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2696382Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2697203Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2697940Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2698680Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:45.2699752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2700925Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2701821Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2703025Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2704391Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2705678Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2707093Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.2708558Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3027459Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3028292Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3029105Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3029975Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3030832Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3031836Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3032886Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3033946Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3034969Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3035859Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3036663Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3037683Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3038547Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3039518Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3040627Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3041633Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3042460Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3043523Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3044364Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3045232Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3046150Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3047002Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3047790Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3048584Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3049372Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:45.3050185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:45.3051073Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:45.3051976Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:45.3052930Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:45.3054167Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:45.3055155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3056159Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3057051Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3058067Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3059197Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3060209Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:45.3061157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:45.3062359Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:45.3063913Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:45.3065402Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:45.3067116Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:45.3068096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3069141Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3070209Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3071571Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3072788Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3074137Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3075217Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3076208Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3077428Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3078382Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3079423Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3080628Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3081606Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3082626Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3083616Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3084612Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3085591Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3086646Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3087623Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:45.3088397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:45.3089291Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:45.3090393Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:45.3091468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:45.3092442Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:45.3093741Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:45.3095182Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:45.3096182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:45.3097245Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:45.3098005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:45.3098732Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:45.3099445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:45.3426693Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:45.3427716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:45.3428633Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:45.3429528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:45.3430329Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:45.3431282Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:45.3432155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:45.3433044Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:45.3434072Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:45.3435166Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:45.3435991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:45.3436764Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:45.3437711Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:45.3438614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:45.3439470Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:45.3440423Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:45.3441232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:45.3442145Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:45.3443163Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:45.3444024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:45.3444881Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:45.3445698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:45.3446397Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:45.3447125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:45.3448041Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:45.3448932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:45.3449701Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:45.3450903Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:45.3451882Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:45.3452666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:45.3453613Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:45.3454557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:45.3455507Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:45.3456302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:45.3457124Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:45.3458131Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:45.3458943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:45.3459766Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:45.3460580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:45.3461358Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:45.3462333Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:45.3463271Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:45.3464108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:45.3464965Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:45.3465816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:45.3466596Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:45.3467394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:45.3468224Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:45.3469069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:45.3469980Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:45.3471208Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:45.3472374Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:45.3473280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:45.3474384Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:45.3475265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:45.3476211Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:45.3477331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3478416Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3479503Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3480607Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3481743Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3482795Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3484033Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3485256Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3486325Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:45.3487172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3487945Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3488954Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3489896Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3490892Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3491891Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3492926Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:45.3493795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:45.3494633Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:45.3673167Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:45.3674467Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:45.3675546Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:45.3676389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:45.3677212Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:45.3678205Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:45.3679229Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:45.3680325Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:45.3681211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:45.3682224Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:45.3683164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:45.3684413Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:45.3685544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:45.3686922Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:45.3688520Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:45.3689681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:45.3690539Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:45.3691605Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:45.3692682Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:45.3693811Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:45.3694812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:45.3695741Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:45.3696743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:45.3697886Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:45.3699353Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:45.3700731Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:45.3702186Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:45.3703378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:45.3704727Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:45.3706446Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:45.3707739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:45.3708793Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:45.3709796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:45.3710694Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:45.3711795Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:45.3713011Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:45.3714076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:45.3714914Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:45.3715730Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:45.3716748Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:45.3717744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:45.3718719Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:45.3719884Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:45.3721041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:45.3722239Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:45.3723356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:45.3724409Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:45.3725293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:45.3726028Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:45.3726999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:45.3727858Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:45.3729003Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:45.3730023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:45.3730680Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:45.3731341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:45.3732126Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:45.3733177Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:45.3734161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:45.3734986Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:45.3736149Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:45.3737280Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:45.3738171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:45.3739189Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:45.3740126Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:45.3740964Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:45.3741953Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:45.3742823Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:45.3743574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:46.0249134Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:46.0250423Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:46.0251185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:46.0251930Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:46.0252826Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:46.0253977Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:46.0254990Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:46.0255888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.0256795Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.0257921Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.0258819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:46.0259781Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:46.0260859Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:46.0262046Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:46.0262953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:46.0263913Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:46.0264898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.0266039Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.0267396Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.0268522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.0269480Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.0270404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0271329Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0272586Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0273925Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0274900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:46.0275958Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:46.0276894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:46.0277903Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:46.0279273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:46.0280622Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:46.0281614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:46.0282441Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:46.0283356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:46.0284208Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:46.0285062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:46.0285951Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:46.0287237Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:46.0288342Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:46.0289398Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:46.0290425Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:46.0291391Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:46.0292433Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.0293869Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.0295083Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.0296230Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0297425Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0298531Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.0299662Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:46.0300978Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:46.0302332Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:46.0303261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:46.0303976Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:46.0304746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:46.0305558Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:46.0306218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:46.0306876Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:46.0307755Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:46.0308440Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:46.0308953Z running egg_info 2025-03-21T20:22:46.0309209Z creating executorch.egg-info 2025-03-21T20:22:46.0309539Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:22:46.0309998Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:22:46.0310703Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:22:46.0311209Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:22:46.0311756Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:22:46.0312300Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.0312786Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.0313186Z adding license file 'LICENSE' 2025-03-21T20:22:46.0313555Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.0314341Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:22:46.0315625Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:46.0316746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:46.0318011Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:46.0319233Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:46.0546086Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:46.0547287Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:46.0548422Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:46.0549359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:46.0550300Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:46.0551500Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:46.0552542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0553659Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0555096Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0556758Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0558359Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0559687Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0561197Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0562786Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0564213Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0565682Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0567242Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0568653Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0569967Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0571322Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0572847Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0574571Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0576031Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0577545Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0579020Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0580479Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0581842Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0583365Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0584831Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0586435Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0587908Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0589296Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0590800Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0592137Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0593518Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0594966Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0596328Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0597868Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0599341Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0600687Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0602234Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0603736Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0605246Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0606603Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0607931Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0609268Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0610701Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0612052Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0613376Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0614824Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0616234Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0617598Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0618939Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0741633Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0743644Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0745400Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0747048Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0748697Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0750304Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0751817Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0753420Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0755036Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0756571Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0758108Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0759726Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0761331Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0762733Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0764295Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0765816Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.0766802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:46.0767758Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:46.0768733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0769783Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0771258Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0772681Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0774352Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0775721Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0777337Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.0778739Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.0779925Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.0781377Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:46.0782617Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:46.0783982Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:46.0785252Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:46.0786750Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:46.0788389Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.0789974Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.0791297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0792619Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0794155Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0795783Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0797441Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0798991Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0800476Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0802048Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0803515Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0805125Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0806762Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0808208Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0809800Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0811395Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0812849Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0814400Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0815978Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0817392Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0855046Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0856917Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0858552Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0860291Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0862011Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0863607Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0865371Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0867144Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0868694Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0870287Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0872009Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0873915Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0875355Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0876988Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0878380Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0880147Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0881940Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0883641Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0885202Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0886957Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0888670Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0890224Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0891959Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0893508Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0894923Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0896436Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0897810Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0899396Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0900893Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0902525Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0904020Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0905850Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0907597Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0909274Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0910840Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0912591Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0914388Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0916111Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0917756Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0919406Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0921242Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0922914Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0924500Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0926280Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0927948Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0929638Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0931126Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.0932769Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1021230Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1022966Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1024465Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1026108Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1027553Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1029222Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1030994Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1032681Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1034313Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.1035754Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1037281Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1038972Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1040549Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1042138Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1043703Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1045219Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1046738Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1048290Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1049809Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1051305Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1052841Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1054408Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1056019Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1057660Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1059176Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1060658Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1062138Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1063610Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1065129Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1066889Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1068489Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1070087Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1071581Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.1073096Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.1074853Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.1076416Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.1077917Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:46.1079217Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.1080351Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.1081440Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.1082789Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.1083911Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:46.1084686Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:46.1085631Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:46.1086687Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.1087837Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.1088994Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:46.1090026Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:46.1091077Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:46.1091915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:46.1092517Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:46.1093196Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:46.1646293Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:46.1647885Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:46.1649406Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.1650972Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.1652678Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.1654146Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.1655226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:46.1656123Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:46.1657178Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:46.1658202Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:46.1659475Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.1660730Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.1661879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:22:46.1662968Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:22:46.1664029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1665110Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1666413Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1667510Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1668739Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1669887Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1670840Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1672024Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1673216Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1674736Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1676003Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1677332Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1678591Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1679598Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1681001Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1682121Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1683057Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1684222Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.1685460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.1686580Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.1687736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.1689187Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.1690774Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.1691994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1693186Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1694850Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1696292Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1697943Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1699359Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.1700720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1701832Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1703228Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1704620Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1706297Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1707593Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1708930Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1710228Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1711586Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1712803Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1714299Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1715733Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1717272Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1718749Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1720160Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.1721646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.1723058Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.1724561Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.1725818Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2196774Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2198562Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2200238Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2201823Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2203362Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2204940Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2206672Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2208285Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2209906Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.2211253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.2212315Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.2213463Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.2214697Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.2216596Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.2217771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:46.2218894Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:46.2219878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2221011Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2222217Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2223411Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2224451Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2225783Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2226942Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2228007Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2229156Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2230360Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2231568Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2232718Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.2233665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:46.2234842Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:46.2236018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.2237189Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.2238592Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.2239883Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.2240970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.2242041Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.2243219Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.2244336Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.2245571Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.2246677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.2247932Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.2249193Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.2250458Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.2251332Z running build_ext 2025-03-21T20:22:46.2251877Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:46.2252762Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:46.2254147Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:46.2255701Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:22:46.2257347Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:46.2259467Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:46.2261431Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:46.2262612Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:46.2263007Z running install 2025-03-21T20:22:46.2263338Z running install_lib 2025-03-21T20:22:46.2263683Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:46.2264084Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:22:46.2264664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:22:46.2265248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:22:46.2266308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2267687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2269067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2270570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2272440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2274147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2275499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2277100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2278587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2280036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2281751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:46.2282813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:22:46.2283991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2285930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2287791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2289405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2290996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2292566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2294256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2295949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2297812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2299526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2301197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2302950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2304871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2306708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2308593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2310492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2312237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2313846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2315827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2317488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2319141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2321063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2322742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2324392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2325983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2327589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2329330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2331075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2332847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2334570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2336216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2337988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2339498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2340911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2342379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2344183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2346141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2348309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:46.2350112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:22:46.2351381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2353613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2355708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2357951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2360006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2362120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2364163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2366197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2368213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:46.2369738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:22:46.2371129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2393456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2395143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2396933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2398522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2400212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2401934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2403654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2405395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2407090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2408979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2410759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2412471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2414416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2416062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2417725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2419360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2421014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2422698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2424621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2426547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2428061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2429789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2431494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2433067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2434717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2436373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2438021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2439662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2441411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2442953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2444590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2446138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2447699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2449619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2451360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2452965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2454680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2456452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2458206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2459993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2461787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2463614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2465518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2467296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:46.2468405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:22:46.2469574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:46.2471163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:46.2472785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:46.2474613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:46.2476332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:46.2477525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:22:46.2478560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:46.2480195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:46.2481780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:46.2483542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:46.2484935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:22:46.2486314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2488067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2489853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2491708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2493611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2495563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2497311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2499246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2501489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:46.2502901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:22:46.2504359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2506402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2508311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2510357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2512170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2514046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2515768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2517668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2519353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:46.2520545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:22:46.2521710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2523277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2524689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2526266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2528000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2529741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2531403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2533179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2534855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2536399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2537895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2539392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2540969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2542594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2544098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2545774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2547371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2548933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2550423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2552101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2553635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2555306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2556890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2558395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2559850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2561389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2563012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2564636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2566300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2567911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2569703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2571410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2573151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2575061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2576964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2578639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2580505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2582310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2584084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2585875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2587730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2589479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2591362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2593173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2594847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2596556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2598283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2599959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2601585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2603193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2604806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2606499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2608246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2609961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2611740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2613549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2615350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2616994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2618652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2620327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2621952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2623740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2625481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2627203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:46.2628368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:22:46.2629677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2631512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2633361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2635226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2637075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2638882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2641444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2643384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2645164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2646980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:46.2648320Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:22:46.2649660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:22:46.2650963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:22:46.2652127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:46.2653865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:46.2655690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:46.2657375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:46.2658689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:22:46.2660000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:22:46.2661230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:22:46.2662549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:22:46.2663808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:22:46.2664679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:46.2666351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:46.2668010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:22:46.2669081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:46.2671049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:46.2673847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:46.2675782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2677625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2680122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2682495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2684981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2687932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2690506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2693098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2695673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2698599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2701772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2704303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2706800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2709373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2711812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2714600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2717306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2720202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2722900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2725500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2728088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2730783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2733280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2735906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2738721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2741235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2743871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2746213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2748779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2751234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2753618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2756257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2758758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2761169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2763529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:46.2765126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:22:46.2766198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:46.2768038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:46.2769915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:46.2771890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:46.2773898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:46.2775495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:46.2777142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:22:46.2778199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:46.2779912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:46.2781519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:46.2783138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:46.2784532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:46.2786277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:46.2788536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:46.2790177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:22:46.2791885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2793970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2795968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2797848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2799916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2801940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2804067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2805990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2807986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2810008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:46.2811294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:22:46.2812520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:46.2814024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:46.2815540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:46.2816844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:22:46.2818119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:22:46.2819906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:22:46.2821424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:22:46.2822717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:46.2824484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:46.2826425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:46.2828268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:46.2829477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:22:46.2830615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:22:46.2831793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2833073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2834824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2836741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2838505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2840338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2842028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2843789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2845558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2847477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2849289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2851187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2853104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2854885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2856542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2858221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2859786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2861384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2863015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2864740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2866752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2868719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2870557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2872470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2874252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2876046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2877573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2879218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2880868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:46.2882312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2883617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2885346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2887102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2888809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2890411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2892109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2893931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2895592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2897394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2899080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2900703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2902395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2904034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2905739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2907499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2909435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2911265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2913090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2914886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2916730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2918587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2920341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2922314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2924239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2926025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2927818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2929623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2931402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2933152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2935008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2936785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2938719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2940588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2942449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2944226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2946107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2947833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2949693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2951516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2953414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2955117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2956821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2958812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2960627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2962349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2964050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2965768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2967499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2969150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2970835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2972382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2974228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2975819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2977599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2979158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2980858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2982465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2984167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2985905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2987549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2989411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2990964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2992773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2994374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2996087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2997727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.2999347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3000904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3002487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3004033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3005720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3007260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3008864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3010428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3012167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3013917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3015722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3017456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3019291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3021207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:46.3022442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:22:46.3023574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:22:46.3024926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:22:46.3026886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:46.3028521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:46.3030358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:46.3031532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:46.3032733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:46.3034490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:46.3036264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:46.3037965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:46.3039345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:46.3040814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:46.3042307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:22:46.3043583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:46.3045487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:46.3047284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:46.3048522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:22:46.3049664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:46.3051261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:46.3052842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:46.3053918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:22:46.3055300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:22:46.3057069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:22:46.3058157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:22:46.3058980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:46.3060343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:46.3061399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:22:46.3062520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3064146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3065866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3067466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3069128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3070731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3072429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3074234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3076059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3077594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3079357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3080910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3082683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3084294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3085802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:46.3087016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:22:46.3088448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:46.3090638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:46.3092563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:46.3093862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:22:46.3094933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:46.3096349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:46.3098146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:46.3099640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:46.3101182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:46.3102366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3103400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3105042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3106858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3108549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3110260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3112075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3113786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3115582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:46.3116928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:22:46.3118134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:22:46.3119627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:22:46.3120906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:22:46.3122002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:22:46.3123404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:22:46.3124684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:22:46.3125521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:22:46.3126480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3128073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3130128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3132174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3134137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3136195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3138215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3140173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3142229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3144476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3146564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3148490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3150417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3152427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3154278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3156176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3158200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3160377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3162570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3164702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3166667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3168760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3171048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3173055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3175227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3177271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3179280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3181224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3183282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3185761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3187877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3189819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3191929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3193870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3195954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3197923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3200111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3202085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3204040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3205927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3207884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3209931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3211743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3213677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3215612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3217582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3219637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3221601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3223785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3225944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3228063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3230421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3232549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3234734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3236811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3238787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3240756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3242798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3244793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3246808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3248787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3250785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3252742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:46.3254100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:22:46.3255474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:46.3257231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:46.3259378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:46.3261483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:46.3262874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:22:46.3264145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:46.3266016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:46.3267701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:46.3268965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:46.3270295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:46.3272087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:46.3274021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:46.3275449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3276838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3278850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3280766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3282645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3284518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3286438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:46.3287770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:46.3288839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:22:46.3290127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:22:46.3291012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:46.3292195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:46.3293590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:22:46.3294504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3296292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3298525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3300858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3303203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3305723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3308167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3310442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:46.3312155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:46.3313939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:46.3315675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:22:46.3316856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:22:46.3318129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:46.3320201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:46.3321978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:22:46.3322755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:22:46.3323667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3325077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3327104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3329015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3330995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3333008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3334960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:46.3336247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:22:46.3337425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:22:46.3339005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:22:46.3340400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3341983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3343883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3345769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3347799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3349504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3351372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3353146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3354808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3356720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3358551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3360344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3362143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3363724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:46.3364905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3366088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3367666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3369282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3371219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3372956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3374995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3377043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3378690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3380437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3382111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3383890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3385627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3387443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3389272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3390990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3392647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3394454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3396163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3397829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3399444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3401143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3402825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3404473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3406270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3407918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3409659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3411365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3413060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3414783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3416338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3418303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3420197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3421728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3423555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3425266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3427007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3428673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3430324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3431961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3433656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3435300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3437006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3438798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3440745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3442431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3444322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:46.3445666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:22:46.3446968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:22:46.3448843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:22:46.3450098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3451394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3453546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3455874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3458094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3460334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3462442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:46.3463902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:46.3465488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:46.3467484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:46.3468993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:46.3470403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:22:46.3472266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:22:46.3473799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.3475186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.3477408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.3479303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.3481127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:46.3482540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:22:46.3483771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:22:46.3485488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:22:46.3486770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3487987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3489783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3491567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3493370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3495158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3497296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3499354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3501241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3503176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3505226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3507243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3509025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3510643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:46.3511844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3513152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3514776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3516496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3518277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3519995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3521613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3523253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3524947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3526650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3528305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3529967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3531604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3533173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3534922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3536586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3538340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3540226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3542015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3543759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3545569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3547373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3549364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3551094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3552919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3554624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3556298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3558060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3560194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3561988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3563844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3565603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3567375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3568985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3570783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3572615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3574542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3576147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3577754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3579418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3581106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:46.3582330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3584066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3586475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3588710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3590729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3592897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3594937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3596805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:46.3598185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:46.3599573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:46.3601456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:46.3603321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:46.3604655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:46.3606022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:46.3607976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:46.3609384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:46.3610556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:22:46.3612147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:22:46.3613457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:22:46.3614171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:46.3615462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:46.3616879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:22:46.3617844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:46.3619245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:46.3621223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:46.3623863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:46.3625401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:22:46.3626228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:46.3627940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:46.3629728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:46.3631085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:46.3632296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:46.3634079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:46.3635471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:46.3636749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:46.3638176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.3639616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.3641787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.3644131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:46.3645781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:22:46.3646632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:46.3648365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:46.3650460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:46.3652541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:46.3653766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:46.3655266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:46.3657296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:46.3658650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:22:46.3659570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.3660937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.3662943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.3665044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.3667319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:46.3668823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3670218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3672089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3674195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3676311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3678573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3680731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3682920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3685149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3687431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3689692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3691918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3694043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3696145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3698240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3722406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3725042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3727312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3729988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3732432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3734455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3736526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3738629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3740858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3743104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3745270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3747660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3749774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:46.3751451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3752803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3754876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3757047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3759250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3761377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3763471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3765457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3767471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3769462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3771538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3773783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3775949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3777993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3779866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3781994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3783982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3786174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3788264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3790328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3792348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3794362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3796464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3798416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3800419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3802403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3804386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3806407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3808477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3810524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3812526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3814559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3816611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3818564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3820540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3822468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3824446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3826511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3828553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3830534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3832500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3834541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3836391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3838266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3840131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3842123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3843969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3846000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3848025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3850492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3852550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3854902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3857084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3859254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3861572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3863740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3866019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3868234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3870327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3872493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3874792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3876894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3878989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3880903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3882879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3884940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3887285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3889652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3891863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3894001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3896082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3898082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3900180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3902260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3904352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:46.3906419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:22:46.3907761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:22:46.3909067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:46.3910628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:46.3912200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:46.3913828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:46.3914905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:22:46.3915669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:22:46.3916684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:22:46.3918267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:22:46.3919339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3920374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3921170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3922016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3922937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3923706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3924523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3925447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3926211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3926991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3927944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3928683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3929517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3930364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3931077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3931889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3932776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3933482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3934242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3935155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3935966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:46.3936333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:22:46.3937289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:22:46.3938093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:22:46.3938405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:22:46.3939403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:46.3940220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:46.3940991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:46.3941363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:22:46.3942119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3942810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3943653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3944463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3945147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3946080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3946859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:46.3947124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:22:46.3947811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:22:46.3948682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:22:46.3948945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:22:46.3949227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:46.3949951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:22:46.3950963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:22:46.3951361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:22:46.3952078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:22:46.3953025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:22:46.3953376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:46.3954143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:46.3955012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:46.3955398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:22:46.3956297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:22:46.3957079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:22:46.3957418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:22:46.3957881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:46.3958811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:46.3959122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:46.3960124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:46.3960998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:22:46.3961254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:22:46.3961500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:22:46.3962188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3963075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3964127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3965120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3965862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3966575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3967492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3968389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3969082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3970024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3970728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3971539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3972378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3973105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3974036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3974790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3975453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3975756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:46.3976584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:46.3977435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:46.3978230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:46.3979065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:46.3979444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3980278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3981141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3982014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3982785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3983743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3984745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3985598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3986683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:46.3987351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3988170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3988901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:46.3989180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:22:46.3989826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:46.3990666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:46.3991320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:46.3992026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:46.3992279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:22:46.3993179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:46.3993888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:46.3994607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:46.3994995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:46.3995856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:46.3996232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:46.3997128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:46.3998095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:46.3998480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:46.3999350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:46.4000358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:46.4001230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:46.4001676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:46.4002565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:46.4003069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:46.4004053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:46.4004539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:46.4005499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:46.4006602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:46.4007826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:46.4008413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:46.4009491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:46.4059023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:46.4060214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:46.4061272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:46.4061817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:46.4062816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:46.4064122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:46.4065188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:46.4066631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:46.4067017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:46.4068252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:46.4069230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:46.4069701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:46.4070817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:46.4071892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:46.4072441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4073457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4074700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4075743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4076741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4077792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4078819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4079968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:46.4080367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:46.4081268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:46.4082212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:46.4083273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:46.4084293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:46.4084632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:22:46.4085090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4086183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4087160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4088151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4089149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4090122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4091159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4092117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4093128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4094068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4095102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4096109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4097110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4180550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4181606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4182826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:46.4183042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:22:46.4183591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:22:46.4183919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:22:46.4184461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4185198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4185936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4186504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4187264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4187850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4188399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:46.4188653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:22:46.4189367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:46.4190136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:46.4190861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:46.4191677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:46.4191898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:22:46.4192119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:22:46.4192378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:22:46.4192649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4193356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4194276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4194989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4195662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4196469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:46.4196845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4197507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4198476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4199186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4199834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4200626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4201368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4202051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4202961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:46.4203191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:22:46.4203774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:46.4204367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:46.4205109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:46.4205712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:46.4205992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:22:46.4206742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:22:46.4207524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:22:46.4207771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:22:46.4208386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:22:46.4209032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:22:46.4209429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:22:46.4210172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:22:46.4210943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:22:46.4211361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4212440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4213392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4214513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4284587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4285607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4286798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:46.4287097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:46.4288064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:22:46.4288990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:22:46.4289361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:22:46.4290146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:22:46.4290975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:22:46.4291311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:22:46.4292209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:22:46.4292926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:22:46.4293286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:22:46.4294196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4295010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4295861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4297090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4297859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4298673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4299684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4300493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4301314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4302134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4302911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4303675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4304377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4305039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4305876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:46.4306212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:22:46.4306994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:22:46.4307879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:22:46.4308200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:22:46.4309028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:46.4309920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:46.4310781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:46.4311733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:46.4312016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:22:46.4312935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:46.4313955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:46.4314938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:46.4315435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4316540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4317483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4318607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4319731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4320762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4321851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4322976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4358156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4359223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4360157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4361111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4362333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4363367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4364350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4365453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4366730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4367928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:46.4368228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:22:46.4369155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:46.4370199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:46.4371166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:46.4371486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:46.4372471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:22:46.4372808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:46.4373851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:22:46.4374416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:46.4375407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:46.4376471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:46.4377275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:46.4378310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:46.4378641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:46.4379577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:46.4380360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:46.4381331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:46.4382278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:46.4382838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:46.4383826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:46.4384222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:46.4385469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:46.4386397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:46.4386828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:46.4387729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:46.4388759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:46.4389164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:46.4390196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:46.4391138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:46.4391509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:22:46.4392239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:46.4393060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:46.4393783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:46.4394657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:46.4394995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:22:46.4395743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:22:46.4453618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:22:46.4453885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:22:46.4454738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:22:46.4455367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:22:46.4455858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:22:46.4456673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:22:46.4457528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:22:46.4457939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:46.4458673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:22:46.4459464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:22:46.4459774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:46.4460507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:22:46.4461436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:22:46.4461742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:46.4462591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:46.4462949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4463606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4464284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4465161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4466074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4466873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:46.4467230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:22:46.4467984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:22:46.4468751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:22:46.4469135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:22:46.4469888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:22:46.4470710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:22:46.4471079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:22:46.4471862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:22:46.4472556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:22:46.4473030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:22:46.4474014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:22:46.4474793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:22:46.4475242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:22:46.4476070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:22:46.4476939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:22:46.4477248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:22:46.4477902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:22:46.4478706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:22:46.4479103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:22:46.4479859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:22:46.4480750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:22:46.4481005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:22:46.4481335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:22:46.4482096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:22:46.4482296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:22:46.4482810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4483281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4483810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4484357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4485019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4485542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4486229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4486771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4487231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4487765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4488583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4489102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4489621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4543649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4544410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4544910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4545533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4545994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4546586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4547151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4547609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4548111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4548627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4549174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4549403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:22:46.4550164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4550765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4551392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4552048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4552670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4553316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4554129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4554894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4555528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4555782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:22:46.4556561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:46.4557199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:46.4557941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:46.4558692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:46.4559333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:46.4560152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4560716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:46.4560941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:22:46.4561646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4562237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4562999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4563726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4564480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4565125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:46.4565471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:46.4566514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:46.4567537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:46.4568455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:46.4569501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:46.4569845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:22:46.4570652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4571445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4572426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4573079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4574082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4574860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4575758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4576458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4577310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4577949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4578716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4579440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4646119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4646856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4647652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4648404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4649105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4649706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:46.4650026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:22:46.4650825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:22:46.4651937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:22:46.4652323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:46.4653232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:46.4654420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:46.4655332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:46.4655667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:22:46.4656261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:46.4656995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:46.4657579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:46.4658214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:46.4658534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:22:46.4659139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:22:46.4659849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:22:46.4660226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:22:46.4660887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:22:46.4661241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:22:46.4662146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:22:46.4662387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:22:46.4663138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:22:46.4663404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:22:46.4664138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:22:46.4664905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:22:46.4665231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:46.4666169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:46.4667023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:46.4667967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:46.4668272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:22:46.4669000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:22:46.4669910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:22:46.4670181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:46.4671067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:22:46.4671356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:22:46.4672069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:22:46.4672967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:22:46.4673261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:22:46.4674314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:22:46.4675193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:22:46.4675890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:22:46.4676196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:22:46.4677008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:22:46.4677219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:22:46.4677874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:46.4678537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:46.4679163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:46.4679521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:22:46.4680151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:22:46.4680504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:22:46.4681244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:46.4681855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:46.4682561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:46.4682859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:22:46.4683541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:22:46.4684016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:22:46.4735529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4736303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4737044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4737692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4738401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4739154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4739977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4740740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4741411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4742116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4742828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4743501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4744183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4747933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4748771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4749450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4750160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4750815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4751402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4752331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4752952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4753792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4754433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4755346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4756063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4756667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4757295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4758089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4758701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4759481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4760146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4760886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:46.4761154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:22:46.4761696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:46.4762440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:46.4763037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:46.4763362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:22:46.4764159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:46.4764821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:46.4765666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:46.4765887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:22:46.4766391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4767185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4767710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4768336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4768916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4769433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4770032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:46.4770394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:22:46.4770919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4771470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4772273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4772846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4773801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4774398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4829778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4830504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4831216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4831970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4832642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4833396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4834164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4834946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4835658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4836516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4837471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4838112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4838670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4839376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4839945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4840543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4841232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4841792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4842370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4842937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4843460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4844003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4844534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4845103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4845640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4846192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:46.4846429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:22:46.4847057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:46.4847646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:46.4848317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:46.4848911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:46.4849181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:22:46.4849850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:22:46.4850318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:46.4850539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:22:46.4850791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:22:46.4851430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:22:46.4851677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:22:46.4852330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:22:46.4852931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:22:46.4853190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:22:46.4853844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:22:46.4854145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4854838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4855591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4856304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4857036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4857752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:46.4858016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:22:46.4858712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:22:46.4858951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:22:46.4859574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:46.4860181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:46.4860826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:46.4861113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:22:46.4861857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:22:46.4862108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:22:46.5045931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:46.5046226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:22:46.5046962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:46.5048099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:46.5049555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:46.5050720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:46.5052172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:46.5052800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:22:46.5053900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:22:46.5054345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:22:46.5055504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:22:46.5055951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:22:46.5057038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:22:46.5057585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:22:46.5058980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:22:46.5059589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:22:46.5060990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:22:46.5062401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:22:46.5062911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:22:46.5063512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:22:46.5064930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:22:46.5066538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:22:46.5067159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:46.5068651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:22:46.5069075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:22:46.5069541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5070740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5071978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5073270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5074867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5076248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5077820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5079161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5080428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5081022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:46.5082543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:46.5083257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:22:46.5083977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:46.5085759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:46.5087435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:46.5088776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:46.5089231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:22:46.5090371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5091699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5092935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5094187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5095407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5096701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:46.5097147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:22:46.5098333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:46.5099601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:46.5100955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:46.5102149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:46.5102654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:22:46.5104049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:46.5139358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:46.5140723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:46.5142157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:46.5142644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:22:46.5143906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:46.5145196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:46.5146564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:46.5147767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:46.5148303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:46.5149692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:22:46.5150317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:22:46.5151534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:22:46.5152205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:46.5153778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:46.5155406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:46.5157026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:46.5158636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:46.5159388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:22:46.5160277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:46.5162136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:46.5164128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:46.5164690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:22:46.5165296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:46.5166836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:46.5167195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:22:46.5167633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:22:46.5168714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:46.5169187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:22:46.5170462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:46.5171830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:46.5173227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:46.5174743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:46.5175997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:46.5176517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:22:46.5177418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:22:46.5177872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:22:46.5179067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:22:46.5180297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:22:46.5180824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:22:46.5182219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:22:46.5182717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:22:46.5183227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.5183812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:46.5185548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:46.5187007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.5188687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.5190183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.5191572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:46.5192143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.5192744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:46.5194285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:46.5195708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.5197238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.5198675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:46.5241834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:22:46.5243246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:46.5244625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:46.5246099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:46.5246636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:22:46.5247927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:22:46.5249133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:46.5250401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:46.5251605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:46.5252083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:22:46.5253374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:22:46.5254559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:22:46.5254968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:22:46.5256256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:46.5257381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:46.5257847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:22:46.5259100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:22:46.5260313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:46.5261460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:46.5261888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:22:46.5262992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:22:46.5264116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:22:46.5264594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:22:46.5266048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:22:46.5266504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:22:46.5267627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:46.5268764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:46.5270075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:46.5271282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:46.5271770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:22:46.5273109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:46.5274650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:46.5276006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:46.5276531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.5277865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.5279400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:22:46.5279853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:22:46.5281246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:46.5282598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:46.5283969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:46.5284336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:22:46.5285232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:22:46.5285628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:22:46.5286688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:22:46.5287112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:22:46.5287550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:22:46.5288779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:22:46.5289097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:22:46.5290167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:46.5291038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:46.5291990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:46.5292340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:22:46.5293368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:22:46.5294325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:22:46.5295088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:22:46.5295444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:22:46.5295816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:22:46.5296960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:22:46.5297313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:22:46.5297764Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:22:46.5298258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:22:46.5298762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5318514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5320076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5321462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5322945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5324351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5325779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5327255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5328769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5330257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5331812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5333291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5334742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5336127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5337510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5338967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5340384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5341879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:46.5342533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.5344087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.5344882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.5346832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.5348770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.5349467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5351294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5353018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5354780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5356558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5358267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.5358980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5360632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5362344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5363996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5365675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5367405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5369034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5370691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5372373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5374356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5376146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5377816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5379626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5381311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5396603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.5397362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:46.5398164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:46.5398980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.5400944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.5402888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:46.5403707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5405606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5407591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5409513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5410634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5411609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5412674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5413656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5414774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5415755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:46.5416139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.5416931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.5417760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.5418558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.5419397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:46.5419728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:46.5420546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:46.5420863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5421649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5422418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5423192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5424028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5424819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5425665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5426446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5427238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5428011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5428824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5429579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:46.5429931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:46.5430832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:46.5431130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:22:46.5431467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.5432374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.5433210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.5434020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:46.5434336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.5435112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.5910435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.5911349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.5912181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:46.5912726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.5913762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.5914618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.5915470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:46.5915689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:22:46.5915938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:22:46.5916584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:22:46.5917072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:22:46.5917292Z running install_egg_info 2025-03-21T20:22:46.5917700Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:22:46.5917806Z running install_scripts 2025-03-21T20:22:46.5918224Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:46.5918939Z creating '/tmp/pip-wheel-0w79lvfx/.tmp-6xbzx4ey/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:22:46.5919071Z adding 'executorch/version.py' 2025-03-21T20:22:46.5919405Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:22:46.5919627Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:22:46.5919884Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:22:46.5920107Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:22:46.5920385Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:22:46.5920654Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:22:46.5921024Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:22:46.5921312Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:22:46.5921608Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:22:46.5921863Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:22:46.5922122Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:22:46.5922276Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:22:46.5922456Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:22:46.5922660Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:22:46.5922923Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:22:46.5923206Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:22:46.5923462Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:22:46.5923732Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:22:46.5923960Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:22:46.5924171Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:22:46.5924421Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:22:46.5924639Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:22:46.5925010Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:22:46.5925218Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:22:46.5925533Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:22:46.5925814Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:22:46.5926028Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:22:46.5926229Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:22:46.5926440Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:22:46.5926648Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:22:46.5926849Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:22:46.5927056Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:22:46.5927257Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:22:46.5927509Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:22:46.5927866Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:22:46.5928131Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:22:46.5928497Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:22:46.5928707Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:22:46.5928903Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:22:46.5929172Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:22:46.5929404Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:22:46.5929618Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:22:46.5929877Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:22:46.5930173Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:22:46.5930386Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:22:46.5930667Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:22:46.5930910Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:22:46.5931128Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:22:46.5931322Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:22:46.5931518Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:22:46.5931702Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:22:46.5931850Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:22:46.5932027Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:22:46.5932232Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:22:46.5932424Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:22:46.5932684Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:22:46.5932857Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:22:46.5933051Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:22:46.5933232Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:22:46.5933565Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:22:46.5933869Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:22:46.5934102Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:22:46.5934316Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:22:46.5934566Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:22:46.5934793Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:46.5935053Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:22:46.5935430Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:22:46.5935675Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:22:46.5935875Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:22:46.5936161Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:22:46.5936387Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:22:46.5936684Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:22:46.5936975Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:22:46.5937183Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:22:46.5937406Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:22:46.5937676Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:22:46.5937910Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:22:46.5938103Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:22:46.5938329Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:22:46.5938642Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:22:46.5938899Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:22:46.5939171Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:22:46.5939389Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:22:46.5939615Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:22:46.5939899Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:22:46.5940131Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:22:46.5940377Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:22:46.5940646Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:22:46.5940851Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:22:46.5941091Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:22:46.5941282Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:22:46.6272231Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:22:46.6272602Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:22:46.6272828Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:22:46.6273087Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:46.6273356Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:22:46.6273717Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:22:46.6274004Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:22:46.6274228Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:22:46.6274476Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:22:46.6274848Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:22:46.6275114Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:22:46.6275352Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:22:46.6275589Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:22:46.6275861Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:22:46.6276038Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:22:46.6276233Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:22:46.6276399Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:22:46.6276700Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:22:46.6276866Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:22:46.6277041Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:22:46.6277199Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:22:46.6277440Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:22:46.6277657Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:22:46.6277813Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:22:46.6278022Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:22:46.6278244Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:22:46.6278430Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:22:46.6278584Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:22:46.6278748Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:22:46.6278955Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:22:46.6279121Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:22:46.6279298Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:22:46.6279450Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:22:46.6279681Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:22:46.6279867Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:22:46.6280118Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:22:46.6280359Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:22:46.6280552Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:22:46.6280732Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:22:46.6280896Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:22:46.6281247Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:22:46.6281439Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:22:46.6281627Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:22:46.6281804Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:22:46.6281995Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:22:46.6282166Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:22:46.6282342Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:22:46.6282521Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:22:46.6282705Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:22:46.6282932Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:22:46.6283100Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:22:46.6283262Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:22:46.6283455Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:22:46.6283729Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:22:46.6283929Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:22:46.6284157Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:22:46.6284333Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:22:46.6284508Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:22:46.6284678Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:22:46.6284855Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:22:46.6285042Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:22:46.6285388Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:22:46.6285672Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:22:46.6285978Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:22:46.6286121Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:22:46.6286316Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:22:46.6286491Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:22:46.6286641Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:22:46.6286881Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:22:46.6287079Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:22:46.6287308Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:22:46.6287517Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:22:46.6287799Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:22:46.6288073Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:22:46.6288297Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:22:46.6288667Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:22:46.6288858Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:22:46.6289071Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:22:46.6289303Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:22:46.6289484Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:22:46.6289687Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:22:46.6289917Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:22:46.6290169Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:22:46.6290482Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:22:46.6290828Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:22:46.6291021Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:22:46.6291181Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:22:46.6291410Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:22:46.6291579Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:22:46.6291764Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:22:46.6291964Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:22:46.6292185Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:22:46.6292372Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:22:46.6292548Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:22:46.6292719Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:22:46.6292931Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:22:46.6293154Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:22:46.6293322Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:22:46.6293547Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:22:46.6293754Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:22:46.6293938Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:22:46.6294144Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:22:46.6294355Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:22:46.6294524Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:22:46.6294679Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:22:46.6294849Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:22:46.6295021Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:22:46.6295187Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:22:46.6295452Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:22:46.6295683Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:22:46.6295902Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:22:46.6296104Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:22:46.6296296Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:22:46.6296529Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:22:46.6296727Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:22:46.6296897Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:22:46.6297071Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:22:46.6297241Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:22:46.6297417Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:22:46.6297611Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:22:46.6297781Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:22:46.6297959Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:22:46.6298186Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:22:46.6298413Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:22:46.6298643Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:22:46.6298798Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:22:46.6298956Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:22:46.6299200Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:22:46.6299391Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:22:46.6299567Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:22:46.6299739Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:22:46.6299980Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:22:46.6300149Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:22:46.6662291Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:22:46.6662586Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:22:46.6662854Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:22:46.6663117Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:22:46.6663318Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:22:46.6663546Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:22:46.6663727Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:22:46.6663909Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:22:46.6664085Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:22:46.6664307Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:22:46.6664489Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:22:46.6664654Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:22:46.6664841Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:22:46.6665114Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:22:46.6665407Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:22:46.6665585Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:22:46.6665774Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:22:46.6666047Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:22:46.6666278Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:22:46.6666515Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:22:46.6666813Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:22:46.6667243Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:22:46.6667557Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:22:46.6667804Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:22:46.6668178Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:22:46.6668396Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:22:46.6668698Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:46.6669010Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:22:46.6669201Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:22:46.6669431Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:22:46.6669643Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:22:46.6669920Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:22:46.6670116Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:22:46.6670368Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:22:46.6670768Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:22:46.6671225Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:22:46.6671658Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:22:46.6671988Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:22:46.6672325Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:22:46.6672786Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:22:46.6673203Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:22:46.6673726Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:22:46.6674084Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:22:46.6674388Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:22:46.6674781Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:22:46.6675184Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:22:46.6675587Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:22:46.6675942Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:22:46.6676346Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:22:46.6676631Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:22:46.6677007Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:22:46.6677356Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:22:46.6677777Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:22:46.6678146Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:22:46.6678547Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:22:46.6678900Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:22:46.6679221Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:22:46.6679630Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:22:46.6679965Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:22:46.6680297Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:22:46.6680691Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:22:46.6681038Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:22:46.6681457Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:22:46.6681772Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:22:46.6682112Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:22:46.6682525Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:22:46.6682964Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:22:46.6683277Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:22:46.6683826Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:22:46.6684158Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:22:46.6684459Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:22:46.6684845Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:22:46.6685180Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:22:46.6685593Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:22:46.6685815Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:22:46.6686034Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:22:46.6686248Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:22:46.6686433Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:22:46.6686629Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:22:46.6686849Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:22:46.6687108Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:22:46.6687269Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:22:46.6687483Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:22:46.6687742Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:22:46.6687936Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:22:46.6688151Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:22:46.6688338Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:22:46.6688541Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:22:46.6688753Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:22:46.6688923Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:22:46.6689106Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:22:46.6689274Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:22:46.6689467Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:22:46.6689615Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:22:46.6689892Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:22:46.6690093Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:22:46.6690355Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:22:46.6690654Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:22:46.6690916Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:22:46.6691158Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:22:46.6691418Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:22:46.6691654Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:22:46.6691925Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:22:46.6692222Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:22:46.6692482Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:22:46.6692737Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:22:46.6692950Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:22:46.6693138Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:22:46.6693319Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:22:46.6963127Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:22:46.6963425Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:22:46.6964384Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:22:46.6964660Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:22:46.6964852Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:22:46.6965103Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:22:46.6965348Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:22:46.6965577Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:22:46.6965993Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:22:46.6966257Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:22:46.6966478Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:22:46.6966793Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:22:46.6967262Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:22:46.6967621Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:22:46.6967908Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:22:46.6968227Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:22:46.6968555Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:22:46.6968883Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:22:46.6969305Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:22:46.6969663Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:22:46.6969967Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:22:46.6970267Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:22:46.6970577Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:22:46.6970870Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:22:46.6971172Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:22:46.6971485Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:22:46.6971960Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:22:46.6972340Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:22:46.6972663Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:22:46.6972943Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:22:46.6973240Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:22:46.6973755Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:22:46.6974051Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:22:46.6974396Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:22:46.6974713Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:22:46.6975012Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:22:46.6975262Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:22:46.6975516Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:22:46.6975846Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:22:46.6976183Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:22:46.6976608Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:22:46.6976943Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:22:46.6977306Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:22:46.6977718Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:22:46.6978185Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:22:46.6978489Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:22:46.6978800Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:22:46.6979086Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:22:46.6979419Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:22:46.6979771Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:22:46.6980101Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:22:46.6980452Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:22:46.6980859Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:22:46.6981054Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:22:46.6981248Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:22:46.6981428Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:22:46.6981635Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:22:46.6981955Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:22:46.6982338Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:22:46.6982654Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:22:46.6982868Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:22:46.6983171Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:22:46.6983431Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:22:46.6983661Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:22:46.6983926Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:22:46.6984146Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:22:46.6984359Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:22:46.6984569Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:22:46.6984776Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:22:46.6984922Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:22:46.6985124Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:22:46.6985372Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:22:46.6985602Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:22:46.6985972Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:22:46.6986180Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:22:46.6986376Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:22:46.6986559Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:22:46.6986780Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:22:46.6987003Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:22:46.6987237Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:22:46.6987467Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:22:46.6987747Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:22:46.6987984Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:22:46.6988265Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:22:46.6988508Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:22:46.6988884Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:22:46.6989116Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:22:46.6989315Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:22:46.6989538Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:22:46.6989804Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:22:46.6990011Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:22:46.6990391Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:22:46.6990662Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:22:46.6990934Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:22:46.6991132Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:22:46.6991368Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:22:46.6991582Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:22:46.6991851Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:22:46.6992117Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:22:46.6992329Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:22:46.6992560Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:22:46.6992786Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:22:46.6993013Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:22:46.6993257Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:22:46.6993476Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:22:46.6993705Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:22:46.6993918Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:22:46.6994103Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:22:46.6994325Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:22:46.7374956Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:22:46.7375273Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:22:46.7375704Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:22:46.7375882Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:22:46.7376072Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:22:46.7376268Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:22:46.7388153Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:22:46.7388485Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:22:46.7388692Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:22:46.7388868Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:22:46.7389063Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:22:46.7389311Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:22:46.7389798Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:22:46.7390049Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:22:46.7390349Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:22:46.7390563Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:22:46.7390798Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:22:46.7391047Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:22:46.7391272Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:22:46.7391633Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:22:46.7391873Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:22:46.7392150Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:22:46.7392325Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:22:46.7392578Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:22:46.7392793Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:22:46.7392981Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:22:46.7393199Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:22:46.7393403Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:22:46.7393615Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:22:46.7393801Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:22:46.7394059Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:22:46.7394403Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:22:46.7394627Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:22:46.7394851Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:22:46.7395040Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:22:46.7395236Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:22:46.7395475Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:22:46.7395763Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:22:46.7396032Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:22:46.7396289Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:22:46.7396542Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:22:46.7396756Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:22:46.7397059Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:22:46.7397281Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:22:46.7397543Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:22:46.7397743Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:22:46.7397934Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:22:46.7398148Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:22:46.7398321Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:22:46.7398507Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:22:46.7398689Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:22:46.7398955Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:22:46.7399171Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:22:46.7399452Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:22:46.7399768Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:22:46.7400075Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:22:46.7400374Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:22:46.7400806Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:22:46.7401162Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:22:46.7401453Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:22:46.7401781Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:22:46.7402135Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:22:46.7402454Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:22:46.7402870Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:22:46.7403426Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:22:46.7403764Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:22:46.7404107Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:22:46.7404398Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:22:46.7404795Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:22:46.7405114Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:22:46.7405445Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:22:46.7405765Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:22:46.7406139Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:22:46.7406484Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:22:46.7406935Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:22:46.7407405Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:22:46.7407744Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:22:46.7408129Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:22:46.7408419Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:22:46.7408730Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:22:46.7409098Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:22:46.7409513Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:22:46.7409842Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:22:46.7410190Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:22:46.7410603Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:22:46.7410924Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:22:46.7411389Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:22:46.7411995Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:22:46.7412432Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:22:46.7412827Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:22:46.7413310Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:22:46.7413615Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:22:46.7413993Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:22:46.7414271Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:22:46.7414574Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:22:46.7414848Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:22:46.7415140Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:22:46.7415498Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:22:46.7415855Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:22:46.7416162Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:22:46.7416628Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:46.7417135Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:46.7417497Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:22:46.7417863Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:22:46.7418159Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:22:46.7418490Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:22:46.7418815Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:22:46.7419287Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:22:46.7419717Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:22:46.7419970Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:22:46.7420420Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:22:46.7421007Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:22:46.7421569Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:46.7421976Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:22:46.7422227Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:22:46.7422510Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:22:46.7422769Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:22:46.7423013Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:22:46.7423351Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:22:46.7423669Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:22:46.7424056Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:22:46.7424513Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:22:46.7424866Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:22:46.7425452Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:22:46.7425863Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:22:46.7426272Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:22:46.7426675Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:22:46.7427111Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:22:46.7681173Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:22:46.7682253Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:22:46.7683139Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:22:46.7684313Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:22:46.7685468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:22:46.7686563Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:22:46.7687612Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:22:46.7688672Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:22:46.7689699Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:22:46.7690983Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:22:46.7692371Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:22:46.7693623Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:22:46.7694694Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:22:46.7695739Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:22:46.7697037Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:22:46.7698141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:22:46.7699383Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:22:46.7700765Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:22:46.7702175Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:22:46.7703792Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:22:46.7704941Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:22:46.7705958Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:22:46.7706829Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:22:46.7707654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:22:46.7708360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:22:46.7709069Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:22:46.7709764Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:22:46.7710386Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:22:46.7710976Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:22:46.7711603Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:22:46.7712271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:22:46.7712983Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:22:46.7713693Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:22:46.7714428Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:22:46.7715155Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:22:46.7715840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:22:46.7716641Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:22:46.7717421Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:22:46.7718373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:22:46.7719093Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:22:46.7719794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:22:46.7720590Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:22:46.7721269Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:22:46.7721963Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:22:46.7722788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:22:46.7723478Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:22:46.7724216Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:22:46.7724993Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:22:46.7725697Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:22:46.7726468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:22:46.7727415Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:22:46.7728252Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:22:46.7729015Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:22:46.7729856Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:22:46.7730573Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:22:46.7731332Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:22:46.7732235Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:22:46.7732924Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:22:46.7733793Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:22:46.7734512Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:22:46.7735192Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:22:46.7735816Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:22:46.7736598Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:22:46.7737299Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:22:46.7737849Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:22:46.7738512Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:22:46.7739226Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:22:46.7739879Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:22:46.7740501Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:22:46.7741107Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:22:46.7741726Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:22:46.7742294Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:22:46.7742798Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:22:46.7743448Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:22:46.7744192Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:22:46.7744845Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:22:46.7745619Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:22:46.7746426Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:22:46.7747099Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:22:46.7747939Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:22:46.7748558Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:22:46.7749256Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:22:46.7750160Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:22:46.7750916Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:22:46.7751718Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:22:46.7752557Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:22:46.7753244Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:22:46.7754051Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:22:46.7754910Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:22:46.7755863Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:22:46.7756807Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:22:46.7757413Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:22:46.7758064Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:22:46.7758830Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:22:46.7759531Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:22:46.7760218Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:22:46.7760880Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:22:46.7761547Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:22:46.7762000Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:22:46.7762498Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:22:46.7763081Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:22:46.7763761Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:46.7764434Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:22:46.8022745Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:22:46.8023670Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:22:46.8024470Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:22:46.8025019Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:22:46.8025739Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:46.8026324Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:22:46.8026960Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:22:46.8027603Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:22:46.8028232Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:22:46.8028733Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:22:46.8029327Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:22:46.8029934Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:22:46.8030457Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:22:46.8031132Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:22:46.8031660Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:22:46.8032239Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:22:46.8032768Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:22:46.8033372Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:22:46.8033910Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:22:46.8034458Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:22:46.8034983Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:22:46.8035632Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:22:46.8036284Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:22:46.8036994Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:22:46.8037585Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:22:46.8038095Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:22:46.8038618Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:22:46.8039190Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:22:46.8040003Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:22:46.8040592Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:22:46.8041233Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:22:46.8041856Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:22:46.8042368Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:22:46.8042885Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:22:46.8043522Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:22:46.8044043Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:22:46.8044558Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:22:46.8045064Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:22:46.8045554Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:22:46.8046088Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:22:46.8046610Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:22:46.8047098Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:22:46.8047590Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:22:46.8048072Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:22:46.8048639Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:22:46.8049191Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:22:46.8049850Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:22:46.8050357Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:22:46.8050883Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:22:46.8051398Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:22:46.8051968Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:22:46.8052672Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:22:46.8053377Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:22:46.8053864Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:22:46.8054369Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:22:46.8054875Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:22:46.8055425Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:22:46.8056073Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:22:46.8056647Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:22:46.8057280Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:22:46.8057903Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:22:46.8058557Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:22:46.8059210Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:22:46.8059824Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:22:46.8060442Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:22:46.8061043Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:22:46.8061736Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:22:46.8062357Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:22:46.8062916Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:22:46.8063500Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:22:46.8064223Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:22:46.8064980Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:22:46.8065652Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:22:46.8066263Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:22:46.8066845Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:22:46.8067391Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:22:46.8067946Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:22:46.8068581Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:22:46.8069296Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:22:46.8069865Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:22:46.8070406Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:22:46.8070970Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:22:46.8071491Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:22:46.8072019Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:22:46.8072595Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:22:46.8073112Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:22:46.8073793Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:22:46.8074302Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:22:46.8074808Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:22:46.8075358Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:22:46.8075878Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:22:46.8076356Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:22:46.8076879Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:22:46.8077539Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:22:46.8078091Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:22:46.8078586Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:22:46.8079090Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:22:46.8079576Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:22:46.8080098Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:22:46.8080760Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:22:46.8081274Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:22:46.8081807Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:22:46.8082337Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:22:46.8082918Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:22:46.8083477Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:22:46.8084016Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:22:46.8084578Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:22:46.8085227Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:22:46.8085865Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:22:46.8086467Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:22:46.8087072Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:22:46.8087642Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:22:46.8088224Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:22:46.8088819Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:22:46.8089493Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:22:46.8090160Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:22:46.8090831Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:22:46.8091338Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:22:46.8091825Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:22:46.8092378Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:22:46.8093024Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:22:46.8093725Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:22:46.8094231Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:22:46.8094840Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:22:46.8282967Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:22:46.8284092Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:22:46.8285091Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:22:46.8286257Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:22:46.8287503Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:22:46.8288785Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:22:46.8289955Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:22:46.8291094Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:22:46.8292295Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:22:46.8293520Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:22:46.8294747Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:22:46.8295910Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:22:46.8297098Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:22:46.8298281Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:22:46.8299281Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:22:46.8300162Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:22:46.8301177Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:22:46.8302543Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:22:46.8303525Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:22:46.8304612Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:22:46.8305880Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:22:46.8307005Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:22:46.8308129Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:22:46.8309216Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:22:46.8310216Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:22:46.8311348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:22:46.8312672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:22:46.8314247Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:22:46.8315615Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:22:46.8316938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:22:46.8318410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:22:46.8319675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:22:46.8321014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:22:46.8322475Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:22:46.8323838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:22:46.8325354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:22:46.8326652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:22:46.8327993Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:22:46.8329291Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:22:46.8330613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:22:46.8331962Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:22:46.8333289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:22:46.8334443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:22:46.8335626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:22:46.8336832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:22:46.8338046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:22:46.8339382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:22:46.8340697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:22:46.8341943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:22:46.8343198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:22:46.8344531Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:22:46.8345913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:22:46.8347215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:22:46.8348552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:22:46.8349849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:22:46.8351084Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:22:46.8352459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:22:46.8353735Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:22:46.8354992Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:22:46.8356305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:22:46.8357515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:22:46.8358759Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:22:46.8360099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8361437Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:46.8362769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:22:46.8364059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:22:46.8365457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:22:46.8366817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:22:46.8368170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:22:46.8369478Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:22:46.8370648Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:22:46.8371975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:22:46.8373159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:22:46.8376828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:22:46.8378014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:22:46.8379322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:22:46.8380689Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:22:46.8382092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:22:46.8383443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8384875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8386469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:46.8387961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:46.8389381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8390786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8392277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:46.8393705Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:46.8395153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8396646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:46.8398091Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:22:46.8399717Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:22:46.8401182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:22:46.8402472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:22:46.8403771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:22:46.8405155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:22:46.8406548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:22:46.8407986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:22:46.8409271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:22:47.1823644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:22:47.1824429Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:22:47.1825124Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:22:47.1825886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:22:47.1827335Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:22:47.1828036Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:22:47.1828748Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:22:47.1829652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:22:47.1830534Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:22:47.1831581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:22:47.1832603Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:22:47.1833484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:22:47.1834272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:22:47.1835051Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:22:47.1836041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:22:47.1836832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:22:47.1837582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:22:47.1838488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:22:47.1839427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:22:47.1840276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:22:47.1841247Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:22:47.1842110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:22:47.1842863Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:22:47.1843614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:22:47.1844543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:22:47.1845311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:22:47.1846166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:22:47.1847320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:22:47.1848116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:22:47.1848862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:22:47.1849658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:22:47.1850422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:22:47.1851048Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:22:47.1851679Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:22:47.1852422Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:22:47.1853091Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:22:47.1853778Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:22:47.1854480Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:22:47.1855383Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:22:47.1856344Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:22:47.1857088Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:22:47.1857722Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:22:47.1858261Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:22:47.1858717Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:22:47.1859178Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:22:47.1859742Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:22:47.1860206Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:22:47.1860589Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:22:47.1861038Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:22:47.1861493Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:22:47.1861916Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:22:47.1862471Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:22:47.1862995Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:22:47.1863404Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:22:47.1863842Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:22:47.1864338Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:22:47.1864863Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:22:47.1865560Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:22:47.1866065Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:22:47.1866403Z adding 'executorch/data/bin/flatc' 2025-03-21T20:22:47.1866748Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:22:47.1867161Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:22:47.1867646Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:22:47.1868358Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:22:47.1869026Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:22:47.1869483Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:22:47.1869935Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:22:47.1870437Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:22:47.1871043Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:22:47.1871806Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:22:47.1872432Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:22:47.1873052Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:22:47.1873949Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:22:47.1874695Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:22:47.1875347Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:22:47.1875964Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:22:47.1876591Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:22:47.1877276Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:22:47.1877927Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:22:47.1878465Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:22:47.1878969Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:22:47.1879421Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:22:47.1879901Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:22:47.1880474Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:22:47.1880911Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:22:47.1881342Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:22:47.1881851Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:22:47.1882482Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:22:47.1883102Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:22:47.1883572Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:22:47.1884240Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:22:47.1884662Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:22:47.1885199Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:22:47.1885783Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:22:47.1886353Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:22:47.1886901Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:22:47.1887459Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:22:47.1888048Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:22:47.1888747Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:22:47.1889412Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:22:47.1889929Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:22:47.1890518Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:22:47.1891104Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:22:47.1891685Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:22:47.1892269Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:22:47.1892728Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:22:47.1893224Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:22:47.1893742Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:22:47.1894319Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:22:47.1895011Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:22:47.1895659Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:22:47.1896260Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:22:47.1896843Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:22:47.1897724Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:22:47.2184223Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:22:47.2185149Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:22:47.2186019Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:22:47.2186780Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:22:47.2187487Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:22:47.2188298Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:22:47.2189086Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:22:47.2189888Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:22:47.2190635Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:22:47.2191448Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:22:47.2192347Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:22:47.2193482Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:22:47.2194844Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:22:47.2196240Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:22:47.2197931Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:22:47.2199241Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:22:47.2200530Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:22:47.2201718Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:22:47.2202560Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:22:47.2203667Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:22:47.2204567Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:22:47.2205446Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:22:47.2206304Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:22:47.2207089Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:22:47.2207893Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:22:47.2208691Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:22:47.2209521Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:22:47.2210350Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:22:47.2211233Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:22:47.2212085Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:22:47.2213044Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:22:47.2214056Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:22:47.2214935Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:22:47.2215779Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:22:47.2216538Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:22:47.2217305Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:22:47.2218016Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:22:47.2218835Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:22:47.2219740Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:22:47.2220661Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:22:47.2221670Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:22:47.2222725Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:22:47.2223786Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:22:47.2224943Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:22:47.2225993Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:22:47.2226850Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:22:47.2227738Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:22:47.2228747Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:22:47.2230022Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:22:47.2231377Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:22:47.2232652Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:22:47.2233865Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:22:47.2235100Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:22:47.2236389Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:22:47.2237577Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:22:47.2238833Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:22:47.2240204Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:22:47.2241325Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:22:47.2242433Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:22:47.2243548Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:22:47.2244855Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:22:47.2246355Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:22:47.2247925Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:22:47.2249368Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:22:47.2249924Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:22:47.2250328Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:22:47.2250788Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:22:47.2251154Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:22:47.2251512Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:22:47.2251972Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:22:47.2252511Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:22:47.2252952Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:22:47.2253488Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:22:47.2253865Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:22:47.2254246Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:22:47.2254668Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:22:47.2255073Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:22:47.2255527Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:22:47.2255981Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:22:47.2256564Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:22:47.2257048Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:22:47.2257623Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:22:47.2258151Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:22:47.2258737Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:22:47.2259026Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:22:47.2259328Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:22:47.2259647Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:22:47.2259902Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:22:47.2260229Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:22:47.2260547Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:22:47.2260821Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:22:47.2261103Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:22:47.2261427Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:22:47.2261731Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:22:47.2262088Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:22:47.2262403Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:22:47.2262845Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:22:47.2263158Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:22:47.2263504Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:22:47.2263830Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:22:47.2264129Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:22:47.2264528Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:22:47.2264989Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:22:47.2265488Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:22:47.2265869Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:22:47.2266181Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:22:47.2266535Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:22:47.2266837Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:22:47.2267186Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:22:47.2267465Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:22:47.2267753Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:22:47.2268016Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:22:47.2268311Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:22:47.2268669Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:22:47.2269018Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:22:47.2269337Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:22:47.2269611Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:22:47.2269933Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:22:47.2270248Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:22:47.2270465Z adding 'executorch/exir/__init__.py' 2025-03-21T20:22:47.2877171Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:22:47.2877597Z adding 'executorch/exir/common.py' 2025-03-21T20:22:47.2877949Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:22:47.2878296Z adding 'executorch/exir/delegate.py' 2025-03-21T20:22:47.2878642Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:22:47.2879004Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:22:47.2879457Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:22:47.2880315Z adding 'executorch/exir/error.py' 2025-03-21T20:22:47.2880872Z adding 'executorch/exir/graph.py' 2025-03-21T20:22:47.2881386Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:22:47.2882027Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:22:47.2882729Z adding 'executorch/exir/memory.py' 2025-03-21T20:22:47.2883094Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:22:47.2883447Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:22:47.2883801Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:22:47.2884241Z adding 'executorch/exir/print_program.py' 2025-03-21T20:22:47.2884601Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:22:47.2884999Z adding 'executorch/exir/schema.py' 2025-03-21T20:22:47.2885390Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:22:47.2885768Z adding 'executorch/exir/tensor.py' 2025-03-21T20:22:47.2886109Z adding 'executorch/exir/tracer.py' 2025-03-21T20:22:47.2886518Z adding 'executorch/exir/types.py' 2025-03-21T20:22:47.2886855Z adding 'executorch/exir/version.py' 2025-03-21T20:22:47.2887179Z adding 'executorch/exir/wrap.py' 2025-03-21T20:22:47.2887534Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:22:47.2887970Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:22:47.2888421Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:22:47.2889078Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:22:47.2889522Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:22:47.2889961Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:22:47.2890414Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:22:47.2890927Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:22:47.2891352Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:22:47.2891753Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:22:47.2892297Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:22:47.2892721Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:22:47.2893159Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:22:47.2893626Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:22:47.2894143Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:22:47.2894658Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:22:47.2895098Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:22:47.2895566Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:22:47.2896074Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:22:47.2896535Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:22:47.2896961Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:22:47.2897349Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:22:47.2897862Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:22:47.2898804Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:22:47.2899629Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:22:47.2900491Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:22:47.2901245Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:22:47.2901850Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:22:47.2902499Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:22:47.2903242Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:22:47.2903755Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:22:47.2904246Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:22:47.2904808Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:22:47.2905529Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:22:47.2906079Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:22:47.2906697Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:22:47.2907202Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:22:47.2907715Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:22:47.2908254Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:22:47.2908776Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:22:47.2909373Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:22:47.2909997Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:22:47.2910480Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:22:47.2910953Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:22:47.2911525Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:22:47.2912139Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:22:47.2912800Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:22:47.2913559Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:22:47.2914234Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:22:47.2914680Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:22:47.2915118Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:22:47.2915537Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:22:47.2915956Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:22:47.2916342Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:22:47.2916725Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:22:47.2917199Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:22:47.2917691Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:22:47.2918182Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:22:47.2918584Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:22:47.2919058Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:22:47.2935897Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:22:47.2936817Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:22:47.2937660Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:22:47.2938356Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:22:47.2938990Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:22:47.2939732Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:22:47.2940562Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:22:47.2941381Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:22:47.2942034Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:22:47.2942778Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:22:47.2943682Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:22:47.2944602Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:22:47.2945500Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:22:47.2946151Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:22:47.2946746Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:22:47.2947321Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:22:47.2947961Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:22:47.2948646Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:22:47.2949185Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:22:47.2949783Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:22:47.2950676Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:22:47.2951148Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:22:47.2951655Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:22:47.2952091Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:22:47.2952572Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:22:47.2953066Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:22:47.2953551Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:22:47.2954065Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:22:47.2954582Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:22:47.2955044Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:22:47.2955541Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:22:47.2956080Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:22:47.2956553Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:22:47.2957028Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:22:47.2957547Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:22:47.2958015Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:22:47.2958527Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:22:47.2958991Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:22:47.2959419Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:22:47.2959886Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:22:47.2960402Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:22:47.2960864Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:22:47.2961333Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:22:47.2961988Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:22:47.2962597Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:22:47.2963123Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:22:47.2963637Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:22:47.2964162Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:22:47.2964604Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:22:47.2965037Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:22:47.2965481Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:22:47.2966001Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:22:47.2966519Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:22:47.2966928Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:22:47.2967340Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:22:47.2967741Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:22:47.2968191Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:22:47.2968712Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:22:47.2969123Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:22:47.2969518Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:22:47.2969914Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:22:47.2970285Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:22:47.2970664Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:22:47.8937284Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:22:47.8937929Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:22:47.8938300Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:22:47.8938673Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:22:47.8939180Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:22:47.8939882Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:22:47.8940296Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:22:47.8940681Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:22:47.8941188Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:22:47.8941608Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:22:47.8942011Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:22:47.8942435Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:22:47.8942933Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:22:47.8943441Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:22:47.8943903Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:22:47.8944394Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:22:47.8944928Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:22:47.8945597Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:22:47.8946213Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:22:47.8946696Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:22:47.8947092Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:22:47.8947608Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:22:47.8948094Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:22:47.8948717Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:22:47.8949221Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:22:47.8949659Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:22:47.8950104Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:22:47.8950561Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:22:47.8951041Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:22:47.8951648Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:22:47.8952033Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:22:47.8952448Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:22:47.8952858Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:22:47.8953257Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:22:47.8953686Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:22:47.8954107Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:22:47.8954542Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:22:47.8954967Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:22:47.8955418Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:22:47.8955899Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:22:47.8956350Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:22:47.8956770Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:22:47.8957199Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:22:47.8957680Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:22:47.8958226Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:22:47.8958819Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:22:47.8959401Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:22:47.8959956Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:22:47.8960496Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:22:47.8960995Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:22:47.8961509Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:22:47.8962073Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:22:47.8962572Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:22:47.8963159Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:22:47.8963641Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:22:47.8964183Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:22:47.8964742Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:22:47.8965261Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:22:47.8965827Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:22:47.8966499Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:22:47.8967222Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:22:47.8967798Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:22:47.8968430Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:22:47.8969134Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:22:47.8969827Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:22:47.8970388Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:22:47.8970975Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:22:47.8971517Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:22:47.8972014Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:22:47.8972492Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:22:47.8973001Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:22:47.8973492Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:22:47.8974211Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:22:47.8974866Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:22:47.8975317Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:22:47.8975785Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:22:47.8976303Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:22:47.8976844Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:22:47.8977435Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:22:47.8977991Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:22:47.8978466Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:22:47.8978952Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:22:47.8979414Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:22:47.8979919Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:22:47.8980434Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:22:47.8980991Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:22:47.8981661Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:22:47.8982338Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:22:47.8983002Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:22:47.8983799Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:22:47.8984674Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:47.8985445Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:47.8986119Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:22:47.8986748Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:22:47.8987250Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:22:47.8987908Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:22:47.8988490Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:22:47.8989075Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:22:47.8989607Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:22:47.8990092Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:22:47.8990548Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:22:47.8991050Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:22:47.8991604Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:22:47.8992161Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:22:47.8992759Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:22:47.8993345Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:22:47.8993905Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:22:47.8994581Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:22:47.8995353Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:22:47.8996085Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:22:47.8996672Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:22:47.8997263Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:22:47.8997874Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:22:47.8998495Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:22:47.8999136Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:22:47.8999878Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:22:47.9000544Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:22:47.9001162Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:22:47.9001776Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:22:47.9002449Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:22:47.9002944Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:22:47.9003489Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:22:47.9004021Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:22:47.9004617Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:22:47.9005282Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:22:47.9006085Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:22:47.9006703Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:22:47.9007393Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:22:51.0511270Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:22:51.0512321Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:22:51.0512916Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:22:51.0513412Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:22:51.0514009Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:22:51.0514672Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:22:51.0515381Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:22:51.0516178Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:22:51.0517236Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:22:51.0518047Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:22:51.0518843Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:22:51.0519702Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:22:51.0520595Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:22:51.0521421Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:22:51.0522168Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:22:51.0522926Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:22:51.0523648Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:22:51.0524375Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:22:51.0525044Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:22:51.0525736Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:22:51.0526480Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:22:51.0527167Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:22:51.0527911Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:22:51.0528580Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:22:51.0529283Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:22:51.0529961Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:22:51.0530747Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:22:51.0531535Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:22:51.0532301Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:22:51.0533081Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:22:51.0533902Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:22:51.0534743Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:22:51.0535553Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:22:51.0536345Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:22:51.0537120Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:22:51.0537938Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:22:51.0538830Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:22:51.0539679Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:22:51.0540525Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:22:51.0541229Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:22:51.0541893Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:22:51.0542561Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:22:51.0543230Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:22:51.0543908Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:22:51.0544528Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:22:51.0545083Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:22:51.0545726Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:22:51.0546312Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:22:51.0546925Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:22:51.0547478Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:22:51.0548075Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:22:51.0548651Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:22:51.0549221Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:22:51.0549787Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:22:51.0550338Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:22:51.0550929Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:22:51.0551539Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:22:51.0552031Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:22:51.0552588Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:22:51.0553117Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:22:51.0553685Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:22:51.0554275Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:22:51.0554787Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:22:51.0555198Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:22:51.0555641Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:22:51.0556093Z adding 'executorch/schema/program.fbs' 2025-03-21T20:22:51.0556466Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:22:51.0556895Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:22:51.0557371Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:22:51.0557787Z adding 'executorch/util/collect_env.py' 2025-03-21T20:22:51.0558163Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:22:51.0558575Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:22:51.0559035Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:22:51.0559487Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:22:51.0559973Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:22:51.0560503Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:22:51.0560971Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:22:51.0561390Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:51.0562109Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:51.0563167Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=9df12a61f4be31b3694f52855f09dc89d42c24cde70a6a704ec4d87cf6bd217f 2025-03-21T20:22:51.0564496Z Stored in directory: /tmp/pip-ephem-wheel-cache-i2jpiceg/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:22:51.0565239Z Successfully built executorch 2025-03-21T20:22:51.0565876Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:22:51.0566630Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:22:51.0567059Z Attempting uninstall: pytest 2025-03-21T20:22:51.0567400Z Found existing installation: pytest 7.2.0 2025-03-21T20:22:51.0567766Z Uninstalling pytest-7.2.0: 2025-03-21T20:22:51.0568162Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:22:51.0568723Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:22:51.0569443Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:22:51.0570262Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:22:51.0570982Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:22:51.0571768Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:22:51.0572554Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:22:51.0573089Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:22:51.0573795Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:22:51.0574309Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:22:51.0574793Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:22:51.0575692Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:22:51.0576487Z + pip list 2025-03-21T20:22:51.0576909Z Package Version Editable project location 2025-03-21T20:22:51.0577411Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:22:51.0577910Z alabaster 0.7.16 2025-03-21T20:22:51.0578222Z attrs 25.3.0 2025-03-21T20:22:51.0578530Z babel 2.17.0 2025-03-21T20:22:51.0578835Z beautifulsoup4 4.13.3 2025-03-21T20:22:51.0579151Z black 24.4.2 2025-03-21T20:22:51.0579495Z breathe 4.34.0 2025-03-21T20:22:51.0579800Z bs4 0.0.2 2025-03-21T20:22:51.0580208Z certifi 2025.1.31 2025-03-21T20:22:51.0580533Z charset-normalizer 3.4.1 2025-03-21T20:22:51.0580859Z clang-format 18.1.3 2025-03-21T20:22:51.0581179Z click 8.1.8 2025-03-21T20:22:51.0581485Z cmake 3.31.6 2025-03-21T20:22:51.0581796Z cmakelint 1.4.1 2025-03-21T20:22:51.0582098Z contourpy 1.3.1 2025-03-21T20:22:51.0582407Z coverage 7.7.0 2025-03-21T20:22:51.0582715Z cycler 0.12.1 2025-03-21T20:22:54.6917956Z docutils 0.16 2025-03-21T20:22:54.6918544Z exceptiongroup 1.2.2 2025-03-21T20:22:54.6918981Z execnet 2.1.1 2025-03-21T20:22:54.6919315Z executorch 0.6.0a0+be92d7d 2025-03-21T20:22:54.6919645Z exhale 0.2.3 2025-03-21T20:22:54.6920004Z expecttest 0.1.6 2025-03-21T20:22:54.6920354Z filelock 3.18.0 2025-03-21T20:22:54.6920659Z flake8 6.1.0 2025-03-21T20:22:54.6920975Z flake8-breakpoint 1.1.0 2025-03-21T20:22:54.6921299Z flake8-bugbear 24.4.26 2025-03-21T20:22:54.6921634Z flake8-comprehensions 3.14.0 2025-03-21T20:22:54.6921972Z flake8-plugin-utils 1.3.3 2025-03-21T20:22:54.6922286Z flake8-pyi 23.5.0 2025-03-21T20:22:54.6922604Z flatbuffers 25.2.10 2025-03-21T20:22:54.6922919Z fonttools 4.56.0 2025-03-21T20:22:54.6923233Z fsspec 2025.3.0 2025-03-21T20:22:54.6923560Z huggingface-hub 0.29.3 2025-03-21T20:22:54.6923862Z hypothesis 6.84.2 2025-03-21T20:22:54.6924174Z idna 3.10 2025-03-21T20:22:54.6924473Z imagesize 1.4.1 2025-03-21T20:22:54.6924775Z iniconfig 2.1.0 2025-03-21T20:22:54.6925072Z Jinja2 3.1.6 2025-03-21T20:22:54.6925595Z kiwisolver 1.4.8 2025-03-21T20:22:54.6925892Z libcst 1.1.0 2025-03-21T20:22:54.6926190Z lintrunner 0.12.7 2025-03-21T20:22:54.6926512Z lintrunner-adapters 0.12.4 2025-03-21T20:22:54.6926874Z lxml 5.3.1 2025-03-21T20:22:54.6927172Z markdown-it-py 2.2.0 2025-03-21T20:22:54.6927485Z MarkupSafe 3.0.2 2025-03-21T20:22:54.6927793Z matplotlib 3.10.1 2025-03-21T20:22:54.6928104Z mccabe 0.7.0 2025-03-21T20:22:54.6928411Z mdit-py-plugins 0.3.5 2025-03-21T20:22:54.6928708Z mdurl 0.1.2 2025-03-21T20:22:54.6929015Z moreorless 0.4.0 2025-03-21T20:22:54.6929318Z mpmath 1.3.0 2025-03-21T20:22:54.6929621Z mypy 1.14.1 2025-03-21T20:22:54.6929939Z mypy-extensions 1.0.0 2025-03-21T20:22:54.6930254Z myst-parser 0.18.1 2025-03-21T20:22:54.6930566Z networkx 3.4.2 2025-03-21T20:22:54.6930864Z numpy 2.2.4 2025-03-21T20:22:54.6931178Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:22:54.6931517Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:22:54.6931846Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:22:54.6932263Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:22:54.6932603Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:22:54.6932937Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:22:54.6933281Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:22:54.6933619Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:22:54.6933966Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:22:54.6934299Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:22:54.6934626Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:22:54.6934953Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:22:54.6935373Z packaging 24.2 2025-03-21T20:22:54.6935688Z pandas 2.2.3 2025-03-21T20:22:54.6935998Z parameterized 0.9.0 2025-03-21T20:22:54.6936311Z pathspec 0.12.1 2025-03-21T20:22:54.6936625Z pillow 11.1.0 2025-03-21T20:22:54.6936919Z pip 25.0 2025-03-21T20:22:54.6937226Z platformdirs 4.3.7 2025-03-21T20:22:54.6937531Z pluggy 1.5.0 2025-03-21T20:22:54.6937832Z pycodestyle 2.11.1 2025-03-21T20:22:54.6938138Z pyflakes 3.1.0 2025-03-21T20:22:54.6938428Z Pygments 2.19.1 2025-03-21T20:22:54.6938733Z pyparsing 3.2.1 2025-03-21T20:22:54.6939036Z pytest 8.3.5 2025-03-21T20:22:54.6939337Z pytest-cov 4.1.0 2025-03-21T20:22:54.6939652Z pytest-rerunfailures 15.0 2025-03-21T20:22:54.6939958Z pytest-xdist 3.6.1 2025-03-21T20:22:54.6940283Z python-dateutil 2.9.0.post0 2025-03-21T20:22:54.6940751Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:22:54.6941217Z pytz 2025.1 2025-03-21T20:22:54.6941533Z PyYAML 6.0.1 2025-03-21T20:22:54.6941825Z regex 2024.11.6 2025-03-21T20:22:54.6942144Z requests 2.32.3 2025-03-21T20:22:54.6942455Z ruamel.yaml 0.17.32 2025-03-21T20:22:54.6942770Z ruamel.yaml.clib 0.2.12 2025-03-21T20:22:54.6943086Z safetensors 0.5.3 2025-03-21T20:22:54.6943380Z setuptools 75.8.0 2025-03-21T20:22:54.6943683Z six 1.17.0 2025-03-21T20:22:54.6943988Z snowballstemmer 2.2.0 2025-03-21T20:22:54.6944311Z sortedcontainers 2.4.0 2025-03-21T20:22:54.6944624Z soupsieve 2.6 2025-03-21T20:22:54.6944911Z Sphinx 5.3.0 2025-03-21T20:22:54.6945338Z sphinx-copybutton 0.5.0 2025-03-21T20:22:54.6945719Z sphinx_design 0.4.1 2025-03-21T20:22:54.6946031Z sphinx-gallery 0.14.0 2025-03-21T20:22:54.6946361Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:22:54.6946685Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:22:54.6947013Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:22:54.6947343Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:22:54.6947671Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:22:54.6948011Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:22:54.6948333Z stdlibs 2024.12.3 2025-03-21T20:22:54.6948654Z sympy 1.13.3 2025-03-21T20:22:54.6948959Z tabulate 0.9.0 2025-03-21T20:22:54.6949262Z timm 1.0.7 2025-03-21T20:22:54.6949565Z tokenizers 0.21.1 2025-03-21T20:22:54.6949858Z toml 0.10.2 2025-03-21T20:22:54.6950162Z tomli 2.0.1 2025-03-21T20:22:54.6950473Z tomlkit 0.13.2 2025-03-21T20:22:54.6950806Z torch 2.7.0a0+git295f2ed 2025-03-21T20:22:54.6951179Z torchao 0.10.0+git64bcf4c2 2025-03-21T20:22:54.6951533Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:22:54.6951875Z TorchFix 0.6.0 2025-03-21T20:22:54.6952226Z torchsr 1.0.4 2025-03-21T20:22:54.6952554Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:22:54.6952895Z tqdm 4.67.1 2025-03-21T20:22:54.6953189Z trailrunner 1.4.0 2025-03-21T20:22:54.6953503Z transformers 4.47.1 2025-03-21T20:22:54.6953809Z triton 3.0.0 2025-03-21T20:22:54.6954122Z typing_extensions 4.12.2 2025-03-21T20:22:54.6954439Z typing-inspect 0.9.0 2025-03-21T20:22:54.6954729Z tzdata 2025.1 2025-03-21T20:22:54.6955094Z ufmt 2.8.0 2025-03-21T20:22:54.6955392Z urllib3 2.3.0 2025-03-21T20:22:54.6955699Z usort 1.0.8.post1 2025-03-21T20:22:54.6956018Z wheel 0.45.1 2025-03-21T20:22:54.6956304Z zstd 1.5.5.1 2025-03-21T20:22:54.6956628Z + build_executorch_runner cmake Release 2025-03-21T20:22:54.6956955Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:54.6957235Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:54.6957533Z + build_executorch_runner_cmake Release 2025-03-21T20:22:54.6957988Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:22:54.6958369Z + clean_executorch_install_folders 2025-03-21T20:22:54.6958706Z + ./install_executorch.sh --clean 2025-03-21T20:22:54.6959023Z Cleaning build artifacts... 2025-03-21T20:22:54.6959303Z Cleaning pip-out/... 2025-03-21T20:22:54.6959580Z Done cleaning build artifacts. 2025-03-21T20:22:54.6959867Z + mkdir cmake-out 2025-03-21T20:22:54.6960113Z + pushd cmake-out 2025-03-21T20:22:54.6960421Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:22:54.6960785Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:22:54.6961066Z + CXXFLAGS= 2025-03-21T20:22:54.6961292Z + CXXFLAGS= 2025-03-21T20:22:54.6961649Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:54.6962200Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:54.6962656Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:54.6963058Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:54.6963441Z -- Detecting C compiler ABI info 2025-03-21T20:22:54.6963767Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:54.6964178Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:54.6964577Z -- Detecting C compile features 2025-03-21T20:22:54.6964895Z -- Detecting C compile features - done 2025-03-21T20:22:54.6965234Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:54.6965568Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:54.6966066Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:54.6966475Z -- Detecting CXX compile features 2025-03-21T20:22:54.6966810Z -- Detecting CXX compile features - done 2025-03-21T20:22:54.6967735Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:54.6968510Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:54.6968956Z CMake. 2025-03-21T20:22:54.6969083Z 2025-03-21T20:22:54.6969330Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:54.6969905Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:54.6970411Z to work with policies introduced by or earlier. 2025-03-21T20:22:54.6970690Z 2025-03-21T20:22:54.6970800Z  2025-03-21T20:22:54.6971438Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:54.6972218Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:54.6972662Z CMake. 2025-03-21T20:22:54.6972781Z 2025-03-21T20:22:54.6973015Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:54.6973852Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:54.6974484Z to work with policies introduced by or earlier. 2025-03-21T20:22:54.6974748Z 2025-03-21T20:22:54.6974884Z  2025-03-21T20:22:54.6975131Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:54.6975560Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:54.6975930Z -- Found Threads: TRUE 2025-03-21T20:22:54.6976637Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:54.6977429Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:54.6977874Z CMake. 2025-03-21T20:22:54.6978139Z 2025-03-21T20:22:54.6978386Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:54.6978957Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:54.6979464Z to work with policies introduced by or earlier. 2025-03-21T20:22:54.6979744Z 2025-03-21T20:22:54.6979856Z  2025-03-21T20:22:54.6980101Z -- Using python executable 'python' 2025-03-21T20:22:54.6980429Z -- Resolved buck2 as buck2. 2025-03-21T20:22:54.6980705Z -- Killing buck2 daemon 2025-03-21T20:22:54.6980968Z 'buck2 killall' 2025-03-21T20:22:54.6981238Z -- executorch: Generating source lists 2025-03-21T20:22:54.6981780Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:54.6982503Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:54.6983034Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:54.6983367Z -- Generating operator lib: 2025-03-21T20:22:54.6983668Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:54.6984106Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:54.6984549Z -- ROOT_OPS: 2025-03-21T20:22:54.6984785Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:54.6986211Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:54.6987507Z -- Generating kernel bindings: 2025-03-21T20:22:54.6987821Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:54.6988249Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:54.6988770Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:54.6989095Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:54.6990855Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:57.0466292Z -- Generating operator lib: 2025-03-21T20:22:57.0466873Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:57.0467349Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:57.0467852Z -- DEPS: executorch 2025-03-21T20:22:57.0469007Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:57.0470095Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:57.0470790Z CMake. 2025-03-21T20:22:57.0470965Z 2025-03-21T20:22:57.0471312Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:57.0472228Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:57.0473032Z to work with policies introduced by or earlier. 2025-03-21T20:22:57.0475051Z 2025-03-21T20:22:57.0475343Z  2025-03-21T20:22:57.0475694Z -- Looking for C++ include unistd.h 2025-03-21T20:22:57.0476242Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:57.0476805Z -- Looking for C++ include stdint.h 2025-03-21T20:22:57.0477325Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:57.0477851Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:57.0478735Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:57.0479360Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:57.0479979Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:57.0480539Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:57.0481102Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:57.0481706Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:57.0482236Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:57.0482771Z -- Looking for C++ include stddef.h 2025-03-21T20:22:57.0483578Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:57.0484124Z -- Check size of uint32_t 2025-03-21T20:22:57.0484630Z -- Check size of uint32_t - done 2025-03-21T20:22:57.0485098Z -- Looking for strtoll 2025-03-21T20:22:57.0485515Z -- Looking for strtoll - found 2025-03-21T20:22:57.0485960Z -- 2025-03-21T20:22:57.0486306Z -- ******** Summary ******** 2025-03-21T20:22:57.0486784Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:57.0487356Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:57.0487911Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:57.0488499Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:57.0488980Z -- BUCK2 : buck2 2025-03-21T20:22:57.0489525Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:57.0490356Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:57.0491341Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:57.0492077Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:57.0492775Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:57.0493447Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:57.0494027Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:57.0494613Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:57.0495252Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:57.0495874Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:57.0496540Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:57.0497183Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:57.0497843Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:57.0498511Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:57.0499184Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:57.0499836Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:57.0500564Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:57.0501450Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:57.0502155Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:57.0502833Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:57.0503479Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:57.0504135Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:57.0504770Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:57.0505635Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:57.0506342Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:57.0507035Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:57.0507725Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:57.0508370Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:57.0509005Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:57.0509700Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:57.0510351Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:57.0511000Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:57.0511655Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:57.0512317Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:57.0512992Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:57.0513733Z -- Configuring done (5.0s) 2025-03-21T20:22:57.0514227Z -- Generating done (0.1s) 2025-03-21T20:22:57.0514890Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:57.0515598Z + popd 2025-03-21T20:22:57.0515976Z /pytorch/executorch 2025-03-21T20:22:57.0516382Z ++ uname 2025-03-21T20:22:57.0516757Z + '[' Linux == Darwin ']' 2025-03-21T20:22:57.0517198Z ++ nproc 2025-03-21T20:22:57.0517565Z + CMAKE_JOBS=7 2025-03-21T20:22:57.0518014Z + cmake --build cmake-out -j 7 2025-03-21T20:22:57.0519563Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:57.0521544Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:57.0522966Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:57.0524461Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:57.0526407Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:57.0528404Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:57.0530499Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:57.0531883Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:22:57.0532696Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:57.0533416Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:57.0534295Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:57.0535041Z CMake Warning: 2025-03-21T20:22:57.0535607Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:57.0536119Z 2025-03-21T20:22:57.0536321Z  2025-03-21T20:22:57.0536709Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:57.0537963Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:57.0539997Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:57.0542069Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:57.0544136Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:57.0546256Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:57.0547542Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:57.0548676Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:57.0549621Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:22:57.0550639Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:57.0552175Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:57.0553762Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:57.0555710Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:57.0556981Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:57.0557652Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:57.0558978Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:57.0560867Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:57.0562506Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:57.0564226Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:57.0566197Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:57.0567324Z [ 7%] Linking C static library libpthreadpool.a 2025-03-21T20:22:57.0568003Z [ 7%] Built target pthreadpool 2025-03-21T20:22:57.0569503Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:57.0571387Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:57.0573095Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:57.0574936Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:57.0576617Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:57.0578230Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:57.0579482Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:57.0580616Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:57.0581701Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:57.0582693Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:57.0583782Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:57.0584527Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:57.0585502Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:00.2804551Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:00.2805756Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:00.2806189Z -- Detecting CXX compile features 2025-03-21T20:23:00.2806592Z -- Detecting CXX compile features - done 2025-03-21T20:23:00.2807449Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:00.2808647Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:00.2809347Z -- Looking for strtof_l 2025-03-21T20:23:00.2810036Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:00.2811145Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:00.2812302Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:00.2813432Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:00.2814561Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:00.2815721Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:00.2816915Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:00.2817975Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:00.2819037Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:00.2820653Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:00.2821473Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:00.2822272Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:00.2823325Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:00.2823993Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:00.2824326Z -- Looking for strtof_l - found 2025-03-21T20:23:00.2824630Z -- Looking for strtoull_l 2025-03-21T20:23:00.2825014Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:00.2825501Z [ 13%] Built target cpuinfo 2025-03-21T20:23:00.2825798Z -- Looking for strtoull_l - found 2025-03-21T20:23:00.2826114Z -- Looking for realpath 2025-03-21T20:23:00.2826418Z -- Looking for realpath - found 2025-03-21T20:23:00.2826763Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:00.2827159Z -- Configuring done (1.0s) 2025-03-21T20:23:00.2827451Z -- Generating done (0.0s) 2025-03-21T20:23:00.2827926Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:00.2828578Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:00.2829154Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:00.2829825Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:00.2830505Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:00.2831360Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:00.2832151Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:00.2832831Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:00.2833626Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:00.2834378Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:00.2835059Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:00.2835767Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:00.2836463Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:00.2837126Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:00.2837783Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:00.2838422Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:00.2839096Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:00.2839791Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:00.2840472Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:00.2841130Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:00.2841791Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:00.2842489Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:00.2843235Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:00.2843996Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:00.2844766Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:00.2845457Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:00.2846095Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:00.2846788Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:00.2847478Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:00.2848229Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:00.2848951Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:00.2849621Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:00.2850300Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:00.2851046Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:00.2851848Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:00.2852654Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:00.2853477Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:00.2854308Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:00.2855108Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:00.2855697Z [100%] Linking CXX executable flatc 2025-03-21T20:23:00.2856050Z [100%] Built target flatc 2025-03-21T20:23:00.2856422Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:00.2856856Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:00.2857202Z [ 13%] Built target flatbuffers 2025-03-21T20:23:00.2857576Z [ 13%] Generating common_schema headers 2025-03-21T20:23:00.2857942Z [ 13%] Built target common_schema 2025-03-21T20:23:00.2858339Z [ 13%] Generating program_schema headers 2025-03-21T20:23:00.2858707Z [ 13%] Built target program_schema 2025-03-21T20:23:00.2859374Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:00.2860196Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:00.2861149Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:00.2862249Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:00.2863275Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:00.2864139Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:00.2864958Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:00.2865932Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:00.2866780Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:00.2867646Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:00.2868515Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:00.2869548Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:00.2870538Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:00.2871490Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:00.2872360Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:00.2873229Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:00.2874287Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:00.2875142Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:00.2875970Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:00.2876844Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:02.3311481Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:02.3312251Z [ 18%] Built target executorch_core 2025-03-21T20:23:02.3313749Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:02.3315362Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:02.3316882Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:02.3318565Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:02.3320240Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:02.3321974Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:02.3323862Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:02.3325326Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:02.3326106Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:02.3326834Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:02.3327528Z [ 20%] Built target executorch 2025-03-21T20:23:02.3329058Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:02.3330805Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:02.3332615Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:02.3334590Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:02.3336490Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:02.3338357Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:02.3340028Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:02.3341749Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:02.3343388Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:02.3344977Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:02.3346993Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:02.3348847Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:02.3350736Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:02.3352518Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:02.3354503Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:02.3370582Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:02.3372528Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:02.3374362Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:02.3376005Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:02.3377751Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:02.3379569Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:02.3381206Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:02.3383023Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:02.3384884Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:02.3386693Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:02.3388376Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:02.3390050Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:02.3391685Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:02.3393260Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:02.3394859Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:02.3396771Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:02.3398389Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:02.3400045Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:02.3401845Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:02.3403443Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:02.3405138Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:02.3406917Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:02.3408514Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:02.3409546Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:02.3410581Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:02.3411706Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:02.3412625Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:02.3413576Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:02.3414527Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:02.3415594Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:02.3416679Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:02.3417692Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:02.3418667Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:02.3419682Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:02.3420645Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:02.3421619Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:02.3422617Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:02.3423627Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:02.3424638Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:02.3425807Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:02.3426883Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:02.3427912Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:02.3429401Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:02.3431114Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:02.3433040Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:02.3434761Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:02.3436305Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:02.3437807Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:02.3439312Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:04.5758679Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:04.5760494Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:04.5762314Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:04.5764139Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:04.5765899Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:04.5768005Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:04.5769703Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:04.5771385Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:04.5773066Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:04.5775275Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:04.5777162Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:04.5778996Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:04.5780952Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:04.5782988Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:04.5784771Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:04.5786516Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:04.5788435Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:04.5790439Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:04.5792138Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:04.5793811Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:04.5795452Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:04.5797048Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:04.5798625Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:04.5800251Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:04.5802046Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:04.5804106Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:04.5805867Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:04.5807547Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:04.5809136Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:04.5810672Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:04.5812335Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:04.5814087Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:04.5815728Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:04.5817526Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:04.5819496Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:04.5821530Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:04.5823116Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:04.5824712Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:04.5826539Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:04.5828651Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:04.5830522Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:04.5832338Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:04.5834216Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:04.5835954Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:04.5837628Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:04.5839406Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:04.5840996Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:04.5842707Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:04.5844353Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:04.5846010Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:04.5847745Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:04.5849457Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:04.5851428Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:04.5853463Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:04.5855694Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:04.5857508Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:04.5859092Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:04.5860618Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:04.5862133Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:04.5863854Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:04.5865792Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:04.5867614Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:04.5869423Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:04.5871145Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:04.5873051Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:04.5874921Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:04.5876665Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:04.5878391Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:04.5880592Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:04.5882406Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:04.5884153Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:04.5886079Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:04.5887845Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:04.5889669Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:06.7694394Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:06.7696307Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:06.7698216Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:06.7700214Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:06.7702167Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:06.7704088Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:06.7706014Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:06.7707951Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:06.7709927Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:06.7712036Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:06.7714263Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:06.7716095Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:06.7717860Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:06.7719641Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:06.7721409Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:06.7723231Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:06.7725044Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:06.7726894Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:06.7728850Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:06.7730854Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:06.7732979Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:06.7734982Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:06.7736956Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:06.7739018Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:06.7740780Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:06.7742553Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:06.7744508Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:06.7746395Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:06.7748126Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:06.7750203Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:06.7752252Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:06.7754123Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:06.7756078Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:06.7758053Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:06.7759969Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:06.7761856Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:06.7763918Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:06.7766005Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:06.7767977Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:06.7770115Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:06.7772048Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:06.7774016Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:06.7775934Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:06.7777886Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:06.7779878Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:06.7781853Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:06.7783825Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:06.7785890Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:06.7788078Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:06.7789852Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:06.7791628Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:06.7793567Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:06.7795848Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:06.7797739Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:06.7799592Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:06.7801565Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:06.7803591Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:06.7805451Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:06.7807355Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:06.7809147Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:06.7811008Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:06.7812941Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:06.7814735Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:06.7816723Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:06.7818698Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:06.7820614Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:06.7822405Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:06.7824298Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:06.7826733Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:06.7828870Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:06.7830935Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:06.7832831Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:08.9142429Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:08.9145209Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:08.9146901Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:08.9147931Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:08.9148935Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:08.9150409Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:08.9152140Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:08.9154062Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:08.9155862Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:08.9157585Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:08.9158596Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:08.9159607Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:08.9160669Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:08.9161777Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:08.9162907Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:08.9164043Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:08.9165081Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:08.9165995Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:08.9166902Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:08.9167845Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:08.9168782Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:08.9169762Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:08.9170762Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:08.9171764Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:08.9172775Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:08.9174071Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:08.9175310Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:08.9176380Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:08.9177354Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:08.9178322Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:08.9179382Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:08.9180413Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:08.9181363Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:08.9182271Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:08.9183365Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:08.9184462Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:08.9185533Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:08.9186440Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:08.9187443Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:08.9188471Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:08.9189530Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:08.9190486Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:08.9191452Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:08.9192498Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:08.9193493Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:08.9194576Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:08.9195764Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:08.9196884Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:08.9198674Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:08.9200504Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:08.9202355Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:08.9204293Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:08.9206155Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:08.9208282Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:08.9210348Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:08.9212364Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:08.9214255Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:08.9216117Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:08.9217798Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:08.9219486Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:08.9221156Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:08.9222810Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:08.9224568Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:08.9226458Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:08.9228104Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:08.9229610Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:08.9230958Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:08.9232734Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:08.9234238Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:08.9235895Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:08.9237425Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:10.9105431Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:10.9107523Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:10.9109534Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:10.9111297Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:10.9113259Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:10.9115249Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:10.9117401Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:10.9119481Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:10.9121496Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:10.9123497Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:10.9125918Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:10.9127972Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:10.9129797Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:10.9131561Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:10.9132922Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:10.9134440Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:10.9136435Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:10.9138498Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:10.9140581Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:10.9142614Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:10.9144937Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:10.9147531Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:10.9149759Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:10.9151943Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:10.9153958Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:10.9155851Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:10.9157725Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:10.9159669Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:10.9161596Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:10.9163585Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:10.9165596Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:10.9167596Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:10.9169539Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:10.9171595Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:10.9173419Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:10.9175511Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:10.9177538Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:10.9179594Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:10.9181844Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:10.9183778Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:10.9186054Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:10.9188052Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:10.9190129Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:10.9192094Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:10.9194048Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:10.9196083Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:10.9198112Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:10.9200032Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:10.9202185Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:10.9204082Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:10.9206040Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:10.9208502Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:10.9210946Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:10.9213581Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:10.9215929Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:10.9218090Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:10.9220217Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:10.9222175Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:10.9224189Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:10.9226337Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:10.9228640Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:10.9230620Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:10.9232525Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:10.9234481Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:10.9237300Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:10.9239530Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:10.9241722Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:10.9243851Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:10.9246001Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:14.1812149Z [ 96%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:14.1813096Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:14.1814291Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:14.1815491Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:14.1816581Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:14.1817672Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:14.1819029Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:14.1819727Z [ 98%] Built target portable_kernels 2025-03-21T20:23:14.1820489Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:14.1821345Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:14.1822341Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:14.1823223Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:14.1823798Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:14.1824215Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:14.1825281Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:14.1826256Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:14.1826675Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:14.1827437Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:14.1828479Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:14.1829439Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:14.1830360Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:14.1831322Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:14.1832351Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:14.1833109Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:14.1833494Z [100%] Built target executor_runner 2025-03-21T20:23:14.1833803Z + [[ '' == *main* ]] 2025-03-21T20:23:14.1834050Z + [[ '' == *gh* ]] 2025-03-21T20:23:14.1834314Z + CACHE_DIRECTORY=/tmp/.lintbin 2025-03-21T20:23:14.1834605Z + [[ -d /tmp/.lintbin ]] 2025-03-21T20:23:14.1834872Z + lintrunner init 2025-03-21T20:23:14.1835638Z Requirement already satisfied: lintrunner==0.12.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 2)) (0.12.7) 2025-03-21T20:23:14.1837064Z Requirement already satisfied: lintrunner-adapters==0.12.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 3)) (0.12.4) 2025-03-21T20:23:14.1838383Z Requirement already satisfied: flake8==6.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 6)) (6.1.0) 2025-03-21T20:23:14.1839685Z Requirement already satisfied: flake8-breakpoint==1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 7)) (1.1.0) 2025-03-21T20:23:14.1841038Z Requirement already satisfied: flake8-bugbear==24.4.26 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 8)) (24.4.26) 2025-03-21T20:23:14.1842404Z Requirement already satisfied: flake8-comprehensions==3.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 9)) (3.14.0) 2025-03-21T20:23:14.1843764Z Requirement already satisfied: flake8-pyi==23.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 10)) (23.5.0) 2025-03-21T20:23:14.1845036Z Requirement already satisfied: mccabe==0.7.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 11)) (0.7.0) 2025-03-21T20:23:14.1846358Z Requirement already satisfied: pycodestyle==2.11.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 12)) (2.11.1) 2025-03-21T20:23:14.1847680Z Requirement already satisfied: torchfix==0.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 13)) (0.6.0) 2025-03-21T20:23:14.1848949Z Requirement already satisfied: black==24.4.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 16)) (24.4.2) 2025-03-21T20:23:14.1850254Z Requirement already satisfied: ufmt==2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 17)) (2.8.0) 2025-03-21T20:23:14.1851554Z Requirement already satisfied: usort==1.0.8.post1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 18)) (1.0.8.post1) 2025-03-21T20:23:14.1852888Z Requirement already satisfied: clang-format==18.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 21)) (18.1.3) 2025-03-21T20:23:14.1854194Z Requirement already satisfied: cmakelint==1.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 22)) (1.4.1) 2025-03-21T20:23:14.1855443Z Requirement already satisfied: mypy==1.14.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 25)) (1.14.1) 2025-03-21T20:23:14.1856813Z Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lintrunner-adapters==0.12.4->-r requirements-lintrunner.txt (line 3)) (8.1.8) 2025-03-21T20:23:14.1858256Z Requirement already satisfied: pyflakes<3.2.0,>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8==6.1.0->-r requirements-lintrunner.txt (line 6)) (3.1.0) 2025-03-21T20:23:14.1859739Z Requirement already satisfied: flake8-plugin-utils<2.0,>=1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-breakpoint==1.1.0->-r requirements-lintrunner.txt (line 7)) (1.3.3) 2025-03-21T20:23:14.1861253Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-bugbear==24.4.26->-r requirements-lintrunner.txt (line 8)) (25.3.0) 2025-03-21T20:23:14.1862644Z Requirement already satisfied: PyYAML in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (6.0.1) 2025-03-21T20:23:14.1864014Z Requirement already satisfied: libcst<1.2.0,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (1.1.0) 2025-03-21T20:23:14.1865562Z Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (1.0.0) 2025-03-21T20:23:14.1866973Z Requirement already satisfied: packaging>=22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (24.2) 2025-03-21T20:23:14.1868355Z Requirement already satisfied: pathspec>=0.9.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (0.12.1) 2025-03-21T20:23:14.1869738Z Requirement already satisfied: platformdirs>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.3.7) 2025-03-21T20:23:14.1871142Z Requirement already satisfied: tomli>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (2.0.1) 2025-03-21T20:23:14.1872536Z Requirement already satisfied: typing-extensions>=4.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.12.2) 2025-03-21T20:23:14.1874163Z Requirement already satisfied: moreorless>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.4.0) 2025-03-21T20:23:14.1875601Z Requirement already satisfied: tomlkit>=0.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.13.2) 2025-03-21T20:23:14.1876966Z Requirement already satisfied: trailrunner>=1.2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (1.4.0) 2025-03-21T20:23:14.1878457Z Requirement already satisfied: stdlibs>=2021.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (2024.12.3) 2025-03-21T20:23:14.1879882Z Requirement already satisfied: toml>=0.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (0.10.2) 2025-03-21T20:23:16.2029238Z Requirement already satisfied: typing-inspect>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from libcst<1.2.0,>=1.1.0->torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (0.9.0) 2025-03-21T20:23:16.2030778Z Requirement already satisfied: lintrunner==0.12.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 2)) (0.12.7) 2025-03-21T20:23:16.2032171Z Requirement already satisfied: lintrunner-adapters==0.12.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 3)) (0.12.4) 2025-03-21T20:23:16.2033556Z Requirement already satisfied: flake8==6.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 6)) (6.1.0) 2025-03-21T20:23:16.2034871Z Requirement already satisfied: flake8-breakpoint==1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 7)) (1.1.0) 2025-03-21T20:23:16.2036326Z Requirement already satisfied: flake8-bugbear==24.4.26 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 8)) (24.4.26) 2025-03-21T20:23:16.2037770Z Requirement already satisfied: flake8-comprehensions==3.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 9)) (3.14.0) 2025-03-21T20:23:16.2039122Z Requirement already satisfied: flake8-pyi==23.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 10)) (23.5.0) 2025-03-21T20:23:16.2040407Z Requirement already satisfied: mccabe==0.7.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 11)) (0.7.0) 2025-03-21T20:23:16.2042029Z Requirement already satisfied: pycodestyle==2.11.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 12)) (2.11.1) 2025-03-21T20:23:16.2043328Z Requirement already satisfied: torchfix==0.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 13)) (0.6.0) 2025-03-21T20:23:16.2044585Z Requirement already satisfied: black==24.4.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 16)) (24.4.2) 2025-03-21T20:23:16.2045828Z Requirement already satisfied: ufmt==2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 17)) (2.8.0) 2025-03-21T20:23:16.2047119Z Requirement already satisfied: usort==1.0.8.post1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 18)) (1.0.8.post1) 2025-03-21T20:23:16.2048460Z Requirement already satisfied: clang-format==18.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 21)) (18.1.3) 2025-03-21T20:23:16.2049767Z Requirement already satisfied: cmakelint==1.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 22)) (1.4.1) 2025-03-21T20:23:16.2051101Z Requirement already satisfied: mypy==1.14.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 25)) (1.14.1) 2025-03-21T20:23:16.2052489Z Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lintrunner-adapters==0.12.4->-r requirements-lintrunner.txt (line 3)) (8.1.8) 2025-03-21T20:23:16.2054086Z Requirement already satisfied: pyflakes<3.2.0,>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8==6.1.0->-r requirements-lintrunner.txt (line 6)) (3.1.0) 2025-03-21T20:23:16.2055708Z Requirement already satisfied: flake8-plugin-utils<2.0,>=1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-breakpoint==1.1.0->-r requirements-lintrunner.txt (line 7)) (1.3.3) 2025-03-21T20:23:16.2057225Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-bugbear==24.4.26->-r requirements-lintrunner.txt (line 8)) (25.3.0) 2025-03-21T20:23:16.2058622Z Requirement already satisfied: PyYAML in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (6.0.1) 2025-03-21T20:23:16.2059979Z Requirement already satisfied: libcst<1.2.0,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (1.1.0) 2025-03-21T20:23:16.2061386Z Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (1.0.0) 2025-03-21T20:23:16.2062794Z Requirement already satisfied: packaging>=22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (24.2) 2025-03-21T20:23:16.2064165Z Requirement already satisfied: pathspec>=0.9.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (0.12.1) 2025-03-21T20:23:16.2065605Z Requirement already satisfied: platformdirs>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.3.7) 2025-03-21T20:23:16.2067037Z Requirement already satisfied: tomli>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (2.0.1) 2025-03-21T20:23:16.2068436Z Requirement already satisfied: typing-extensions>=4.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.12.2) 2025-03-21T20:23:16.2069869Z Requirement already satisfied: moreorless>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.4.0) 2025-03-21T20:23:16.2071373Z Requirement already satisfied: tomlkit>=0.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.13.2) 2025-03-21T20:23:16.2072792Z Requirement already satisfied: trailrunner>=1.2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (1.4.0) 2025-03-21T20:23:16.2074396Z Requirement already satisfied: stdlibs>=2021.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (2024.12.3) 2025-03-21T20:23:16.2075813Z Requirement already satisfied: toml>=0.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (0.10.2) 2025-03-21T20:23:16.2077286Z Requirement already satisfied: typing-inspect>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from libcst<1.2.0,>=1.1.0->torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (0.9.0) 2025-03-21T20:23:16.2078724Z Requirement already satisfied: lintrunner==0.12.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 2)) (0.12.7) 2025-03-21T20:23:16.2080136Z Requirement already satisfied: lintrunner-adapters==0.12.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 3)) (0.12.4) 2025-03-21T20:23:16.2081451Z Requirement already satisfied: flake8==6.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 6)) (6.1.0) 2025-03-21T20:23:16.2082865Z Requirement already satisfied: flake8-breakpoint==1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 7)) (1.1.0) 2025-03-21T20:23:16.2084375Z Requirement already satisfied: flake8-bugbear==24.4.26 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 8)) (24.4.26) 2025-03-21T20:23:16.2085756Z Requirement already satisfied: flake8-comprehensions==3.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 9)) (3.14.0) 2025-03-21T20:23:16.2087122Z Requirement already satisfied: flake8-pyi==23.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 10)) (23.5.0) 2025-03-21T20:23:16.2088383Z Requirement already satisfied: mccabe==0.7.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 11)) (0.7.0) 2025-03-21T20:23:16.2089675Z Requirement already satisfied: pycodestyle==2.11.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 12)) (2.11.1) 2025-03-21T20:23:16.2090970Z Requirement already satisfied: torchfix==0.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 13)) (0.6.0) 2025-03-21T20:23:16.2092230Z Requirement already satisfied: black==24.4.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 16)) (24.4.2) 2025-03-21T20:23:16.2093467Z Requirement already satisfied: ufmt==2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 17)) (2.8.0) 2025-03-21T20:23:16.2094751Z Requirement already satisfied: usort==1.0.8.post1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 18)) (1.0.8.post1) 2025-03-21T20:23:17.2692236Z Requirement already satisfied: clang-format==18.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 21)) (18.1.3) 2025-03-21T20:23:17.2693632Z Requirement already satisfied: cmakelint==1.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 22)) (1.4.1) 2025-03-21T20:23:17.2695129Z Requirement already satisfied: mypy==1.14.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 25)) (1.14.1) 2025-03-21T20:23:17.2696509Z Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lintrunner-adapters==0.12.4->-r requirements-lintrunner.txt (line 3)) (8.1.8) 2025-03-21T20:23:17.2698131Z Requirement already satisfied: pyflakes<3.2.0,>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8==6.1.0->-r requirements-lintrunner.txt (line 6)) (3.1.0) 2025-03-21T20:23:17.2699628Z Requirement already satisfied: flake8-plugin-utils<2.0,>=1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-breakpoint==1.1.0->-r requirements-lintrunner.txt (line 7)) (1.3.3) 2025-03-21T20:23:17.2701180Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-bugbear==24.4.26->-r requirements-lintrunner.txt (line 8)) (25.3.0) 2025-03-21T20:23:17.2702580Z Requirement already satisfied: PyYAML in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (6.0.1) 2025-03-21T20:23:17.2703949Z Requirement already satisfied: libcst<1.2.0,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (1.1.0) 2025-03-21T20:23:17.2705543Z Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (1.0.0) 2025-03-21T20:23:17.2706955Z Requirement already satisfied: packaging>=22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (24.2) 2025-03-21T20:23:17.2708438Z Requirement already satisfied: pathspec>=0.9.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (0.12.1) 2025-03-21T20:23:17.2709838Z Requirement already satisfied: platformdirs>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.3.7) 2025-03-21T20:23:17.2711217Z Requirement already satisfied: tomli>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (2.0.1) 2025-03-21T20:23:17.2712614Z Requirement already satisfied: typing-extensions>=4.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.12.2) 2025-03-21T20:23:17.2714037Z Requirement already satisfied: moreorless>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.4.0) 2025-03-21T20:23:17.2715395Z Requirement already satisfied: tomlkit>=0.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.13.2) 2025-03-21T20:23:17.2716764Z Requirement already satisfied: trailrunner>=1.2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (1.4.0) 2025-03-21T20:23:17.2718180Z Requirement already satisfied: stdlibs>=2021.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (2024.12.3) 2025-03-21T20:23:17.2719597Z Requirement already satisfied: toml>=0.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (0.10.2) 2025-03-21T20:23:17.2721065Z Requirement already satisfied: typing-inspect>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from libcst<1.2.0,>=1.1.0->torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (0.9.0) 2025-03-21T20:23:17.2722501Z Requirement already satisfied: lintrunner==0.12.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 2)) (0.12.7) 2025-03-21T20:23:17.2723881Z Requirement already satisfied: lintrunner-adapters==0.12.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 3)) (0.12.4) 2025-03-21T20:23:17.2725200Z Requirement already satisfied: flake8==6.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 6)) (6.1.0) 2025-03-21T20:23:17.2726492Z Requirement already satisfied: flake8-breakpoint==1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 7)) (1.1.0) 2025-03-21T20:23:17.2727837Z Requirement already satisfied: flake8-bugbear==24.4.26 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 8)) (24.4.26) 2025-03-21T20:23:17.2729212Z Requirement already satisfied: flake8-comprehensions==3.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 9)) (3.14.0) 2025-03-21T20:23:17.2730565Z Requirement already satisfied: flake8-pyi==23.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 10)) (23.5.0) 2025-03-21T20:23:17.2731839Z Requirement already satisfied: mccabe==0.7.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 11)) (0.7.0) 2025-03-21T20:23:17.2733171Z Requirement already satisfied: pycodestyle==2.11.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 12)) (2.11.1) 2025-03-21T20:23:17.2734466Z Requirement already satisfied: torchfix==0.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 13)) (0.6.0) 2025-03-21T20:23:17.2735730Z Requirement already satisfied: black==24.4.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 16)) (24.4.2) 2025-03-21T20:23:17.2737028Z Requirement already satisfied: ufmt==2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 17)) (2.8.0) 2025-03-21T20:23:17.2738318Z Requirement already satisfied: usort==1.0.8.post1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 18)) (1.0.8.post1) 2025-03-21T20:23:17.2739637Z Requirement already satisfied: clang-format==18.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 21)) (18.1.3) 2025-03-21T20:23:17.2740940Z Requirement already satisfied: cmakelint==1.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 22)) (1.4.1) 2025-03-21T20:23:17.2742254Z Requirement already satisfied: mypy==1.14.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 25)) (1.14.1) 2025-03-21T20:23:17.2743623Z Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lintrunner-adapters==0.12.4->-r requirements-lintrunner.txt (line 3)) (8.1.8) 2025-03-21T20:23:17.2745070Z Requirement already satisfied: pyflakes<3.2.0,>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8==6.1.0->-r requirements-lintrunner.txt (line 6)) (3.1.0) 2025-03-21T20:23:17.2746644Z Requirement already satisfied: flake8-plugin-utils<2.0,>=1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-breakpoint==1.1.0->-r requirements-lintrunner.txt (line 7)) (1.3.3) 2025-03-21T20:23:17.2748166Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-bugbear==24.4.26->-r requirements-lintrunner.txt (line 8)) (25.3.0) 2025-03-21T20:23:17.2749566Z Requirement already satisfied: PyYAML in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (6.0.1) 2025-03-21T20:23:17.2750940Z Requirement already satisfied: libcst<1.2.0,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (1.1.0) 2025-03-21T20:23:17.2752415Z Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (1.0.0) 2025-03-21T20:23:17.2753818Z Requirement already satisfied: packaging>=22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (24.2) 2025-03-21T20:23:17.2755193Z Requirement already satisfied: pathspec>=0.9.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (0.12.1) 2025-03-21T20:23:17.2756584Z Requirement already satisfied: platformdirs>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.3.7) 2025-03-21T20:26:19.0750485Z Requirement already satisfied: tomli>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (2.0.1) 2025-03-21T20:26:19.0753374Z Requirement already satisfied: typing-extensions>=4.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.12.2) 2025-03-21T20:26:19.0756192Z Requirement already satisfied: moreorless>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.4.0) 2025-03-21T20:26:19.0758781Z Requirement already satisfied: tomlkit>=0.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.13.2) 2025-03-21T20:26:19.0760895Z Requirement already satisfied: trailrunner>=1.2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (1.4.0) 2025-03-21T20:26:19.0763501Z Requirement already satisfied: stdlibs>=2021.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (2024.12.3) 2025-03-21T20:26:19.0766007Z Requirement already satisfied: toml>=0.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (0.10.2) 2025-03-21T20:26:19.0768615Z Requirement already satisfied: typing-inspect>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from libcst<1.2.0,>=1.1.0->torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (0.9.0) 2025-03-21T20:26:19.0771312Z Requirement already satisfied: lintrunner==0.12.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 2)) (0.12.7) 2025-03-21T20:26:19.0774183Z Requirement already satisfied: lintrunner-adapters==0.12.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 3)) (0.12.4) 2025-03-21T20:26:19.0776700Z Requirement already satisfied: flake8==6.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 6)) (6.1.0) 2025-03-21T20:26:19.0779082Z Requirement already satisfied: flake8-breakpoint==1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 7)) (1.1.0) 2025-03-21T20:26:19.0781567Z Requirement already satisfied: flake8-bugbear==24.4.26 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 8)) (24.4.26) 2025-03-21T20:26:19.0784025Z Requirement already satisfied: flake8-comprehensions==3.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 9)) (3.14.0) 2025-03-21T20:26:19.0786571Z Requirement already satisfied: flake8-pyi==23.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 10)) (23.5.0) 2025-03-21T20:26:19.0788820Z Requirement already satisfied: mccabe==0.7.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 11)) (0.7.0) 2025-03-21T20:26:19.0791317Z Requirement already satisfied: pycodestyle==2.11.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 12)) (2.11.1) 2025-03-21T20:26:19.0793546Z Requirement already satisfied: torchfix==0.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 13)) (0.6.0) 2025-03-21T20:26:19.0795664Z Requirement already satisfied: black==24.4.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 16)) (24.4.2) 2025-03-21T20:26:19.0797935Z Requirement already satisfied: ufmt==2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 17)) (2.8.0) 2025-03-21T20:26:19.0800278Z Requirement already satisfied: usort==1.0.8.post1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 18)) (1.0.8.post1) 2025-03-21T20:26:19.0802780Z Requirement already satisfied: clang-format==18.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 21)) (18.1.3) 2025-03-21T20:26:19.0805051Z Requirement already satisfied: cmakelint==1.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 22)) (1.4.1) 2025-03-21T20:26:19.0807348Z Requirement already satisfied: mypy==1.14.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-lintrunner.txt (line 25)) (1.14.1) 2025-03-21T20:26:19.0809659Z Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lintrunner-adapters==0.12.4->-r requirements-lintrunner.txt (line 3)) (8.1.8) 2025-03-21T20:26:19.0811914Z Requirement already satisfied: pyflakes<3.2.0,>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8==6.1.0->-r requirements-lintrunner.txt (line 6)) (3.1.0) 2025-03-21T20:26:19.0814529Z Requirement already satisfied: flake8-plugin-utils<2.0,>=1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-breakpoint==1.1.0->-r requirements-lintrunner.txt (line 7)) (1.3.3) 2025-03-21T20:26:19.0817098Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from flake8-bugbear==24.4.26->-r requirements-lintrunner.txt (line 8)) (25.3.0) 2025-03-21T20:26:19.0818632Z Requirement already satisfied: PyYAML in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (6.0.1) 2025-03-21T20:26:19.0820010Z Requirement already satisfied: libcst<1.2.0,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (1.1.0) 2025-03-21T20:26:19.0821751Z Requirement already satisfied: mypy-extensions>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (1.0.0) 2025-03-21T20:26:19.0823175Z Requirement already satisfied: packaging>=22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (24.2) 2025-03-21T20:26:19.0824549Z Requirement already satisfied: pathspec>=0.9.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (0.12.1) 2025-03-21T20:26:19.0826025Z Requirement already satisfied: platformdirs>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.3.7) 2025-03-21T20:26:19.0827391Z Requirement already satisfied: tomli>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (2.0.1) 2025-03-21T20:26:19.0828791Z Requirement already satisfied: typing-extensions>=4.0.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from black==24.4.2->-r requirements-lintrunner.txt (line 16)) (4.12.2) 2025-03-21T20:26:19.0830292Z Requirement already satisfied: moreorless>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.4.0) 2025-03-21T20:26:19.0831649Z Requirement already satisfied: tomlkit>=0.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (0.13.2) 2025-03-21T20:26:19.0833016Z Requirement already satisfied: trailrunner>=1.2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ufmt==2.8.0->-r requirements-lintrunner.txt (line 17)) (1.4.0) 2025-03-21T20:26:19.0834432Z Requirement already satisfied: stdlibs>=2021.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (2024.12.3) 2025-03-21T20:26:19.0835857Z Requirement already satisfied: toml>=0.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from usort==1.0.8.post1->-r requirements-lintrunner.txt (line 18)) (0.10.2) 2025-03-21T20:26:19.0837339Z Requirement already satisfied: typing-inspect>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from libcst<1.2.0,>=1.1.0->torchfix==0.6.0->-r requirements-lintrunner.txt (line 13)) (0.9.0) 2025-03-21T20:26:19.0838279Z + RC=0 2025-03-21T20:26:19.0838589Z + lintrunner --force-color --all-files --tee-json=lint.json 2025-03-21T20:26:19.0839250Z ok No lint issues. 2025-03-21T20:26:19.0840149Z + jq --raw-output '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' lint.json 2025-03-21T20:26:19.0841054Z + exit 0 2025-03-21T20:26:19.0883522Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:26:19.0883916Z with: 2025-03-21T20:26:19.0884242Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:19.0884663Z fail-on-empty: false 2025-03-21T20:26:19.0884904Z env: 2025-03-21T20:26:19.0885186Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:19.0885572Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:19.0885874Z PR_NUMBER: 2025-03-21T20:26:19.0891114Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:19.0896761Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:19.0897374Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:19.0897954Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:19.0898365Z ##[endgroup] 2025-03-21T20:26:19.1499457Z Prepare all required actions 2025-03-21T20:26:19.1558251Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:26:19.1558678Z with: 2025-03-21T20:26:19.1559052Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:26:19.1559649Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:26:19.1560105Z env: 2025-03-21T20:26:19.1560362Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:19.1560737Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:19.1561047Z PR_NUMBER: 2025-03-21T20:26:19.1566295Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:19.1572065Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:19.1572684Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:19.1573253Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:19.1573985Z ##[endgroup] 2025-03-21T20:26:19.1599871Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:26:19.1600610Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:26:19.1607379Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:26:19.1607780Z env: 2025-03-21T20:26:19.1608043Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:19.1608420Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:19.1608722Z PR_NUMBER: 2025-03-21T20:26:19.1614122Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:19.1619948Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:19.1620560Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:19.1621126Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:19.1621672Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:26:19.1622238Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:26:19.1622687Z ##[endgroup] 2025-03-21T20:26:19.1833429Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:26:19.4162591Z latest: Pulling from tool/alpine 2025-03-21T20:26:19.4165224Z 540db60ca938: Pulling fs layer 2025-03-21T20:26:19.5215560Z 540db60ca938: Download complete 2025-03-21T20:26:19.6053433Z 540db60ca938: Pull complete 2025-03-21T20:26:19.6163335Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:26:19.6206011Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:26:21.1804300Z Prepare all required actions 2025-03-21T20:26:21.1832355Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:26:21.1832761Z with: 2025-03-21T20:26:21.1833061Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:26:21.1833565Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:26:21.1834016Z env: 2025-03-21T20:26:21.1834286Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:21.1834675Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:21.1834985Z PR_NUMBER: 2025-03-21T20:26:21.1840264Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:21.1845916Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:21.1846533Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:21.1847116Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:21.1847533Z ##[endgroup] 2025-03-21T20:26:21.1872544Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:26:21.1873387Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:26:21.1881478Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:26:21.1881873Z env: 2025-03-21T20:26:21.1882165Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:21.1882543Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:21.1882852Z PR_NUMBER: 2025-03-21T20:26:21.1888247Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:21.1893917Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:21.1894537Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:21.1895102Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:21.1895652Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:26:21.1896169Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:26:21.1896545Z ##[endgroup] 2025-03-21T20:26:22.4963989Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:26:22.4964636Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:26:22.4965110Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:26:22.4965678Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:26:22.4966325Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:26:22.4966859Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:26:22.4967325Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:26:22.4967683Z  fi 2025-03-21T20:26:22.4967964Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:26:22.4968450Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:26:22.4968883Z  fi 2025-03-21T20:26:22.4969158Z fi 2025-03-21T20:26:22.4969370Z  2025-03-21T20:26:22.4969596Z upload_docs=0 2025-03-21T20:26:22.4970017Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:26:22.4970506Z # empty folders do not count 2025-03-21T20:26:22.4970977Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:26:22.4971604Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:26:22.4972216Z  # upload will probably not work correctly 2025-03-21T20:26:22.4972585Z  upload_docs=1 2025-03-21T20:26:22.4972859Z fi 2025-03-21T20:26:22.4973199Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:26:22.4979212Z shell: /usr/bin/bash -e {0} 2025-03-21T20:26:22.4979519Z env: 2025-03-21T20:26:22.4979781Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:22.4980172Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:22.4980471Z PR_NUMBER: 2025-03-21T20:26:22.4985838Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:22.4991589Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:22.4992203Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:22.4992773Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:22.4993184Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:26:22.4993458Z ##[endgroup] 2025-03-21T20:26:22.5094074Z Prepare all required actions 2025-03-21T20:26:22.5131737Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:26:22.5132134Z with: 2025-03-21T20:26:22.5132360Z env: 2025-03-21T20:26:22.5132626Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:22.5132995Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:22.5133303Z PR_NUMBER: 2025-03-21T20:26:22.5138577Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:22.5144369Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:22.5144992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:22.5145675Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:22.5146086Z ##[endgroup] 2025-03-21T20:26:22.5172706Z ##[group]Run set -eou pipefail 2025-03-21T20:26:22.5173058Z set -eou pipefail 2025-03-21T20:26:22.5173348Z  2025-03-21T20:26:22.5174000Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:26:22.5174514Z for _ in $(seq 1440); do 2025-03-21T20:26:22.5174872Z  # Break if no ssh session exists anymore 2025-03-21T20:26:22.5175245Z  if [ "$(who)" = "" ]; then 2025-03-21T20:26:22.5175567Z  break 2025-03-21T20:26:22.5175809Z  fi 2025-03-21T20:26:22.5176053Z  echo "." 2025-03-21T20:26:22.5176414Z  sleep 5 2025-03-21T20:26:22.5176671Z done 2025-03-21T20:26:22.5183413Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:26:22.5183821Z env: 2025-03-21T20:26:22.5184102Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:22.5184486Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:22.5184792Z PR_NUMBER: 2025-03-21T20:26:22.5190263Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:22.5195944Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:22.5196557Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:22.5197145Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:22.5197572Z ##[endgroup] 2025-03-21T20:26:22.5220825Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:26:22.5296067Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:26:22.5297025Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:26:22.5297724Z # shellcheck disable=SC2046 2025-03-21T20:26:22.5298297Z docker stop $(docker ps -q) || true 2025-03-21T20:26:22.5299101Z # Prune all of the docker images 2025-03-21T20:26:22.5299695Z docker system prune -af 2025-03-21T20:26:22.5308023Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:26:22.5308647Z env: 2025-03-21T20:26:22.5309076Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:22.5309716Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:22.5310224Z PR_NUMBER: 2025-03-21T20:26:22.5316528Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:22.5322338Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:22.5322952Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:22.5323535Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:22.5323951Z ##[endgroup] 2025-03-21T20:26:33.2989127Z 1552ef503665 2025-03-21T20:26:33.5159058Z Deleted Containers: 2025-03-21T20:26:33.5159577Z 1552ef503665640bbe35d7fd2b67e8bb656dd11555be89fdb684ed0a12bbd410 2025-03-21T20:26:33.5159973Z 2025-03-21T20:26:36.5704383Z Deleted Images: 2025-03-21T20:26:36.5705178Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:26:36.5706590Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter@sha256:290ce36decff26aafc17a0349b0c0849773f4b5d55625ecb4528a65c87b0ec74 2025-03-21T20:26:36.5725323Z deleted: sha256:50a6d9b162bd9c7a495beeba6a2d4970171f1c0ea634cc4225b589d577279d7d 2025-03-21T20:26:36.5726393Z deleted: sha256:abbad5d01aa69e18e89ddfc42e217dd02543a480bfd07f91b53c94ed191b68ca 2025-03-21T20:26:36.5727101Z deleted: sha256:6df9d8f6649f2de7bb701316f159b66c2b143b5c04c82415d52bbb52569f4e48 2025-03-21T20:26:36.5727793Z deleted: sha256:17dd171a016b58bbf7a77e0f1c39e877c5797c96a1591685b8ebc1bbee5ca44b 2025-03-21T20:26:36.5728475Z deleted: sha256:cc821a3547e02f7ebc58696574bb9ef28ababe40396972713f6944d4c3108c0b 2025-03-21T20:26:36.5729169Z deleted: sha256:3b3348d3c081dc43539ee4f348b49eb750d8debb4ab5c5e1d02298d5d0905826 2025-03-21T20:26:36.5729851Z deleted: sha256:ab1d7f55875abfd03a5be997f1dd5573237043af35f562f9ccb54bb3042ec0b5 2025-03-21T20:26:36.5730520Z deleted: sha256:b8918d6aca41c299afe48892aab1051a8f9c783a911a4da8bbf4bb468db88cd1 2025-03-21T20:26:36.5731195Z deleted: sha256:80df5321cc8b7237fab8dda9e094858c7165e23ea6f796e13082767b888cce68 2025-03-21T20:26:36.5731847Z deleted: sha256:d43c5138970614f93c3ef529d2a10beaa8460a45f8f33472d893afe538332259 2025-03-21T20:26:36.5732515Z deleted: sha256:62ddb8fc8620f1bc529f0882083d1f74f30ce043c5e5683e873fab085024ae77 2025-03-21T20:26:36.5733339Z deleted: sha256:652c924827e6e2e0e79b0bee24b63f95dad567ead93c5599795f3c018e81ec3c 2025-03-21T20:26:36.5734024Z deleted: sha256:c64b511e75d7721eb753da6dfb45d3dc94e7e40cb563d8ccec9bb69c20dcc6be 2025-03-21T20:26:36.5734712Z deleted: sha256:1eceeb96aa7077ff63c217380424b37f88e3138da5d0f9eda7a7f1ff5a271f46 2025-03-21T20:26:36.5735395Z deleted: sha256:c0bd23865a820eff56a8e31c2ca4ea7a56f1e6b87d1bcf8153db80ab76de260a 2025-03-21T20:26:36.5736094Z deleted: sha256:3b7e8a34843780ffdcfec6a58218269f3ffb2215cc9e8fa336628154fe4c4403 2025-03-21T20:26:36.5736765Z deleted: sha256:74d7974db98dc44c95701c5c4226277d453019f330c906d266fc4bb5bf56cff2 2025-03-21T20:26:36.5737428Z deleted: sha256:f18c4973bc64e1c519412e73691cb8976f2decc7140f1673b6ccd45eed777147 2025-03-21T20:26:36.5738107Z deleted: sha256:67b30ca6e06d95426edcce32d51ba58e5672880f1ad68f58bba96cc613282fdc 2025-03-21T20:26:36.5738784Z deleted: sha256:dd4d87650e90ef73056c32486bed49b9387984e044c9ebb447f5f02e768be62f 2025-03-21T20:26:36.5739455Z deleted: sha256:8d9f76d6aa9998adab56cef82f644b0c9d3efa76bb8d048f5ad75ebad8b0b62e 2025-03-21T20:26:36.5740137Z deleted: sha256:8b600d808ffd3df770b904a964b1cead461bc43e270299f08817e93529ad2f51 2025-03-21T20:26:36.5740836Z deleted: sha256:b15ce471ec01441176dfc91da11e7ccf66c98a29fff5984bd2c254a82ea965e3 2025-03-21T20:26:36.5741572Z deleted: sha256:977f08778583d4242637e5fd27b162c51386bf3a01f2d5f99dc8f8a4e2c9810c 2025-03-21T20:26:36.5742256Z deleted: sha256:ffdd34af714ebb0cd108db1a2916bbc899276c948c8af6ac0820e7d768283744 2025-03-21T20:26:36.5742955Z deleted: sha256:40514f7d2dc7ab7e7eda8d50a7e4e68db5c78cba19faea9767d8d35217158c46 2025-03-21T20:26:36.5743629Z deleted: sha256:9a06c184f2d2f9e71150e8dfdba5d4c2388055376fbb79fcf3075e2e9d841e32 2025-03-21T20:26:36.5744303Z deleted: sha256:6f001c25406580b87e5a43772bdb5b5916ac3ef047d6f2d28e305ca0a8359fac 2025-03-21T20:26:36.5744977Z deleted: sha256:747300d3cb47cf003b3e1c1b75aaea1ca16779565f6143f6e63b810874f3c655 2025-03-21T20:26:36.5745728Z deleted: sha256:f3390d60f51556c048b3b1714def2695b7fba1e0b0b6c574e2c9d6489d9b4172 2025-03-21T20:26:36.5746401Z deleted: sha256:9317e3897d80bbd17cf0eeb53812a2dd40ad839cc11c113c098083bd1eba4e9a 2025-03-21T20:26:36.5747079Z deleted: sha256:e86b40f9967152728bce246e6bf2dba594f493dd43087afb8fa92a8e74a065b6 2025-03-21T20:26:36.5747743Z deleted: sha256:36bc6a19f79b9b81c27e923b9a41c0a332557cdf82d950398147affdd78bc13a 2025-03-21T20:26:36.5748516Z deleted: sha256:d4e2f4ce179297a4d877deff3aed1aeae98f082876f972cd2393015e87a32f69 2025-03-21T20:26:36.5749289Z deleted: sha256:382d6cf04b134b7fe6960172ce5f015a6516ff8721d0b6dea56c9c89f2d40d36 2025-03-21T20:26:36.5749965Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:26:36.5750630Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:26:36.5751272Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:26:36.5752160Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:26:36.5753096Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:26:36.5753783Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:26:36.5754200Z 2025-03-21T20:26:36.5769370Z Total reclaimed space: 13.96GB 2025-03-21T20:26:36.5815163Z ##[group]Run set +e 2025-03-21T20:26:36.5815470Z set +e 2025-03-21T20:26:36.5815731Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:26:36.5816156Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:26:36.5816547Z else 2025-03-21T20:26:36.5816912Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:26:36.5817280Z fi 2025-03-21T20:26:36.5817498Z set -e 2025-03-21T20:26:36.5823563Z shell: /usr/bin/bash -e {0} 2025-03-21T20:26:36.5823861Z env: 2025-03-21T20:26:36.5824233Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:26:36.5824617Z REPOSITORY: pytorch/executorch 2025-03-21T20:26:36.5824908Z PR_NUMBER: 2025-03-21T20:26:36.5830329Z 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}" # For mypy linting, we need to first install executorch first so that # it builds the python package information. BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" CACHE_DIRECTORY="/tmp/.lintbin" # Try to recover the cached binaries if [[ -d "${CACHE_DIRECTORY}" ]]; then # It's ok to fail this as lintrunner init would download these binaries # again if they do not exist cp -r "${CACHE_DIRECTORY}" . || true fi # This has already been cached in the docker image lintrunner init 2> /dev/null RC=0 # Run lintrunner on all files if ! lintrunner --force-color --all-files --tee-json=lint.json 2> /dev/null; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m" echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" RC=1 fi # Use jq to massage the JSON lint output into GitHub Actions workflow commands. jq --raw-output \ '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ lint.json || true exit $RC 2025-03-21T20:26:36.5836052Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:26:36.5836662Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:26:36.5837242Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:26:36.5837649Z NO_SUDO: false 2025-03-21T20:26:36.5837882Z ##[endgroup] 2025-03-21T20:26:37.9457927Z Post job cleanup. 2025-03-21T20:26:38.0498590Z Post job cleanup. 2025-03-21T20:26:38.1464139Z [command]/usr/bin/git version 2025-03-21T20:26:38.1503327Z git version 2.47.1 2025-03-21T20:26:38.1541469Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/47af0f96-62a9-4e0d-8816-d21931ab79a8/.gitconfig' 2025-03-21T20:26:38.1551088Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/47af0f96-62a9-4e0d-8816-d21931ab79a8' before making global git config changes 2025-03-21T20:26:38.1552086Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:26:38.1556565Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:26:38.1592177Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:26:38.1629437Z [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:26:38.1896142Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:26:38.1914670Z http.https://github.com/.extraheader 2025-03-21T20:26:38.1924647Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:26:38.1951457Z [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:26:38.2275832Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:26:38.2302003Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:26:38.2307266Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:26:38.2307792Z ##[endgroup] 2025-03-21T20:26:44.7683694Z Cleaning up orphan processes